.custom-breadcrumb {
    position: relative;
    padding: 36px 0;
    background: #222c40;
    overflow: hidden;
}

.custom-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
}

.custom-breadcrumb .container {
    position: relative;
    z-index: 1;
}

.custom-breadcrumb__title {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.custom-breadcrumb__nav {
    margin-top: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}

.custom-breadcrumb__nav a {
    color: #ffffff;
    text-decoration: none;
}

.custom-breadcrumb__nav a:hover {
    text-decoration: underline;
}

.custom-breadcrumb__sep {
    display: inline-block;
    margin: 0 8px;
    opacity: 0.65;
}

.custom-breadcrumb__current {
    font-weight: 600;
}

@media (max-width: 767px) {
    .custom-breadcrumb {
        padding: 24px 0;
    }

    .custom-breadcrumb__title {
        font-size: 24px;
    }
}

.notice-panel {
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.notice-intro-text {
    margin-bottom: 14px;
    border-left: 4px solid #334155;
    background: #f8fafc;
    border-radius: 8px;
    padding: 12px 14px;
}

.notice-intro-text p {
    margin: 0;
    color: #334155;
    font-size: 15px;
    line-height: 1.6;
}

.notice-table thead th {
    border-top: 0;
    border-bottom: 1px solid #dbe4ef;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #334155;
    padding: 14px 16px;
    background: #f8fafc;
}

.notice-table tbody td {
    border-top: 1px solid #eef3f8;
    padding: 14px 16px;
    vertical-align: middle;
}

.notice-table tbody tr:hover {
    background: #f8fafc;
}

.notice-date-pill {
    display: inline-block;
    background: #e2e8f0;
    color: #1e293b;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    white-space: nowrap;
}

.notice-title-cell {
    font-weight: 600;
    color: #0f172a;
}

.notice-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.notice-btn {
    border-radius: 8px;
    font-weight: 600;
    padding: 6px 12px;
    border: 0;
}

.notice-btn-read {
    background: #2563eb;
    color: #ffffff;
}

.notice-btn-read:hover {
    background: #1d4ed8;
    color: #ffffff;
}

.notice-btn-download {
    background: #0f766e;
    color: #ffffff;
}

.notice-btn-download:hover {
    background: #115e59;
    color: #ffffff;
}

.notice-empty {
    text-align: center;
    color: #64748b;
    padding: 24px;
    font-weight: 500;
}

.notice-detail-panel {
    padding: 22px;
}

.notice-detail-meta {
    margin-bottom: 12px;
}

.notice-detail-title {
    margin-bottom: 14px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.3;
}

.notice-detail-body {
    color: #334155;
    line-height: 1.8;
}

.notice-detail-actions {
    margin-top: 22px;
}

.recent-notice-panel {
    padding: 20px;
}

.recent-notice-title {
    margin-bottom: 14px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
}

.recent-notice-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-notice-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
}

.recent-notice-list li:last-child {
    border-bottom: 0;
}

.recent-notice-list a {
    display: block;
    color: #1e293b;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
}

.recent-notice-list a:hover {
    color: #2563eb;
    text-decoration: underline;
}

.recent-notice-list span {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
}

.recent-notice-empty {
    color: #64748b;
    font-weight: 500;
}

@media (max-width: 767px) {
    .notice-table thead th,
    .notice-table tbody td {
        padding: 12px;
    }

    .notice-detail-title {
        font-size: 22px;
    }
}
