@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ===== Live Workshops Page ===== */
.lw-page {
    background: #f8fafc;
    padding: 96px 72px 48px;
    font-family: 'Inter', sans-serif;
}

.lw-page * {
    font-family: 'Inter', sans-serif !important;
    box-sizing: border-box;
}

.lw-page h1,
.lw-page h2,
.lw-page h3,
.lw-page h4,
.lw-page p,
.lw-page a,
.lw-page span,
.lw-page div,
.lw-page button,
.lw-page input,
.lw-page label {
    font-family: 'Inter', sans-serif !important;
}

/* Reset Bootstrap defaults within our page */
.lw-page h1, .lw-page h2, .lw-page h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700 !important;
}

.lw-page p {
    margin-top: 0;
    margin-bottom: 0;
}

.lw-page a {
    color: inherit;
    text-decoration: none;
}

.lw-page a:hover {
    text-decoration: none;
}

.lw-page svg {
    display: inline-block;
    vertical-align: middle;
}

/* Override shared.css font-weight: 300 globally */
.lw-page [class*="lw-"] {
    font-weight: inherit;
}

/* --- Header Section --- */
.lw-header {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.lw-header-left {
    max-width: 604px;
}

.lw-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eef2ff;
    border-radius: 9999px;
    padding: 4px 12px;
    margin-bottom: 8px;
}

.lw-badge-dot {
    width: 12px;
    height: 12px;
}

.lw-badge-text {
    font-size: 12px;
    font-weight: 700 !important;
    color: #4f39f6;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 16px;
}

.lw-title {
    font-size: 36px;
    font-weight: 700 !important;
    color: #0f172b;
    line-height: 40px;
    letter-spacing: -0.9px;
    margin: 0;
}

.lw-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #62748e;
    line-height: 28px;
    margin-top: 8px;
}

.lw-header-btns {
    display: flex;
    gap: 12px;
    align-items: center;
}

.lw-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 0.8px solid #e2e8f0;
    border-radius: 14px;
    padding: 10.8px 16.8px;
    font-size: 14px;
    font-weight: 600;
    color: #314158;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.lw-btn-outline:hover {
    border-color: #4f39f6;
    background: #f5f3ff;
    text-decoration: none;
    color: #314158;
}

.lw-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #4f39f6;
    border: none;
    border-radius: 14px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0px 10px 7.5px #e0e7ff, 0px 4px 3px #e0e7ff;
    transition: background 0.2s;
}

.lw-btn-primary:hover,
.lw-btn-primary:visited,
.lw-btn-primary:focus,
.lw-btn-primary:active {
    background: #4338ca;
    color: #fff !important;
    text-decoration: none !important;
}

/* --- Featured Live Now Section --- */
.lw-featured {
    margin-top: 48px;
    background: #0f172b;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    min-height: 280px;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.lw-featured-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    object-fit: cover;
}

.lw-featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0f172b 0%, rgba(15, 23, 43, 0.8) 50%, transparent 100%);
}

.lw-featured-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 48px;
}

.lw-featured-info {
    flex: 1;
    min-width: 0;
}

.lw-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fb2c36;
    border-radius: 9999px;
    padding: 8px 16px;
    opacity: 0.92;
    margin-bottom: 12px;
}

.lw-live-badge-pulse {
    width: 10px;
    height: 10px;
    position: relative;
}

.lw-live-badge-pulse::before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 9999px;
    top: -3.5px;
    left: -3.5px;
}

.lw-live-badge-text {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 16px;
}

.lw-featured-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    margin: 0 0 16px;
}

.lw-featured-desc {
    font-size: 18px;
    font-weight: 400;
    color: #cad5e2;
    line-height: 29.25px;
    margin: 0;
}

.lw-featured-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.lw-featured-presenter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lw-featured-presenter-img {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border: 1.6px solid #615fff;
    object-fit: cover;
}

.lw-featured-presenter-name {
    font-size: 16px;
    font-weight: 500;
    color: #cad5e2;
    line-height: 24px;
}

.lw-featured-stat {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lw-featured-stat-icon {
    width: 16px;
    height: 16px;
}

.lw-featured-stat-text {
    font-size: 16px;
    font-weight: 400;
    color: #cad5e2;
    line-height: 24px;
}

.lw-btn-join {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #4f39f6;
    border: none;
    border-radius: 16px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s;
}

.lw-btn-join:hover,
.lw-btn-join:visited,
.lw-btn-join:focus,
.lw-btn-join:active {
    background: #4338ca;
    color: #fff !important;
    text-decoration: none !important;
}

.lw-btn-join-icon {
    width: 20px;
    height: 20px;
}

/* --- Coming Live Soon Section --- */
.lw-upcoming {
    margin-top: 64px;
}

.lw-upcoming-header {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.lw-upcoming-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fffbeb;
    border-radius: 9999px;
    padding: 6px 12px;
}

.lw-upcoming-badge-dot {
    width: 8px;
    height: 8px;
    background: #ffb900;
    border-radius: 9999px;
    opacity: 0.92;
}

.lw-upcoming-badge-text {
    font-size: 12px;
    font-weight: 700;
    color: #e17100;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 16px;
}

.lw-upcoming-sub {
    font-size: 14px;
    font-weight: 400;
    color: #90a1b9;
    line-height: 20px;
}

.lw-upcoming-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

/* Upcoming Card */
.lw-upcoming-card {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #fff;
    border: 0.8px solid #f1f5f9;
    border-radius: 24px;
    padding: 24.8px;
    box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.lw-upcoming-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

/* Countdown block */
.lw-countdown {
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    min-width: 180px;
}

.lw-countdown--purple {
    background: #f5f3ff;
}

.lw-countdown--green {
    background: #ecfdf5;
}

.lw-countdown--indigo {
    background: #eef2ff;
}

.lw-countdown-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 15px;
}

.lw-countdown--purple .lw-countdown-label {
    color: #6d28d9;
}

.lw-countdown--green .lw-countdown-label {
    color: #059669;
}

.lw-countdown--indigo .lw-countdown-label {
    color: #4338ca;
}

.lw-countdown-units {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.lw-countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lw-countdown-num {
    font-size: 24px;
    font-weight: 700;
    color: #0f172b;
    line-height: 24px;
}

.lw-countdown-unit-label {
    font-size: 10px;
    font-weight: 600;
    color: #90a1b9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 15px;
    margin-top: 4px;
}

.lw-countdown-sep {
    font-size: 16px;
    font-weight: 700;
    color: #cad5e2;
    line-height: 24px;
    padding-bottom: 16px;
}

.lw-countdown-time {
    font-size: 12px;
    font-weight: 600;
}

.lw-countdown--purple .lw-countdown-time {
    color: #6d28d9;
}

.lw-countdown--green .lw-countdown-time {
    color: #059669;
}

.lw-countdown--indigo .lw-countdown-time {
    color: #4338ca;
}

/* Card Info */
.lw-upcoming-card-info {
    flex: 1;
    min-width: 0;
}

.lw-card-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 4px;
}

.lw-card-tag--purple {
    background: #ede9fe;
    color: #6d28d9;
}

.lw-card-tag--green {
    background: #d1fae5;
    color: #059669;
}

.lw-card-tag--indigo {
    background: #e0e7ff;
    color: #4338ca;
}

.lw-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172b;
    line-height: 24.75px;
    margin: 0;
}

.lw-card-desc {
    font-size: 14px;
    font-weight: 400;
    color: #62748e;
    line-height: 20px;
    margin-top: 4px;
    max-height: 40px;
    overflow: hidden;
}

.lw-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.lw-card-presenter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lw-card-presenter-img {
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    border: 1.6px solid #f1f5f9;
    background: #f1f5f9;
    object-fit: cover;
}

.lw-card-presenter-name {
    font-size: 14px;
    font-weight: 500;
    color: #314158;
    line-height: 20px;
}

.lw-card-sep {
    font-size: 14px;
    color: #cad5e2;
}

.lw-card-stat {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lw-card-stat-icon {
    width: 14px;
    height: 14px;
}

.lw-card-stat-text {
    font-size: 14px;
    font-weight: 400;
    color: #62748e;
    line-height: 20px;
}

/* Register Button */
.lw-btn-register {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    border-radius: 16px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    flex-shrink: 0;
    height: 48px;
    transition: opacity 0.2s;
}

.lw-btn-register:hover,
.lw-btn-register:visited,
.lw-btn-register:focus,
.lw-btn-register:active {
    opacity: 0.9;
    color: #fff !important;
    text-decoration: none !important;
}

.lw-btn-register--purple { background: #7c3aed; }
.lw-btn-register--green { background: #10b981; }
.lw-btn-register--indigo { background: #4f46e5; }

.lw-btn-register-icon {
    width: 16px;
    height: 16px;
}

/* --- Filter / Category Tabs Section --- */
.lw-filters {
    margin-top: 64px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.lw-filter-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
}

.lw-filter-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16.8px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #45556c;
    background: #fff;
    border: 0.8px solid #e2e8f0;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.lw-filter-tab:hover {
    border-color: #4f39f6;
    color: #4f39f6;
    text-decoration: none;
}

.lw-filter-tab.active {
    background: #0f172b;
    color: #fff;
    border-color: #0f172b;
}

.lw-search-wrap {
    position: relative;
    width: 256px;
}

.lw-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
}

.lw-search-input {
    width: 100%;
    background: #fff;
    border: 0.8px solid #e2e8f0;
    border-radius: 14px;
    padding: 12.8px 16.8px 12.8px 44.8px;
    font-size: 14px;
    font-weight: 400;
    color: #0a0a0a;
    outline: none;
    transition: border-color 0.2s;
}

.lw-search-input::placeholder {
    color: rgba(10, 10, 10, 0.5);
}

.lw-search-input:focus {
    border-color: #4f39f6;
}

/* --- On Demand / Recently Published Section --- */
.lw-ondemand {
    margin-top: 32px;
}

.lw-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lw-section-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lw-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0f172b;
    border-radius: 9999px;
    padding: 6px 12px;
}

.lw-section-badge-icon {
    width: 12px;
    height: 12px;
}

.lw-section-badge-text {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 16px;
}

.lw-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172b;
    line-height: 28px;
    margin: 0;
}

.lw-browse-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #4f39f6;
    text-decoration: none;
    transition: color 0.2s;
}

.lw-browse-link:hover {
    color: #4338ca;
    text-decoration: none;
}

.lw-browse-link-icon {
    width: 16px;
    height: 16px;
}

/* On Demand Cards Grid */
.lw-od-grid {
    display: flex;
    gap: 20px;
    margin-top: 24px;
    overflow-x: auto;
    padding-bottom: 16px;
}

.lw-od-card {
    min-width: 288px;
    width: 288px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.lw-od-card-thumb {
    position: relative;
    width: 100%;
    height: 162px;
    border-radius: 16px;
    overflow: hidden;
    background: #e2e8f0;
}

.lw-od-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lw-od-card-thumb-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(15, 23, 43, 0.7) 0%, transparent 50%);
    pointer-events: none;
}

.lw-od-card-new-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #4f39f6;
    border-radius: 9999px;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 15px;
}

.lw-od-card-duration {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    padding: 2px 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.lw-od-card-duration-icon {
    width: 12px;
    height: 12px;
}

.lw-od-card-duration-text {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 16px;
}

.lw-od-card-body {
    padding: 16px 4px 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.lw-od-card-category {
    display: inline-flex;
    align-items: center;
    background: #f1f5f9;
    border-radius: 8px;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 700;
    color: #45556c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 15px;
    margin-bottom: 6px;
}

.lw-od-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172b;
    line-height: 24.75px;
    margin: 0;
    min-height: 49.5px;
    max-height: 49.5px;
    overflow: hidden;
}

.lw-od-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 8px;
    margin-bottom: 12px;
}

.lw-od-card-author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lw-od-card-author-img {
    width: 20px;
    height: 20px;
    border-radius: 9999px;
    object-fit: cover;
}

.lw-od-card-author-name {
    font-size: 14px;
    font-weight: 400;
    color: #62748e;
    line-height: 20px;
}

.lw-od-card-views {
    font-size: 12px;
    font-weight: 400;
    color: #90a1b9;
    line-height: 16px;
}

.lw-btn-watch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #0f172b;
    border: none;
    border-radius: 14px;
    padding: 10px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    height: 40px;
    transition: background 0.2s;
}

.lw-btn-watch:hover {
    background: #1e293b;
    color: #fff !important;
    text-decoration: none !important;
}

.lw-btn-watch:visited,
.lw-btn-watch:focus,
.lw-btn-watch:active {
    color: #fff !important;
    text-decoration: none !important;
}

.lw-btn-watch-icon {
    width: 16px;
    height: 16px;
}

/* --- Coming Soon / Dropping Section --- */
.lw-coming-soon {
    margin-top: 64px;
}

.lw-coming-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fffbeb;
    border: 0.8px solid #fef3c6;
    border-radius: 9999px;
    padding: 6.8px 12.8px;
}

.lw-coming-badge-icon {
    width: 12px;
    height: 12px;
}

.lw-coming-badge-text {
    font-size: 12px;
    font-weight: 700;
    color: #bb4d00;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 16px;
}

.lw-coming-sub {
    font-size: 14px;
    font-weight: 400;
    color: #90a1b9;
    line-height: 20px;
}

.lw-coming-list {
    background: #fff;
    border: 0.8px solid #f1f5f9;
    border-radius: 24px;
    overflow: hidden;
    margin-top: 24px;
}

.lw-coming-row {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 24px;
    border-bottom: 0.8px solid #f1f5f9;
}

.lw-coming-row:last-child {
    border-bottom: none;
}

.lw-coming-date {
    width: 56px;
    text-align: center;
    flex-shrink: 0;
}

.lw-coming-date-day {
    font-size: 10px;
    font-weight: 700;
    color: #90a1b9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 15px;
}

.lw-coming-date-num {
    font-size: 24px;
    font-weight: 700;
    color: #0f172b;
    line-height: 24px;
    margin-top: 2px;
}

.lw-coming-date-month {
    font-size: 10px;
    font-weight: 600;
    color: #90a1b9;
    line-height: 15px;
    margin-top: 2px;
}

.lw-coming-divider {
    width: 1px;
    height: 40px;
    background: #e2e8f0;
    flex-shrink: 0;
}

.lw-coming-thumb {
    width: 80px;
    height: 56px;
    border-radius: 14px;
    overflow: hidden;
    background: #f1f5f9;
    flex-shrink: 0;
}

.lw-coming-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lw-coming-info {
    flex: 1;
    min-width: 0;
}

.lw-coming-info-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lw-coming-info-tag {
    display: inline-flex;
    align-items: center;
    background: #f1f5f9;
    border-radius: 8px;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 700;
    color: #45556c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 15px;
}

.lw-coming-info-duration {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.lw-coming-info-duration-icon {
    width: 12px;
    height: 12px;
}

.lw-coming-info-duration-text {
    font-size: 10px;
    font-weight: 500;
    color: #90a1b9;
    line-height: 15px;
}

.lw-coming-info-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172b;
    line-height: 19.25px;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lw-coming-info-author {
    font-size: 12px;
    font-weight: 400;
    color: #62748e;
    line-height: 16px;
    margin-top: 2px;
}

.lw-btn-remind {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fffbeb;
    border: 0.8px solid #fef3c6;
    border-radius: 14px;
    padding: 10.8px 16.8px;
    font-size: 14px;
    font-weight: 700;
    color: #bb4d00;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s;
}

.lw-btn-remind:hover {
    background: #fef3c6;
    border-color: #fde68a;
    text-decoration: none;
    color: #bb4d00;
}

.lw-btn-remind-icon {
    width: 16px;
    height: 16px;
}

/* --- Calendar CTA Section --- */
.lw-calendar-cta {
    margin-top: 80px;
    background: #fff;
    border: 0.8px dashed #f1f5f9;
    border-radius: 40px;
    padding: 48.8px;
    text-align: center;
}

.lw-calendar-cta-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
}

.lw-calendar-cta-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172b;
    line-height: 28px;
    margin-top: 16px;
}

.lw-calendar-cta-desc {
    font-size: 16px;
    font-weight: 400;
    color: #62748e;
    line-height: 24px;
    margin-top: 8px;
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
}

.lw-calendar-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #4f39f6;
    text-decoration: none;
    margin-top: 32px;
    transition: color 0.2s;
}

.lw-calendar-cta-link:hover {
    color: #4338ca;
    text-decoration: none;
}

.lw-calendar-cta-link-icon {
    width: 16px;
    height: 16px;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .lw-page {
        padding: 48px 24px 32px;
    }

    .lw-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .lw-upcoming-card {
        flex-wrap: wrap;
    }

    .lw-coming-row {
        flex-wrap: wrap;
    }

    .lw-filters {
        flex-direction: column;
        align-items: flex-start;
    }

    .lw-featured-content {
        flex-direction: column;
        padding: 32px;
    }
}

@media (max-width: 768px) {
    .lw-page {
        padding: 32px 16px 24px;
    }

    .lw-featured {
        border-radius: 24px;
        min-height: auto;
    }

    .lw-featured-title {
        font-size: 24px;
        line-height: 32px;
    }

    .lw-title {
        font-size: 28px;
        line-height: 34px;
    }

    .lw-od-grid {
        gap: 16px;
    }

    .lw-od-card {
        min-width: 260px;
        width: 260px;
    }

    .lw-countdown {
        min-width: 140px;
    }
}
