.toolbarButton.lang_vi::before {
    background: none;
    content: url("images/vi.svg") !important;
}

.toolbarButton.lang_en::before {
    background: none;
    content: url("images/en.svg") !important;
}

#viewSchedule::before {
    -webkit-mask-image: url("images/toolbarButton-calendar.svg");
            mask-image: url("images/toolbarButton-calendar.svg");
}

/* ---- Schedule sidebar panel ---- */
#scheduleView {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 12px 10px 16px;
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
    inset: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f5f8fa;
    color: #13134d;
    user-select: text;
}

.brochure-schedule {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #13134d;
}

.brochure-schedule__header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 4px 4px 2px;
}

.brochure-schedule__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #13134d;
}

.brochure-schedule__eyebrow {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a93a6;
}

.brochure-schedule__program-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #1f3a8a;
    text-decoration: none;
}

.brochure-schedule__program-link:hover {
    text-decoration: underline;
}

.brochure-schedule__chevron {
    font-weight: 700;
}

.brochure-schedule__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.brochure-schedule__card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(19, 19, 77, 0.08);
    border-left: 2px solid #13134d;
    padding: 10px 10px 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.brochure-schedule__card-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.brochure-schedule__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 15px;
    padding: 0;
    border-radius: 4px;
    background: #13134d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.brochure-schedule__date {
    font-size: 15px;
    font-weight: 700;
    color: #13134d;
}

.brochure-schedule__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    font-size: 13px;
    line-height: 1.4;
}

.brochure-schedule__location {
    font-weight: 700;
    color: #1a1a2e;
}

.brochure-schedule__sep {
    color: #9aa3b5;
}

.brochure-schedule__days {
    color: #6b7280;
    font-weight: 400;
    font-size: 9.5px;
}

.brochure-schedule__actions {
    display: flex;
    gap: 8px;
}

.brochure-schedule__btn {
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    cursor: default;

    &:hover {
        cursor: pointer;
    }
}

.brochure-schedule__btn--primary {
    background: #00d6a5;
    color: #fff;
    border: 1px solid #00d6a5;
    cursor: pointer;
}

.brochure-schedule__btn--outline {
    background: #fff;
    color: #00d6a5;
    border: 1px solid #00d6a5;
    cursor: pointer;
}

.brochure-schedule__footer {
    margin-top: auto;
    padding: 8px 4px 4px;
}

.brochure-schedule__download {
    font-size: 13px;
    font-weight: 500;
    color: #3d4a66;
    text-decoration: none;
}

.brochure-schedule__download:hover {
    text-decoration: underline;
}
