.ct1913-notice-page {
    --ct-purple: #7327c8;
    --ct-purple-dark: #55208f;
    --ct-red: #e53b38;
    --ct-gold: #bd8b4f;
    --ct-ink: #243746;
    --ct-muted: #647784;
    --ct-line: #dfe7ec;
    --ct-soft: #f4f7f9;
    width: min(100%, 1040px);
    margin: 0 auto;
    padding: 34px 20px 80px;
    color: var(--ct-ink);
    font-size: 17px;
    line-height: 1.9;
    box-sizing: border-box;
}

.ct1913-notice-page *,
.ct1913-notice-page *::before,
.ct1913-notice-page *::after {
    box-sizing: border-box;
}

.ct1913-notice-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 170px;
    align-items: center;
    min-height: 230px;
    padding: 34px 44px 28px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ct-line);
    box-shadow: 0 18px 48px rgba(25, 50, 65, .08);
}

.ct1913-notice-hero::after {
    content: "";
    position: absolute;
    left: 44px;
    right: 44px;
    bottom: 26px;
    height: 2px;
    background: linear-gradient(90deg, var(--ct-gold), #ddc39f);
}

.ct1913-notice-eyebrow {
    margin: 0 0 -3px;
    color: #cfbce1;
    font-size: clamp(24px, 4vw, 42px);
    line-height: 1;
    letter-spacing: .04em;
    font-weight: 500;
}

.ct1913-notice-hero h1 {
    margin: 0;
    color: var(--ct-purple);
    font-size: clamp(44px, 7vw, 72px);
    line-height: 1.15;
    letter-spacing: .02em;
    font-weight: 800;
}

.ct1913-notice-hero-icon {
    width: 118px;
    height: 118px;
    justify-self: end;
    color: #d8dde1;
}

.ct1913-notice-hero-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.ct1913-notice-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 30px;
}

.ct1913-notice-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 10px 16px;
    border: 1px solid #d7dfe4;
    background: #fff;
    color: #344d5d;
    text-decoration: none;
    font-weight: 750;
    transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.ct1913-notice-nav a:hover,
.ct1913-notice-nav a:focus,
.ct1913-notice-nav a[aria-current="page"] {
    border-color: var(--ct-purple);
    background: #f7f0ff;
    color: var(--ct-purple-dark);
}

.ct1913-notice-section {
    margin: 0 0 22px;
    padding: 28px 34px 30px;
    background: #fff;
    border: 1px solid var(--ct-line);
    box-shadow: 0 8px 24px rgba(25, 50, 65, .045);
}

.ct1913-notice-section h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: #625bc9;
    font-size: clamp(24px, 3.5vw, 31px);
    line-height: 1.35;
    font-weight: 800;
}

.ct1913-notice-section h2::before {
    content: "";
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    border-radius: 3px;
    background: var(--ct-purple);
    box-shadow: inset 5px 0 rgba(255, 255, 255, .35);
}

.ct1913-notice-section p {
    margin: 0 0 16px;
}

.ct1913-notice-section p:last-child {
    margin-bottom: 0;
}

.ct1913-notice-list {
    margin: 0;
    padding-left: 1.65em;
}

.ct1913-notice-list > li {
    margin: 0 0 12px;
    padding-left: .35em;
}

.ct1913-notice-list > li:last-child {
    margin-bottom: 0;
}

.ct1913-notice-bullets {
    display: grid;
    gap: 9px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.ct1913-notice-bullets li {
    position: relative;
    padding-left: 27px;
}

.ct1913-notice-bullets li::before {
    content: "";
    position: absolute;
    left: 3px;
    top: .72em;
    width: 10px;
    height: 10px;
    border: 3px solid #a6d82c;
    border-radius: 50%;
}

.ct1913-notice-sublist {
    margin: 10px 0 0;
    padding-left: 1.4em;
}

.ct1913-notice-sublist li {
    margin-bottom: 8px;
}

.ct1913-notice-highlight {
    color: var(--ct-red);
    font-weight: 700;
}

.ct1913-notice-link {
    color: var(--ct-purple-dark);
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ct1913-notice-workdays {
    width: 100%;
    margin-top: 22px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 5px solid #672aa2;
    background: #fff;
}

.ct1913-notice-workdays caption {
    padding: 12px 18px;
    background: #672aa2;
    color: #fff;
    text-align: left;
    font-size: 27px;
    font-weight: 800;
}

.ct1913-notice-workdays th,
.ct1913-notice-workdays td {
    padding: 11px 13px;
    border-top: 2px solid #4d4d4d;
    border-right: 2px solid #4d4d4d;
    text-align: center;
    line-height: 1.35;
}

.ct1913-notice-workdays tr > *:last-child {
    border-right: 0;
}

.ct1913-notice-workdays th {
    width: 34%;
    background: #fbfbfc;
    font-weight: 750;
}

.ct1913-notice-workdays td {
    width: 16%;
    color: var(--ct-red);
    font-size: 20px;
    font-weight: 850;
    white-space: nowrap;
}

.ct1913-notice-source-note {
    margin: 26px 0 0;
    color: var(--ct-muted);
    font-size: 14px;
    text-align: center;
}

@media (max-width: 760px) {
    .ct1913-notice-page {
        padding: 22px 14px 56px;
        font-size: 16px;
        line-height: 1.8;
    }

    .ct1913-notice-hero {
        grid-template-columns: 1fr 80px;
        min-height: 178px;
        padding: 28px 24px 24px;
    }

    .ct1913-notice-hero::after {
        left: 24px;
        right: 24px;
        bottom: 20px;
    }

    .ct1913-notice-hero-icon {
        width: 76px;
        height: 76px;
    }

    .ct1913-notice-nav {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ct1913-notice-section {
        padding: 23px 20px 25px;
    }

    .ct1913-notice-workdays {
        border-width: 3px;
        font-size: 14px;
    }

    .ct1913-notice-workdays caption {
        font-size: 22px;
    }

    .ct1913-notice-workdays th,
    .ct1913-notice-workdays td {
        padding: 9px 6px;
        border-width: 1px;
    }

    .ct1913-notice-workdays td {
        font-size: 16px;
    }
}

@media (max-width: 440px) {
    .ct1913-notice-hero {
        grid-template-columns: 1fr;
    }

    .ct1913-notice-hero-icon {
        display: none;
    }

    .ct1913-notice-workdays th,
    .ct1913-notice-workdays td {
        display: block;
        width: 100%;
        border-right: 0;
    }

    .ct1913-notice-workdays th {
        background: #f5f0fa;
    }
}
