#parkland-afisha-scope {
    margin: 0;
    background-color: #f8f8f8;
    color: #333333;
    font-family: Montserrat, sans-serif;
    width: 100%;
    max-width: none;
}

body.parkland-afisha-fullwidth {
    overflow-x: hidden;
}

body.parkland-afisha-fullwidth .wd-content-layout.container,
body.parkland-afisha-fullwidth .wd-content-layout.content-layout-wrapper {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.parkland-afisha-fullwidth .wd-page-content.main-page-wrapper {
    padding-left: 0;
    padding-right: 0;
}

body.parkland-afisha-fullwidth .wd-page-title,
body.parkland-afisha-fullwidth .page-title {
    display: none !important;
}

#parkland-afisha-scope .parkland-afisha-hero,
#parkland-afisha-scope .parkland-afisha-banner {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#parkland-afisha-scope .parkland-afisha-hero__media,
#parkland-afisha-scope .parkland-afisha-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#parkland-afisha-scope.parkland-afisha-scope--single {
    background-color: #ffffff;
}

@media (max-width: 767px) {
    #parkland-afisha-scope .parkland-afisha-hero-meta {
        gap: 0.375rem;
        font-size: 0.75rem;
        line-height: 1.35;
    }
    #parkland-afisha-scope .parkland-afisha-hero-meta__item {
        align-items: flex-start;
    }
    #parkland-afisha-scope .parkland-afisha-hero-meta__item i {
        width: 1rem;
        text-align: center;
        margin-top: 0.125rem;
    }
    #parkland-afisha-scope .parkland-afisha-hero .relative.z-10 {
        align-items: flex-end;
    }
    #parkland-afisha-scope .parkland-afisha-intro {
        font-size: 0.9375rem;
        line-height: 1.55;
        margin-bottom: 1.25rem;
    }
}

#parkland-afisha-scope .parkland-afisha-intro {
    font-size: 1rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    #parkland-afisha-scope .parkland-afisha-intro {
        font-size: 1.125rem;
        line-height: 1.65;
    }
}

#parkland-afisha-scope .hover-scale {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#parkland-afisha-scope .hover-scale:hover {
    transform: scale(1.03);
}

#parkland-afisha-scope .parkland-afisha-prose h2 {
    font-family: "Playfair Display", serif;
    font-size: 1.875rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

#parkland-afisha-scope .parkland-afisha-prose h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

#parkland-afisha-scope .parkland-afisha-prose p,
#parkland-afisha-scope .parkland-afisha-prose li {
    color: rgba(51, 51, 51, 0.8);
    font-weight: 300;
    line-height: 1.75;
}

#parkland-afisha-scope .parkland-afisha-prose ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

#parkland-afisha-scope .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#parkland-afisha-scope .line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Контент з редактора: fallback для Tailwind-класів */

#parkland-afisha-scope .bg-brand-light {
    background-color: #f8f8f8 !important;
}

#parkland-afisha-scope .bg-brand-dark {
    background-color: #1a1a1a !important;
}

#parkland-afisha-scope .bg-brand-accent {
    background-color: #c5a880 !important;
}

#parkland-afisha-scope .text-brand-dark {
    color: #1a1a1a !important;
}

#parkland-afisha-scope .text-brand-text {
    color: #333333 !important;
}

#parkland-afisha-scope .text-brand-accent {
    color: #c5a880 !important;
}

#parkland-afisha-scope .text-brand-muted {
    color: #777777 !important;
}

#parkland-afisha-scope .border-brand-border {
    border-color: #e5e5e5 !important;
}

#parkland-afisha-scope .border-brand-accent {
    border-color: #c5a880 !important;
}

#parkland-afisha-scope .border-l-4 {
    border-left-width: 4px;
    border-left-style: solid;
}

#parkland-afisha-scope .p-8 {
    padding: 2rem !important;
}

#parkland-afisha-scope .my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

#parkland-afisha-scope .mb-8 {
    margin-bottom: 2rem !important;
}

#parkland-afisha-scope .mb-6 {
    margin-bottom: 1.5rem !important;
}

#parkland-afisha-scope .mb-4 {
    margin-bottom: 1rem !important;
}

#parkland-afisha-scope .mb-3 {
    margin-bottom: 0.75rem !important;
}

#parkland-afisha-scope .mb-1 {
    margin-bottom: 0.25rem !important;
}

#parkland-afisha-scope .mt-12 {
    margin-top: 3rem !important;
}

#parkland-afisha-scope .mt-1 {
    margin-top: 0.25rem !important;
}

#parkland-afisha-scope .space-y-4> :not([hidden])~ :not([hidden]) {
    margin-top: 1rem;
}

#parkland-afisha-scope .space-y-3> :not([hidden])~ :not([hidden]) {
    margin-top: 0.75rem;
}

#parkland-afisha-scope .flex {
    display: flex;
}

#parkland-afisha-scope .items-start {
    align-items: flex-start;
}

#parkland-afisha-scope .items-center {
    align-items: center;
}

#parkland-afisha-scope .gap-3 {
    gap: 0.75rem;
}

#parkland-afisha-scope .gap-4 {
    gap: 1rem;
}

#parkland-afisha-scope .font-light {
    font-weight: 300;
}

#parkland-afisha-scope .font-semibold {
    font-weight: 600;
}

#parkland-afisha-scope .font-bold {
    font-weight: 700;
}

#parkland-afisha-scope .font-serif {
    font-family: "Playfair Display", serif;
}

#parkland-afisha-scope .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

#parkland-afisha-scope .leading-relaxed {
    line-height: 1.625;
}

#parkland-afisha-scope .text-brand-text\/80,
#parkland-afisha-scope .text-brand-text\/70 {
    color: rgba(51, 51, 51, 0.8) !important;
}

#parkland-afisha-scope .text-brand-text\/70 {
    color: rgba(51, 51, 51, 0.7) !important;
}


/* Блок «Важлива інформація» */

#parkland-afisha-scope .parkland-afisha-prose .bg-brand-light.border-l-4,
#parkland-afisha-scope .bg-brand-light.border-l-4.border-brand-accent {
    background-color: #f8f8f8;
    border-left: 4px solid #c5a880;
    padding: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#parkland-afisha-scope .parkland-afisha-prose .bg-brand-light.border-l-4 h3,
#parkland-afisha-scope .bg-brand-light.border-l-4 h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 1rem;
}

#parkland-afisha-scope .parkland-afisha-prose .bg-brand-light.border-l-4 ul,
#parkland-afisha-scope .bg-brand-light.border-l-4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#parkland-afisha-scope .parkland-afisha-prose .bg-brand-light.border-l-4 li,
#parkland-afisha-scope .bg-brand-light.border-l-4 li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: rgba(51, 51, 51, 0.8);
    font-weight: 300;
    line-height: 1.75;
}

#parkland-afisha-scope .parkland-afisha-prose .bg-brand-light.border-l-4 li+li,
#parkland-afisha-scope .bg-brand-light.border-l-4 li+li {
    margin-top: 0.75rem;
}

#parkland-afisha-scope .parkland-afisha-prose .bg-brand-light.border-l-4 .fa-check,
#parkland-afisha-scope .bg-brand-light.border-l-4 .fa-check {
    color: #c5a880;
    margin-top: 0.25rem;
    flex-shrink: 0;
}


/* Програма вечора (список з часом) */

#parkland-afisha-scope .parkland-afisha-prose ul.space-y-4>li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

#parkland-afisha-scope .parkland-afisha-prose ul.space-y-4>li+li {
    margin-top: 1rem;
}

#parkland-afisha-scope .parkland-afisha-prose ul.space-y-4>li>span:first-child {
    color: #c5a880;
    font-weight: 700;
    margin-top: 0.25rem;
    flex-shrink: 0;
    min-width: 3.5rem;
}

#parkland-afisha-scope .parkland-afisha-prose ul.space-y-4 p.font-semibold {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

#parkland-afisha-scope .parkland-afisha-prose ul.space-y-4 p.text-brand-text\/70 {
    color: rgba(51, 51, 51, 0.7);
    font-weight: 300;
    margin: 0;
}

.bg-brand-light blockquote {
    border-left: 0px !important;
    padding-left: 0px !important;
    margin-left: 0;
    margin-right: 0 !important;
}

div#afisha-booking-12079 {
    background: none!important;
}