#bo_list.sign-news-v2,
#bo_v.sign-news-v2,
#bo_w.sign-news-v2 {
    max-width: 1280px;
    margin: 0 auto;
    color: #202124;
}

.sign-news-v2 a {
    color: inherit;
    text-decoration: none;
}

.snv-hero {
    margin: 0 0 34px;
    padding: 46px 24px;
    border-radius: 0;
    background: #111827;
    color: #fff;
    text-align: center;
}

.snv-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 800;
}

.snv-hero p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
}

#bo_list.sign-news-v2 .snv-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
    padding: 4px 0;
}

.snv-cate {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.snv-cate a,
.snv-cate #bo_cate_on {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid #dde3ea;
    border-radius: 999px;
    background: #fff;
    color: #4b5563;
    font-size: 14px;
}

.snv-cate #bo_cate_on,
.snv-cate a:hover {
    border-color: #111827;
    background: #111827;
    color: #fff;
}

.snv-cate #bo_cate_on *,
.snv-cate a:hover * {
    color: #fff;
}

.snv-newsroom-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 34px;
    align-items: start;
}

.snv-newsroom-main {
    min-width: 0;
}

.snv-featured-card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
    gap: 0;
    overflow: hidden;
    margin-bottom: 28px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
}

.snv-featured-thumb {
    display: block;
    position: relative;
    min-height: 330px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f5f7;
}

.snv-featured-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.snv-featured-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 30px;
}

.snv-featured-title {
    margin: 0 0 14px;
    color: #111827;
    font-size: 30px;
    line-height: 1.26;
    font-weight: 850;
}

.snv-featured-summary {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.65;
}

.snv-newsroom-side {
    position: sticky;
    top: 20px;
    display: grid;
    gap: 18px;
}

.snv-side-section {
    padding: 20px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

.snv-side-section h2 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 850;
}

.snv-side-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.snv-side-list li + li {
    border-top: 1px solid #eef2f7;
}

.snv-side-link {
    display: grid;
    grid-template-columns: 24px 72px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 12px 0;
}

.snv-side-rank {
    color: #f97316;
    font-size: 13px;
    font-weight: 850;
}

.snv-side-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 6px;
    background: #f3f5f7;
}

.snv-side-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.snv-side-text {
    min-width: 0;
}

.snv-side-text strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #1f2937;
    font-size: 13px;
    line-height: 1.42;
}

.snv-side-text em {
    display: block;
    margin-top: 5px;
    color: #7b8491;
    font-size: 12px;
    font-style: normal;
}

.snv-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.snv-grid-single {
    grid-template-columns: minmax(320px, 520px);
    justify-content: center;
}

.snv-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.1);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.snv-card:hover {
    transform: translateY(-6px);
    border-color: rgba(17, 24, 39, 0.2);
    box-shadow: 0 24px 54px rgba(17, 24, 39, 0.18);
}

.snv-card-thumb {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f5f7;
}

.snv-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.snv-card-empty {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9aa3af;
    font-size: 13px;
}

.snv-card-body {
    padding: 22px 20px 20px;
}

.snv-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    color: #6b7280;
    font-size: 13px;
}

.snv-card-cate {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    max-width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
}

.snv-card-title {
    display: -webkit-box;
    min-height: 52px;
    margin: 0 0 12px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 20px;
    line-height: 1.28;
    font-weight: 800;
    color: #16181d;
}

.snv-card-summary {
    display: -webkit-box;
    min-height: 62px;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #555f6d;
    font-size: 15px;
    line-height: 1.48;
}

.snv-card-date {
    display: block;
    margin-top: 14px;
    color: #7b8491;
    font-size: 13px;
}

.snv-status {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.snv-status.is-ready {
    background: #eef2ff;
    color: #3730a3;
}

.snv-status.is-open {
    background: #ecfdf3;
    color: #027a48;
}

.snv-status.is-closed {
    background: #f2f4f7;
    color: #667085;
}

.snv-empty {
    padding: 60px 20px;
    border: 1px solid #e7ebf0;
    background: #fff;
    text-align: center;
    color: #6b7280;
}

.snv-btn,
.snv-btn-primary,
.snv-btn-muted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #d9dee7;
    border-radius: 6px;
    background: #fff;
    color: #26303b;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.snv-btn-primary {
    border-color: #111827;
    background: #111827;
    color: #fff;
}

.snv-btn-primary:visited,
.snv-btn-primary:hover,
.snv-btn-primary:focus,
.snv-btn-primary *,
.snv-hero * {
    color: #fff;
}

.snv-btn-muted {
    background: #f6f8fa;
}

#bo_list.sign-news-v2 .snv-admin-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
}

#bo_list.sign-news-v2 .snv-list-tools {
    min-height: 42px;
    display: flex;
    align-items: center;
}

#bo_list.sign-news-v2 .snv-check-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4b5563;
    font-size: 13px;
}

.snv-card-check {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

#bo_list.sign-news-v2 .snv-bulk-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 18px;
}

.snv-pagination {
    margin: 34px 0;
    text-align: center;
}

.snv-search {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 30px 0 0;
}

.snv-search select,
.snv-search input {
    height: 42px;
    border: 1px solid #d9dee7;
    border-radius: 6px;
    padding: 0 12px;
    background: #fff;
}

.snv-write {
    max-width: 900px;
    margin: 0 auto;
}

.snv-write-head {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid #111827;
}

.snv-write-head h1 {
    margin: 0;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
}

.snv-write-head p {
    margin: 8px 0 0;
    color: #6b7280;
}

.snv-form-card {
    margin-bottom: 14px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.snv-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.snv-field {
    margin-bottom: 14px;
}

.snv-field:last-child {
    margin-bottom: 0;
}

.snv-field label,
.snv-label {
    display: block;
    margin-bottom: 8px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 800;
}

.snv-help {
    margin: 7px 0 0;
    color: #7b8491;
    font-size: 13px;
}

.snv-input,
.snv-select,
.snv-textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    padding: 0 13px;
    background: #fff;
    color: #111827;
    font-size: 15px;
}

.snv-textarea {
    min-height: 82px;
    padding: 13px;
    resize: vertical;
    line-height: 1.5;
}

.snv-editor-wrap {
    overflow: hidden;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    background: #fff;
    margin-top: 8px;
}

.snv-editor-wrap textarea {
    border: 0 !important;
}

.snv-file-row {
    padding: 12px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
}

.snv-write .snv-file-row {
    display: grid;
    gap: 8px;
}

.snv-file-row + .snv-file-row {
    margin-top: 10px;
}

.snv-file-row input[type="file"] {
    max-width: 100%;
}

.snv-thumb-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.snv-thumb-uploader {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    width: 100%;
    padding: 4px 0;
}

.snv-thumb-preview {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 420px);
    max-width: 420px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    background: #eef2f7;
    color: #667085;
    font-size: 14px;
    text-align: center;
}

.snv-thumb-preview img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.snv-thumb-preview.has-image img {
    display: block;
}

.snv-thumb-preview.has-image span {
    display: none;
}

.snv-thumb-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: min(100%, 420px);
}

.snv-thumb-controls .snv-btn-muted,
.snv-thumb-controls .snv-btn-primary {
    flex: 1 1 160px;
    max-width: 205px;
    min-height: 42px;
}

.snv-crop-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.82);
}

.snv-crop-modal.active {
    display: flex;
}

.snv-crop-dialog {
    width: min(920px, 100%);
    max-height: 92vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.35);
}

.snv-crop-header,
.snv-crop-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 20px;
}

.snv-crop-header {
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;
}

.snv-crop-header h2 {
    margin: 0;
    color: #111827;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 850;
}

.snv-crop-close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111827;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.snv-crop-body {
    min-height: 320px;
    padding: 18px;
    overflow: auto;
    background: #f8fafc;
}

.snv-crop-body img {
    display: block;
    max-width: 100%;
}

.snv-crop-footer {
    justify-content: flex-end;
    border-top: 1px solid #e5e7eb;
}

.snv-file-del {
    display: block;
    margin-top: 9px;
    color: #4b5563;
    font-size: 13px;
}

.snv-options ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.snv-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.snv-write #wr_8,
.snv-write #wr_9 {
    min-height: 42px;
    background: #f8fafc;
}

.snv-write .snv-form-grid + .snv-help {
    margin-top: -4px;
}

.snv-view-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.snv-view-heading,
.snv-view-content-wrap,
.snv-content,
.snv-view-box,
.snv-view-nav,
#bo_vc,
#bo_vc_w {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.snv-view-cate {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef2f7;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
}

.snv-view-title {
    margin: 0;
    color: #111827;
    font-size: 34px;
    line-height: 1.28;
    font-weight: 850;
}

.snv-view-summary {
    margin: 14px 0 0;
    max-width: 820px;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.55;
}

.snv-view-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    margin-top: 16px;
    color: #6b7280;
    font-size: 14px;
}

.snv-view-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
}

.snv-view-thumb {
    max-width: 860px;
    margin: 0 auto 28px;
    overflow: hidden;
    border-radius: 8px;
    background: #f3f5f7;
}

.snv-view-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.snv-content {
    color: #202124;
    font-size: 16px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.snv-content p {
    margin: 0 0 1.1em;
}

.snv-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 18px auto;
}

.snv-content table {
    display: block;
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
}

.snv-content th,
.snv-content td {
    min-width: 120px;
}

.snv-view-box {
    margin-top: 28px;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
}

.snv-view-box h2 {
    margin: 0 0 14px;
    font-size: 17px;
}

.snv-view-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.snv-view-box li + li {
    margin-top: 10px;
}

.snv-view-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.snv-view-nav a {
    display: block;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
}

.snv-view-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    max-width: 860px;
    margin: 18px auto 22px;
}

#bo_vc,
#bo_vc_w {
    margin-top: 28px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
}

#bo_vc {
    padding: 22px;
}

#bo_vc_w {
    padding: 22px;
    background: #f8fafc;
}

#bo_vc h2,
#bo_vc_w h2 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

#bo_vc article,
#bo_vc .cmt_contents,
#bo_vc .tbl_head01 {
    border-color: #eef2f7;
}

#bo_vc article {
    padding: 14px 0;
}

#bo_vc article + article {
    border-top: 1px solid #eef2f7;
}

#bo_vc .cmt_contents {
    color: #374151;
    font-size: 15px;
    line-height: 1.7;
}

#bo_vc_w textarea,
#bo_vc_w input[type="text"],
#bo_vc_w input[type="password"] {
    max-width: 100%;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-size: 15px;
}

#bo_vc_w textarea {
    width: 100%;
    min-height: 120px;
    padding: 12px;
    line-height: 1.6;
}

#bo_vc_w .btn_submit,
#bo_vc_w button[type="submit"],
#bo_vc_w input[type="submit"] {
    min-height: 40px;
    border: 1px solid #111827;
    border-radius: 6px;
    background: #111827;
    color: #fff;
    font-weight: 800;
}

#bo_vc_w .btn_submit *,
#bo_vc_w button[type="submit"] *,
#bo_vc_w input[type="submit"] * {
    color: #fff;
}

@media (max-width: 1180px) {
    .snv-newsroom-layout {
        grid-template-columns: 1fr;
    }

    .snv-newsroom-side {
        position: static;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .snv-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .snv-newsroom-side {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    #bo_list.sign-news-v2,
    #bo_v.sign-news-v2,
    #bo_w.sign-news-v2 {
        width: 100% !important;
        padding: 0 14px;
    }

    .snv-hero {
        margin-left: -14px;
        margin-right: -14px;
        padding: 36px 18px;
    }

    .snv-hero h1,
    .snv-view-title {
        font-size: 26px;
    }

    #bo_list.sign-news-v2 .snv-toolbar,
    .snv-actions,
    .snv-view-actions,
    .snv-search {
        align-items: stretch;
        flex-direction: column;
    }

    #bo_list.sign-news-v2 .snv-admin-actions,
    #bo_list.sign-news-v2 .snv-bulk-actions {
        justify-content: stretch;
    }

    .snv-grid,
    .snv-form-grid,
    .snv-view-nav {
        grid-template-columns: 1fr;
    }

    .snv-featured-card {
        grid-template-columns: 1fr;
    }

    .snv-featured-thumb {
        min-height: 0;
    }

    .snv-featured-body {
        padding: 22px 18px;
    }

    .snv-featured-title {
        font-size: 24px;
    }

    .snv-side-section {
        padding: 16px;
    }

    .snv-card-title {
        min-height: auto;
        font-size: 19px;
    }

    .snv-card-summary {
        min-height: auto;
    }

    .snv-form-card {
        padding: 16px;
    }

    .snv-thumb-uploader {
        justify-items: stretch;
    }

    .snv-thumb-controls,
    .snv-crop-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .snv-thumb-preview,
    .snv-thumb-controls {
        width: 100%;
        max-width: none;
    }

    .snv-thumb-controls .snv-btn-muted,
    .snv-thumb-controls .snv-btn-primary {
        max-width: none;
    }

    .snv-btn,
    .snv-btn-primary,
    .snv-btn-muted {
        width: 100%;
    }

    .snv-view-summary {
        font-size: 16px;
    }

    .snv-view-thumb {
        max-width: 100%;
        margin-bottom: 22px;
    }

    .snv-content table {
        font-size: 14px;
    }

    #bo_vc,
    #bo_vc_w {
        padding: 16px;
    }
}
