.wrap__event-detail .hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #3F59B6;
    overflow: hidden;
    height: 592px;
    position: relative;
}

.content-area.page.event-detail {
    width: 100% !important;
    margin-top: 40px !important;
}

.association-single .back {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
}

.association-single .back a {
    line-height: 0;
}

.association-single .hero-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.association-single .time-event {
    display: flex;
    align-items: center;
    padding: 24px;
}

.association-single .time-event .date-card .dayname {
    color: #FFCE00;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.association-single .time-event .date-card .big-num {
    color: #FFCE00;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.07px;
}

.association-single .time-event .date-card .month {
    color: #FFCE00;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.association-single .time-event .line {
    width: 1px;
    height: 78px !important;
    background: rgba(255, 255, 255, 0.24);
    margin: 0 24px;
    display: block;
}

.association-single .assocition-content {
    display: flex;
    background: #3F59B6;
    justify-content: space-between;
    padding: 24px;
    flex-wrap: wrap;
    gap: 20px;
}

.association-single .assocition-content .logo img {
    width: 40px;
    height: 40px;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    border: 1px solid #FFF;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.association-single .assocition-content .title a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: block;
}

.association-single .assocition-content .logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.association-single .assocition-content .stats {
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.association-single .assocition-content .stats .stat {
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 206, 0, 0.32);
    background: linear-gradient(180deg, rgba(255, 206, 0, 0.12) 0%, rgba(255, 206, 0, 0.00) 100%);
    display: flex;
    width: 68px;
    padding: 4px 8px;
    flex-direction: column;
    align-items: center;
}

.association-single .assocition-content .stats .stat .num {
    color: #FFCE00;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.association-single .assocition-content .stats .stat .label {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.025px;
}

.association-single .time-event .headline .title {
    overflow: hidden;
    color: #ffffff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
}

.association-single .time-event .headline .chips {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.association-single .time-event .headline .chips .chip {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    gap: 6px;
}

.wrap__event-detail .hero:before {
    content: '';
    width: 100%;
    height: 500px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
}

.wrap__event-detail .event-category-label {
    position: initial;
}

.wrap__event-detail .host {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.association-single .section.section-card .section-header {
    display: flex;
    padding: 40px 0;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.association-single .section.section-card .section-header .section-title {
    color: #171717;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.association-single .section.section-card .section-header .cta {
    display: flex;
    height: 50px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: #FFCE00;
    color: #171717;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
}

.association-single .section.section-card .section-header .section-desc {
    max-width: 860px;
    margin-top: 12px;
}

.association-single .promo {
    display: flex;
    padding: 10px 24px;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 12px;
    background: #DCFAE6;
    color: #17B26A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}

.association-single .promo .text {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.association-single .plans .plan {
    display: flex;
    padding: 14px 16px;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #FFCE00;
    background: #FFFEE7;
}

.association-single .plans {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 40px 0;
}

.association-single .plans .plan .title {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.association-single .plans .plan .price {
    display: flex;
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 9999px;
    background: #EF4444;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.association-single .seats .box {
    border-radius: 4px;
    border: 0.5px solid rgba(0, 0, 0, 0.24);
    background: linear-gradient(0deg, #EF4444 0%, #EF4444 100%), linear-gradient(92deg, #EF4444 0%, #B91C1C 100%);
    color: #ffffff;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.80);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.18px;
    width: 48px;
    height: 48px;
    display: block;
    text-align: center;
    position: relative;
}

.association-single .seats .box:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.80);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pill {
    color: #A3A3A3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.association-single .wrap_box {
    display: flex;
    gap: 4px;
}

.association-single .sep, .association-single .limit {
    color: #EF4444;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.80);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.06px;
}

.association-single .counter {
    display: flex;
    align-items: center;
    gap: 12px;
}

.places .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #ef4445;
    display: flex;
    align-items: center;
    gap: 12px;
}

.association-single .note {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.association-single .seats {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.association-single .card h3 {
    color: #171717;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px;
}

.association-single section.two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
}

.association-single section.two-col p {
    margin-bottom: 0;
}

.single-evenement div#content {
    background: #ffffff;
}

.single-evenement .ast-container {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
}

.wrap__event-detail.container {
    max-width: 1206px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 80px;
}

.single-evenement .header-destop, .single-evenement .header-mobile {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.04);
}

.single-evenement.ast-separate-container #primary {
    margin: 0;
}

.association-single .promo button {
    color: #17b26a;
    font-weight: 700;
    background: transparent;
    box-shadow: none;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.free-boards__card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
}

.free-boards__header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.free-boards__dot {
    width: 10px;
    height: 10px;
    background: #22C55E;
    border-radius: 9999px;
    display: inline-block;
}

.free-boards__title {
    margin: 0;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.4;
}

.free-boards__divider {
    border-top: 1px solid #E5E7EB;
    margin: 12px 0;
}

.free-boards__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.free-boards__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ecfdf5;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid #dcfce7;
}

.free-boards__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.free-boards__icon {
    flex: 0 0 auto;
}

.free-boards__meta {
    display: flex;
    flex-direction: column;
}

.free-boards__name {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    color: #171717;
}

.free-boards__desc {
    color: #404040;
    font-size: .75rem;
    line-height: 1rem;
}

.free-boards__qty {
    font-weight: 700;
    color: #17b26a;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.free-boards__qty-unit {
    font-weight: 400;
    color: #404040;
    font-size: .75rem;
    line-height: 1rem;
}

.free-boards__note {
    text-align: center;
    margin: 0;
    color: #404040;
    font-size: .75rem;
    line-height: 1rem;
}

h3#free-boards-title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.items-offer {
    width: 320px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    position: absolute;
    right: 0;
    top: 42px;
    border-radius: 12px;
}

.wrap_btn-offers {
    position: relative;
}

/* Hidden by default */
.items-offer {
    display: none;
}

/* Shown when open */
.items-offer.is-open {
    display: block;
    z-index: 99;
}

/* optional: dark mode */
@media (prefers-color-scheme: dark) {
    .free-boards__card {
        background: #052e1d;
    }

    .free-boards__item {
        background: #0b3b28;
    }

    .free-boards__divider {
        border-color: rgba(255, 255, 255, .1);
    }

    .free-boards__note {
        color: #CBD5E1;
    }
}

@media (max-width: 767px) {
    .single-evenement.ast-separate-container #primary {
        margin-top: 0 !important;
        padding-bottom: 0;
    }

    .association-single .back {
        margin-bottom: 24px;
    }

    .association-single .plans {
        grid-template-columns: repeat(1, 1fr);
    }

    .association-single section.two-col {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .single-evenement.ast-separate-container #content .ast-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .association-single .section.section-card .section-header {
        padding-top: 40px;
        gap: 20px;
    }

    .wrap__event-detail.container {
        padding-bottom: 60px;
    }

    .association-single .time-event .headline .chips {
        gap: 15px;
    }
}

