#page-author .box-custom {
    background: #f4f6f8;
    border: 0;
    box-shadow: none;
    padding: 28px;
}

.committee-art-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}
.committee-art-toolbar h3 {
    margin: 0;
    color: #20242a;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}
.committee-art-subtitle {
    margin: 6px 0 0;
    color: #6b7785;
    font-size: 14px;
}
.committee-art-stats {
    display: flex;
    gap: 10px;
}
.committee-art-stats > div {
    min-width: 108px;
    padding: 10px 14px;
    border: 1px solid #dde4ec;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(22, 34, 51, .06);
}
.committee-art-stats span {
    display: block;
    color: #728091;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.committee-art-stats strong {
    display: block;
    margin-top: 2px;
    color: #20242a;
    font-size: 22px;
    line-height: 1;
}
.committee-art-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}
.committee-art-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid #d8e1eb;
    border-radius: 6px;
    background: #fff;
    color: #3d4652;
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(22, 34, 51, .06);
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, color .15s ease;
}
.committee-art-chip:hover,
.committee-art-chip:focus {
    border-color: #98b6d5;
    color: #2f3d4a;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(22, 34, 51, .08);
}
.committee-art-chip.active {
    border-color: #187f8a;
    background: #187f8a;
    color: #fff !important;
}
.committee-art-chip i {
    font-size: 14px;
}
.committee-art-chip span {
    min-width: 24px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #eef3f8;
    color: #516578;
    text-align: center;
}
.committee-art-chip.active span {
    background: rgba(255,255,255,.2);
    color: #fff;
}
.committee-art-gallery-card {
    display: flex;
    flex-direction: column;
    overflow: visible;
    border: 1px solid #dde4ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(22, 34, 51, .08);
}
.header-sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    flex: 0 0 auto;
    border-bottom: 1px solid #e6ebf0;
    border-radius: 8px 8px 0 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(22, 34, 51, .06);
}
.committee-art-gallery-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    background: #fbfcfd;
}
.committee-art-gallery-header h4 {
    margin: 0;
    color: #20242a;
    font-size: 18px;
    font-weight: 700;
}
.committee-current-help {
    display: block;
    margin-top: 4px;
    color: #748292;
    font-size: 13px;
}
.committee-visible-count {
    color: #4a5562;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
.committee-art-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
    background: #fff;
}
.committee-art-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e0e6ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(22, 34, 51, .07);
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.committee-art-card:hover {
    border-color: #bdd0e3;
    box-shadow: 0 10px 24px rgba(22, 34, 51, .12);
    transform: translateY(-2px);
}
.committee-art-card-media {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #eef2f6;
}
.committee-art-card-media a,
.committee-art-card-media img {
    display: block;
    width: 100%;
    height: 100%;
}
.committee-art-card-media img {
    object-fit: cover;
}
.committee-art-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    height: 100%;
    color: #8a98a8;
    font-weight: 700;
}
.committee-art-placeholder i {
    font-size: 28px;
}
.committee-art-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px 15px 16px;
}
.committee-art-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.committee-art-card-topline span {
    overflow: hidden;
    color: #748292;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.committee-art-code {
    color: #26384a;
    font-size: 13px;
    font-weight: 700;
}
.committee-art-participants {
    display: grid;
    gap: 10px;
    margin: 12px 0;
}
.committee-art-person {
    display: grid;
    gap: 3px;
    min-width: 0;
}
.committee-art-person strong {
    display: block;
    overflow: hidden;
    color: #20242a;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.committee-art-person span {
    display: block;
    overflow: hidden;
    color: #6b7785;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.committee-art-detail-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    margin-top: auto;
    padding: 9px 10px;
    border: 1px solid #d8e1eb;
    border-radius: 6px;
    background: #fff;
    color: #187f8a;
    font-weight: 800;
    text-align: center;
}
.committee-art-detail-link:hover,
.committee-art-detail-link:focus {
    border-color: #187f8a;
    background: #f0fbfc;
    color: #126a73;
    text-decoration: none;
}
.committee-bookmark-btn {
    border: 0;
    background: rgba(255,255,255,.94);
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(22, 34, 51, .16);
    color: #a7b0b9;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    padding: 8px;
}
.committee-art-card-media .committee-bookmark-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}
.committee-bookmark-btn.active {
    color: #f5a623;
}
.committee-bookmark-btn:hover {
    color: #d58a00;
}
.committee-bookmark-btn:disabled {
    cursor: wait;
    opacity: .65;
}
.committee-art-card.is-draggable {
    cursor: move;
}
.committee-art-card.is-dragging {
    opacity: .45;
}
.committee-art-empty-card {
    display: none;
    grid-column: 1 / -1;
    padding: 42px;
    color: #748292;
    text-align: center;
}

.committee-detail-actions {
    margin-bottom: 16px;
}
.committee-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid #d8e1eb;
    border-radius: 6px;
    background: #fff;
    color: #187f8a;
    font-weight: 800;
}
.committee-detail-back:hover,
.committee-detail-back:focus {
    border-color: #187f8a;
    background: #f0fbfc;
    color: #126a73;
    text-decoration: none;
}
.committee-detail-hero,
.committee-detail-panel,
.committee-detail-media-panel,
.committee-detail-section {
    border: 1px solid #dde4ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(22, 34, 51, .08);
}
.committee-detail-hero {
    padding: 22px 24px;
    margin-bottom: 18px;
}
.committee-detail-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #187f8a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.committee-detail-hero h3 {
    margin: 0;
    color: #20242a;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
}
.committee-detail-code {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    color: #596676;
    font-weight: 700;
}
.committee-detail-code strong,
.committee-detail-code span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef3f8;
}
.committee-detail-bookmarked {
    background: #fff4d8 !important;
    color: #8a5a00;
    gap: 6px;
}
.committee-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 18px;
    margin-bottom: 18px;
}
.committee-detail-media-panel {
    overflow: hidden;
}
.committee-detail-media-panel .committee-hover-zoom {
    display: block;
}
.committee-detail-media-panel img {
    display: block;
    width: 100%;
    max-height: 620px;
    object-fit: contain;
    background: #111820;
}
.committee-detail-placeholder {
    display: flex;
    min-height: 360px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: #8090a0;
    background: #eef2f6;
}
.committee-detail-placeholder i {
    font-size: 36px;
}
.committee-detail-panel {
    padding: 20px;
}
.committee-detail-panel h4,
.committee-detail-section h4 {
    margin: 0 0 16px;
    color: #20242a;
    font-size: 18px;
    font-weight: 800;
}
.committee-detail-list {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 12px 16px;
    margin: 0;
}
.committee-detail-list dt,
.committee-person-card dt {
    color: #748292;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.committee-detail-list dd,
.committee-person-card dd {
    margin: 0;
    color: #2f3740;
    font-weight: 700;
    overflow-wrap: anywhere;
}
.committee-review-panel {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e4eaf0;
}
.committee-review-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.committee-review-heading h4 {
    margin: 0;
}
.committee-review-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef3f8;
    color: #536879;
    font-size: 12px;
    font-weight: 800;
}
.committee-review-status-draft {
    background: #fff4d8;
    color: #8a5a00;
}
.committee-review-status-submitted {
    background: #e6f6ee;
    color: #187145;
}
.committee-review-alert {
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid #d3eadf;
    border-radius: 6px;
    background: #f1fbf6;
    color: #1f6b47;
    font-weight: 700;
}
.committee-review-alert-error {
    border-color: #f1c9c9;
    background: #fff4f4;
    color: #9f2e2e;
}
.committee-review-form {
    display: grid;
    gap: 12px;
}
.committee-comment-field label {
    margin: 0;
    color: #4f5d6d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.committee-comment-field {
    display: grid;
    gap: 8px;
}
.committee-comment-field .form-control {
    min-height: 118px;
    resize: vertical;
}
.committee-review-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.committee-review-btn {
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 800;
}
.committee-review-btn-secondary {
    border-color: #d8e1eb;
    background: #fff;
    color: #3d4652;
}
.committee-review-btn-secondary:hover,
.committee-review-btn-secondary:focus {
    border-color: #98b6d5;
    background: #f7fafc;
}
.committee-review-btn-primary {
    border-color: #187f8a;
    background: #187f8a;
    color: #fff;
}
.committee-review-btn-primary:hover,
.committee-review-btn-primary:focus {
    border-color: #126a73;
    background: #126a73;
}
.committee-detail-section {
    padding: 20px;
    margin-top: 18px;
}
.committee-detail-copy {
    color: #3e4650;
    font-size: 15px;
    line-height: 1.7;
}
.committee-detail-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}
.committee-detail-section-heading h4 {
    margin: 0;
}
.committee-detail-section-heading span {
    color: #596676;
    font-weight: 800;
}
.committee-person-grid {
    display: flex;
    gap: 14px;
    flex-direction: column;
}
.committee-extra-photo-grid {
    display: grid;
    grid-auto-columns: minmax(240px, 1fr);
    grid-auto-flow: column;
    gap: 14px;
    overflow-x: auto;
}
.committee-person-card {
    border: 1px solid #e1e7ee;
    border-radius: 8px;
    padding: 16px;
    background: #fbfcfd;
}
.committee-person-card strong {
    display: block;
    margin-bottom: 12px;
    color: #20242a;
    font-size: 16px;
    font-weight: 800;
}
.committee-person-card dl {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px 12px;
    margin: 0;
}
.committee-detail-empty {
    padding: 24px;
    border: 1px dashed #d4dde7;
    border-radius: 8px;
    color: #7c8793;
    text-align: center;
}
.committee-extra-photo {
    display: block;
    overflow: hidden;
    border: 1px solid #e1e7ee;
    border-radius: 8px;
    background: #fbfcfd;
    color: #2f3740;
    font-weight: 800;
}
.committee-extra-photo:hover,
.committee-extra-photo:focus {
    color: #187f8a;
    text-decoration: none;
}
.committee-extra-photo-title {
    position: relative;
    z-index: 5;
    display: block;
    padding: 12px 14px;
    background: #fbfcfd;
}
.committee-extra-photo img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-top: 1px solid #e1e7ee;
}

.committee-hover-zoom {
    --committee-zoom-lens-size: 150px;
    --committee-zoom-scale: 240%;
    cursor: zoom-in;
    overflow: hidden;
    position: relative;
}
.committee-hover-zoom-list {
    --committee-zoom-lens-size: 180px;
    --committee-zoom-scale: 400%;
}
.committee-hover-zoom-lg {
    --committee-zoom-lens-size: 180px;
    --committee-zoom-scale: 500%;
}
.committee-hover-zoom-extra {
    --committee-zoom-lens-size: 180px;
    --committee-zoom-scale: 260%;
}
.committee-zoom-lens {
    display: none;
    position: absolute;
    z-index: 4;
    width: var(--committee-zoom-lens-size);
    height: var(--committee-zoom-lens-size);
    border: 3px solid rgba(255,255,255,.95);
    border-radius: 8px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: var(--committee-zoom-scale);
    box-shadow: 0 10px 28px rgba(22, 34, 51, .28);
    pointer-events: none;
    transform: translate(-50%, -50%);
}
.committee-hover-zoom:hover .committee-zoom-lens {
    display: block;
}

@media (max-width: 991px) {
    .committee-art-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .committee-detail-layout {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    #page-author .box-custom {
        padding: 18px;
    }
    .committee-art-toolbar,
    .committee-art-gallery-header {
        align-items: flex-start;
        flex-direction: column;
    }
    .committee-art-stats {
        width: 100%;
    }
    .committee-art-stats > div {
        flex: 1;
    }
    .committee-art-chip {
        width: 100%;
        justify-content: space-between;
    }
    .committee-art-gallery {
        grid-template-columns: 1fr;
        padding: 14px;
    }
    .committee-detail-hero h3 {
        font-size: 22px;
    }
    .committee-detail-list,
    .committee-person-card dl {
        grid-template-columns: 1fr;
    }
    .committee-detail-list dt,
    .committee-person-card dt {
        margin-top: 6px;
    }
}
