/* 游客评论字段横向展示 */
#commentform .zcl-comment-guest-info {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#commentform .zcl-comment-guest-info > a.but.hide {
    display: none !important;
}

#commentform .zcl-comment-guest-panel {
    width: 100%;
}

#commentform .zcl-comment-guest-fields {
    display: flex;
    align-items: stretch;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#commentform .zcl-comment-guest-field {
    flex: 1;
    min-width: 0;
    margin-bottom: 0 !important;
    background: var(--muted-bg-2-color);
    border-radius: 4px;
}

#commentform .zcl-comment-guest-field .form-control {
    padding-right: 30px;
}

#commentform .zcl-comment-guest-field .abs-right {
    margin-top: 1px;
}

#commentform .zcl-comment-guest-field .line-form-line {
    display: none;
}

#commentform .zcl-comment-guest-panel .social-separator,
#commentform .zcl-comment-guest-panel .social_loginbar {
    margin-top: 8px;
}

@media (max-width: 767px) {
    #commentform .zcl-comment-guest-fields {
        flex-direction: column;
        gap: 6px;
    }
}
