.weekly-layout {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    column-gap: 0;
    row-gap: 20px;
    align-items: start;
    margin: 20px 0 10px;
}

.weekly-col {
    background-color: #eeeeee;
    padding: 18px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.weekly-left {
    background-color: #ec008c;
    border-radius: 12px;
    margin-right: 20px;
}

.weekly-left h3,
.weekly-left p,
.weekly-left li {
    color: #ffffff;
}

.weekly-left a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
}

.weekly-left-links {
    margin-top: 12px;
}

.weekly-center {
    border-radius: 12px 0 0 12px;
    background-color: #eeeeee;
    position: relative;
    isolation: isolate;
}

.weekly-center-bg-sticky {
    position: fixed;
    display: none;
    top: 54px;
    left: 0;
    width: 0;
    height: 0;
    background-color: #eeeeee;
    border-radius: 12px 0 0 12px;
    z-index: 0;
    pointer-events: none;
}

.weekly-left,
.weekly-center,
.weekly-right {
    position: relative;
    z-index: 1;
}

.weekly-col h3 {
    font-family: 'Barlow Condensed';
    font-size: 28px;
    line-height: 1;
    margin: 0 0 10px;
}

.weekly-col p,
.weekly-col li {
    font-family: 'Prompt';
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 8px;
}

.weekly-col ul {
    margin: 0;
    padding-left: 18px;
}

.weekly-bulk-content,
.weekly-bulk-content * {
    max-width: 100% !important;
    box-sizing: border-box;
}

.weekly-bulk-content table {
    width: 100% !important;
    margin: 0 0 14px !important;
}

.weekly-bulk-content img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.weekly-bulk-content p,
.weekly-bulk-content h1,
.weekly-bulk-content h2,
.weekly-bulk-content h3,
.weekly-bulk-content h4,
.weekly-bulk-content h5 {
    margin-top: 0;
    margin-bottom: 10px;
}

.weekly-center p,
.weekly-center li,
.weekly-center a,
.weekly-right p,
.weekly-right li,
.weekly-right a {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.weekly-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.weekly-right {
    justify-content: flex-start;
    border-radius: 0 12px 12px 0;
    border-left: 1px solid #ffffff;
    align-self: stretch;
    position: relative;
    top: auto;
}

.weekly-left {
    position: sticky;
    top: 54px;
    align-self: start;
}

.weekly-right-sticky {
    position: sticky;
    top: 54px;
}

.weekly-right h3,
.weekly-right p,
.weekly-right li,
.weekly-right a {
    color: #2d2d2d;
}

.weekly-date-card {
    text-align: center;
    padding: 0 10px 4px 10px;
    margin-bottom: 8px;
}

.weekly-right-sticky > p:first-of-type {
    margin-top: 0;
}

.weekly-date-line {
    font-family: 'Barlow Condensed';
    font-size: 22px;
    line-height: 1;
    color: #2d2d2d;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.weekly-follow {
    font-family: 'Prompt';
    font-size: 16px;
    text-align: center;
    margin-bottom: 14px;
    color: #4a4a4a;
}

.weekly-social {
    justify-content: center;
    gap: 26px;
    margin-top: 0;
}

.weekly-social .social-icon {
    display: none;
}

.weekly-social a {
    text-decoration: none;
    color: #2d2d2d;
    display: inline-block;
}

.weekly-social a:link,
.weekly-social a:visited,
.weekly-social a:hover,
.weekly-social a:active {
    color: #2d2d2d !important;
}

.weekly-social-img {
    display: block;
    width: 34px;
    height: 34px;
    border: 0;
}

.weekly-social-globe {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 26px;
    color: #2d2d2d !important;
    font-family: 'Segoe UI Symbol', 'Arial Unicode MS', sans-serif;
    background-color: #ffffff;
    border-radius: 50%;
}

.event-meta {
    display: block;
    position: relative;
    padding-left: 18px;
}

.event-meta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.18em;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.event-meta--location::before {
    background-image: url("https://img.icons8.com/ios-filled/50/2d2d2d/marker.png");
}

.event-meta--date::before {
    background-image: url("https://img.icons8.com/ios-filled/50/2d2d2d/calendar.png");
}

.event-meta--info::before {
    background-image: url("https://img.icons8.com/ios-filled/50/2d2d2d/info.png");
}

@media only screen and (max-width: 900px) {
    .weekly-layout {
        grid-template-columns: 1fr;
        row-gap: 14px;
    }

    .weekly-center {
        order: 1;
    }

    .weekly-left {
        order: 2;
    }

    .weekly-right {
        order: 3;
    }

    .weekly-left {
        margin-right: 0;
    }

    .weekly-left,
    .weekly-right {
        position: static;
        top: auto;
    }

    .weekly-right-sticky {
        position: static;
        top: auto;
    }

    .weekly-center,
    .weekly-right {
        border-radius: 12px;
    }

    .weekly-center-bg-sticky {
        display: none !important;
    }

    .weekly-right {
        border-left: none;
    }

    .weekly-date-card {
        display: none;
    }

    .weekly-date-line {
        font-size: 22px;
    }
}

.ws-day-header {
    font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #2d2d2d;
    margin: 16px 0 8px;
    padding-bottom: 4px;
    border-bottom: 2px solid #2d2d2d;
    letter-spacing: 0.3px;
}

.ws-schedule {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 6px;
}

.ws-schedule tr {
    border-bottom: 1px solid #d8d8d8;
}

.ws-schedule tr:last-child {
    border-bottom: none;
}

.ws-time {
    font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2d2d2d;
    white-space: nowrap;
    padding: 7px 10px 7px 0;
    vertical-align: top;
    width: 80px;
}

.ws-event {
    font-family: 'Prompt', 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    padding: 7px 8px 7px 0;
    vertical-align: top;
    line-height: 1.4;
}

.ws-badge {
    font-family: 'Prompt', 'Segoe UI', Arial, sans-serif;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 10px;
    white-space: nowrap;
    vertical-align: top;
    padding-top: 8px;
    text-align: center;
}

.ws-badge--concert,
.ws-badge--atelier,
.ws-badge--expozitie,
.ws-badge--proiectie,
.ws-badge--tur {
    background-color: #aaaaaa;
    color: #ffffff;
}
