/* Event Espresso theme override */
.ee-page-wrap {
    padding-top: 140px;
    padding-bottom: 80px;
    background: transparent;
}

main.main.ee-page-wrap.ee-single-page {
    padding-top: 150px;
}

.ee-hero-section {
    margin-bottom: 32px;
}

.ee-kov-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    padding: 44px 20px;
    text-align: center;
}

.ee-kov-hero-side {
    position: absolute;
    top: 0;
    transform: none;
    width: clamp(220px, 24vw, 380px);
    max-width: 38%;
    pointer-events: none;
    z-index: 1;
}

.ee-kov-hero-left {
    left: 0;
}

.ee-kov-hero-right {
    right: 0;
}

.ee-kov-hero-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    margin-inline: auto;
}

.ee-kov-hero-logo {
    width: clamp(120px, 13vw, 180px);
    margin: 0 auto 18px;
    display: block;
}

.ee-kov-hero-title {
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.06;
    color: #2f3240;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.ee-kov-hero-subtitle {
    max-width: 680px;
    margin: 0 auto;
    color: #4a4f5c;
    font-size: clamp(14px, 1.2vw, 25px);
    line-height: 1.35;
}

.ee-page-heading {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 32px;
    border: 1px solid rgba(24, 26, 39, 0.08);
}

.ee-page-eyebrow {
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4a7ead;
    font-weight: 700;
    margin-bottom: 8px;
}

.ee-page-title {
    font-size: 42px;
    line-height: 1.2;
    color: #181a27;
}

.ee-event-single-card {
    border-radius: 0;
    background: transparent;
    border: 0;
    padding: 0;
    overflow: hidden;
}

.ee-single-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 24px;
}

.ee-top-info-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 18px;
}

.ee-content-box,
.ee-side-box {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 20px;
    width: 100%;
    position: relative;
    z-index: 12;
}

.ee-single-page .ee-side-box-tickets {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ee-single-page .ee-side-box .container,
.ee-single-page .ee-single-main > .container {
    width: 100%;
}

.ee-feature-media {
    margin-bottom: 20px;
    border-radius: 16px;
    overflow: hidden;
}

.ee-single-side {
    display: grid;
    gap: 16px;
    align-content: start;
}

.ee-single-page .ee-content-box .entry-title {
    font-size: 40px;
    line-height: 1.2;
    color: #1a2532;
    margin-bottom: 10px;
    text-align: left;
}

.ee-single-page .ee-content-box .event-header p {
    color: #2b3745;
    line-height: 1.75;
    text-align: left;
}

.ee-single-page .ee-content-box img {
    display: block;
    margin-left: 0;
    margin-right: auto;
    border-radius: 12px;
    margin-block: 16px;
    max-width: min(100%, 180px);
    height: auto;
}

.ee-single-page .ee-content-box,
.ee-single-page .ee-content-box .event-header,
.ee-single-page .ee-content-box .event-content {
    text-align: left;
}

.ee-single-page .ee-content-box h2 {
    font-size: 32px;
    line-height: 1.3;
    margin: 24px 0 32px;
    color: #1a2532;
    text-align: left !important;
}

.ee-single-page .ee-content-box h3 {
    font-size: 26px;
    line-height: 1.35;
    margin: 20px 0 10px;
    color: #1a2532;
}

.ee-single-page .ee-content-box p {
    margin: 0 0 14px;
    line-height: 1.75;
    text-align: left !important;
}

.ee-single-page .ee-content-box p > strong {
    display: inline-block;
    font-size: 1.18em;
    line-height: 1.35;
    color: #1a2532;
    margin-bottom: 2px;
    text-align: left !important;
}

.ee-single-page .ee-content-box .event-content .has-text-align-center,
.ee-single-page .ee-content-box .event-content .wp-block-heading.has-text-align-center {
    text-align: left !important;
}

.ee-single-page .ee-content-box ul,
.ee-single-page .ee-content-box ol {
    margin: 0 0 16px 22px;
    padding: 0;
}

.ee-single-page .ee-content-box ul {
    list-style: disc;
}

.ee-single-page .ee-content-box ul li {
    list-style: disc;
}

.ee-single-page .ee-content-box li {
    margin-bottom: 8px;
}

.ee-single-page .ee-side-box > *:first-child {
    margin-top: 0;
}

.ee-single-page .ee-side-box > *:last-child {
    margin-bottom: 0;
}

.ee-single-page .event-datetimes ul,
.ee-single-page .event-datetimes ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ee-single-page .event-datetimes li {
    position: relative;
    background: #e9edf2;
    border: 0;
    border-radius: 14px;
    padding: 42px 24px 18px;
    margin: 0;
    text-align: center;
    min-height: 132px;
}

.ee-single-page .event-datetimes .ee-event-datetimes-li-date-name {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #3f78ad;
    color: #fff;
    border-radius: 0 0 14px 14px;
    padding: 10px 22px;
    font-size: clamp(14px, 1.45vw, 17px);
    line-height: 1.2;
    font-weight: 700;
    white-space: normal;
    max-width: calc(100% - 20px);
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ee-single-page .event-datetimes .ee-event-datetimes-li-daterange,
.ee-single-page .event-datetimes .ee-event-datetimes-li-timerange {
    color: #5f646f;
    font-size: 18px;
    line-height: 1.45;
}

.ee-single-page .event-datetimes .ee-event-datetimes-li-timerange {
    display: block;
    margin-top: 8px;
}

.ee-single-page .event-datetimes .ee-event-datetimes-li-daterange .dashicons,
.ee-single-page .event-datetimes .ee-event-datetimes-li-timerange .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: text-bottom;
    color: #5f646f;
}

.ee-single-page .event-datetimes .ee-event-datetimes-li-date-desc {
    display: block;
    margin-top: 10px;
    color: #6a6f7a;
    font-size: 16px;
}

.ee-single-page .event-datetimes .ee-event-datetimes-li-venue {
    display: block;
    margin-top: 8px;
    font-size: 15px;
}

.espresso_events .event-datetimes > .ee-event-datetimes-ul--small .ee-event-datetimes-li {
    width: 45%;
}

.ee-single-page .event-datetimes .ee-event-datetimes-li.ee-event-datetimes-li-DTU {
    background: #e9edf2;
}

.download-iCal-frm .ee-ical-sbmt {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent url("/wp-content/themes/divorce/assets/images/download-solid-full.svg") no-repeat center center;
    background-size: 18px 18px;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}

.ee-single-page .event-datetimes li:last-child {
    margin-bottom: 0;
}

.ee-single-page .event-tickets form {
    margin: 0;
}

.ee-single-page .event-tickets {
    background: transparent;
    border-radius: 16px;
    padding: 0;
    width: 100%;
}

.ee-single-page .event-tickets .tkt-slctr-tbl-wrap-dv {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    overflow: hidden;
    background: #111629;
    width: 100%;
    max-width: 100%;
}

.ee-single-page .event-tickets .tkt-slctr-tbl-wrap-dv::-webkit-scrollbar {
    height: 10px;
}

.ee-single-page .event-tickets .tkt-slctr-tbl-wrap-dv::-webkit-scrollbar-track {
    background: #0a0f1e;
    border-radius: 999px;
}

.ee-single-page .event-tickets .tkt-slctr-tbl-wrap-dv::-webkit-scrollbar-thumb {
    background: #4a7ead;
    border-radius: 999px;
    border: 2px solid #0a0f1e;
}

.ee-single-page .event-tickets table.tkt-slctr-tbl {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
    min-width: 620px;
}

.ee-single-page .event-tickets .tkt-slctr-tbl th {
    background: #111629;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
}

.ee-single-page .event-tickets .tkt-slctr-tbl td {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    vertical-align: top;
    text-align: left;
    color: #fff;
}

.ee-single-page .event-tickets .tkt-slctr-tbl tr:last-child td {
    border-bottom: 0;
}

.ee-single-page .event-tickets .tckt-slctr-tbl-td-name b,
.ee-single-page .event-tickets .tckt-slctr-tbl-td-name strong {
    color: #fff;
}

.ee-single-page .event-tickets .tckt-price--nowrap {
    font-weight: 700;
    color: #fff;
}

.ee-single-page .event-tickets .ticket-selector-tbl-qty-slct {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    padding: 6px 8px;
    min-width: 64px;
    background: #0b1020;
    color: #fff;
}

.ee-single-page .event-tickets .display-tckt-slctr-tkt-details,
.ee-single-page .event-tickets .hide-tckt-slctr-tkt-details {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #8fb7ff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-top: 6px;
    white-space: nowrap;
}

.ee-single-page .event-tickets .display-tckt-slctr-tkt-details[style*="display:flex"],
.ee-single-page .event-tickets .hide-tckt-slctr-tkt-details[style*="display:flex"],
.ee-single-page .event-tickets .display-tckt-slctr-tkt-details[style*="display: flex"],
.ee-single-page .event-tickets .hide-tckt-slctr-tkt-details[style*="display: flex"] {
    display: inline-flex !important;
}

.ee-single-page .event-tickets .display-tckt-slctr-tkt-details:hover,
.ee-single-page .event-tickets .hide-tckt-slctr-tkt-details:hover {
    color: #fff;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv {
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #111629;
    padding: 12px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv h4,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv h5 {
    color: #fff;
    margin-bottom: 6px;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv p,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv span,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv div,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv td,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv th,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv li,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv label,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv small,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv strong,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv b {
    color: #fff;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv a {
    color: #cfe0ff;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-details-tbl-wrap-dv {
    overflow-x: auto;
    width: 100% !important;
    max-width: 100%;
    margin: 10px 0 0;
    padding: 0;
    box-sizing: border-box;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-sale-dates-sctn {
    margin-top: 12px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-sale-dates-sctn .ticket-details-label-spn {
    display: inline-block;
    min-width: 130px;
    margin-right: 8px;
    color: #9fb8dd;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-sale-dates-sctn .smaller-text {
    color: #d7e6ff;
    font-size: 12px;
    opacity: 0.92;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-details-tbl {
    width: 100%;
    min-width: max(760px, 100%);
    table-layout: fixed;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-details-td {
    width: 100%;
    padding: 0 !important;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv > div,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv > div > .tckt-slctr-tkt-details-tbl-wrap-dv,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv > div > .tckt-slctr-tkt-details-tbl-wrap-dv > table {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-details-dv > div > .tckt-slctr-tkt-details-tbl-wrap-dv > table {
    display: table;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-details-date-th,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-date-td {
    width: 34%;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-details-time-th {
    width: 18%;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-details-total-tickets-sold-th,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-total-tickets-left-th,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-this-ticket-sold-th,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-this-ticket-left-th {
    width: 12%;
}

.ee-single-page .event-tickets .tckt-slctr-tkt-details-date-td,
.ee-single-page .event-tickets .tckt-slctr-tkt-details-time-td {
    white-space: normal;
    word-break: break-word;
}

.ee-single-page .event-tickets .tckt-slctr-tbl-td-name {
    width: 58%;
}

.ee-single-page .event-tickets .tckt-slctr-tbl-td-price,
.ee-single-page .event-tickets .tckt-slctr-tbl-td-qty {
    width: 21%;
}

.ee-single-page .event-tickets .ticket-selector-submit-btn,
.ee-single-page .event-tickets .ticket-selector-submit-btn.view-details-btn {
    background: #4a7ead;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ee-single-page .event-tickets .ticket-selector-submit-btn-wrap {
    float: none;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 12px 14px 14px;
    margin-top: 8px;
}

.ee-single-page .event-tickets .ticket-selector-submit-btn-wrap .ticket-selector-submit-btn {
    margin: 0;
}

.ee-single-page .event-tickets .ticket-selector-submit-btn:hover,
.ee-single-page .event-tickets .ticket-selector-submit-btn.view-details-btn:hover {
    background: #375f86;
}

.ee-single-page .espresso-venue-dv h4,
.ee-single-page .espresso-venue-dv strong {
    color: #142a4d;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.ee-single-page .espresso-venue-dv p,
.ee-single-page .espresso-venue-dv span {
    color: #2a3950;
    line-height: 1.7;
}

.ee-single-page .espresso-venue-dv {
    background: #eef4fb;
    border: 1px solid #d3e0ef;
    border-left: 5px solid #4a7ead;
    border-radius: 12px;
    padding: 18px 20px;
    text-align: left;
}

.ee-single-page .espresso-venue-dv * {
    text-align: left;
}

.ee-single-page .espresso-venue-dv > * + * {
    margin-top: 8px;
}

.ee-event-meta {
    border-top: 1px solid rgba(24, 26, 39, 0.08);
    padding: 20px 24px 24px;
}

.ee-events-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ee-event-card {
    margin: 0;
}

.ee-event-card-link {
    display: block;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(24, 26, 39, 0.1);
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ee-event-card-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(24, 26, 39, 0.12);
}

.ee-event-card-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.ee-event-card-body {
    padding: 18px;
}

.ee-event-card-excerpt {
    color: #181a27cc;
    margin-top: 10px;
    margin-bottom: 16px;
    line-height: 1.6;
}

.ee-event-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #4a7ead;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 18px;
}

@media (max-width: 1200px) {
    .ee-events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ee-top-info-wrap {
        grid-template-columns: 1fr;
    }

    .ee-kov-hero-left,
    .ee-kov-hero-right {
        max-width: 32%;
    }
}

@media (max-width: 1024px) {
    .ee-page-wrap {
        padding-top: 118px;
        padding-bottom: 64px;
    }

    main.main.ee-page-wrap.ee-single-page {
        padding-top: 128px;
    }

    .ee-kov-hero {
        min-height: 340px;
        padding: 36px 18px;
    }

    .ee-kov-hero-title {
        font-size: clamp(30px, 6vw, 44px);
    }

    .ee-single-page .ee-content-box .entry-title {
        font-size: 34px;
    }

    .ee-single-page .ee-content-box h2 {
        font-size: 29px;
    }

    .ee-single-page .ee-content-box h3 {
        font-size: 24px;
    }

    .ee-single-page .event-datetimes li {
        padding: 40px 18px 16px;
    }

    .ee-single-page .event-datetimes .ee-event-datetimes-li-date-name {
        font-size: clamp(13px, 2vw, 16px);
    }

    .ee-single-page .event-tickets .tkt-slctr-tbl th,
    .ee-single-page .event-tickets .tkt-slctr-tbl td {
        padding: 12px 10px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .ee-kov-hero-side {
        width: clamp(160px, 24vw, 250px);
    }

    .ee-single-page .ee-side-box {
        padding: 14px 0;
    }

    .ee-single-page .ee-side-box-tickets {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ee-single-page .ee-side-box .container,
    .ee-single-page .ee-single-main > .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ee-single-page .event-datetimes ul,
    .ee-single-page .event-datetimes ol {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .espresso_events .event-datetimes > .ee-event-datetimes-ul--small .ee-event-datetimes-li {
        width: 100% !important;
    }

    .ee-single-page .event-datetimes .ee-event-datetimes-li-date-name {
        max-width: calc(100% - 16px);
        font-size: clamp(12px, 2.2vw, 15px);
        padding: 7px 12px;
        white-space: normal;
        line-height: 1.2;
        text-overflow: clip;
        overflow-wrap: anywhere;
    }

    .ee-single-page .event-tickets .tckt-slctr-tbl-td-name .display-tckt-slctr-tkt-details,
    .ee-single-page .event-tickets .tckt-slctr-tbl-td-name .hide-tckt-slctr-tkt-details {
        display: inline-flex;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767px) {
    .ee-page-wrap {
        padding-top: 110px;
        padding-bottom: 56px;
    }

    main.main.ee-page-wrap.ee-single-page {
        padding-top: 108px;
    }

    .ee-page-title {
        font-size: 30px;
    }

    .ee-kov-hero {
        min-height: 290px;
        padding: 28px 12px;
    }

    .ee-kov-hero-side {
        width: 150px;
        max-width: 42%;
        top: 0;
        transform: none;
        opacity: 0.9;
    }

    .ee-kov-hero-left {
        left: 0;
    }

    .ee-kov-hero-right {
        right: 0;
    }

    .ee-kov-hero-logo {
        margin-bottom: 12px;
    }

    .ee-kov-hero-title {
        font-size: clamp(24px, 8vw, 34px);
    }

    .ee-kov-hero-subtitle {
        font-size: 16px;
    }

    .ee-page-heading {
        padding: 22px;
    }

    .ee-single-grid {
        padding: 8px 0;
    }

    .ee-top-info-wrap {
        gap: 12px;
        margin-bottom: 12px;
    }

    .ee-single-page .event-datetimes ul,
    .ee-single-page .event-datetimes ol {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ee-single-page .event-datetimes li {
        min-height: auto;
        padding: 30px 14px 14px;
    }

    .ee-single-page .event-datetimes .ee-event-datetimes-li-date-name {
        font-size: 15px;
        padding: 7px 12px;
    }

    .ee-single-page .event-datetimes .ee-event-datetimes-li-daterange,
    .ee-single-page .event-datetimes .ee-event-datetimes-li-timerange {
        font-size: 14px;
    }

    .ee-single-page .ee-content-box .entry-title {
        font-size: 27px;
    }

    .ee-single-page .ee-content-box h2 {
        font-size: 24px;
        margin: 18px 0 10px;
    }

    .ee-single-page .ee-content-box h3 {
        font-size: 20px;
        margin: 16px 0 8px;
    }

    .ee-single-page .ee-content-box p {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 12px;
    }

    .ee-single-page .ee-content-box ul,
    .ee-single-page .ee-content-box ol {
        margin: 0 0 14px 18px;
    }

    .ee-single-page .ee-side-box-tickets {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ee-single-page .event-tickets {
        border-radius: 12px;
    }

    .ee-single-page .event-tickets .tkt-slctr-tbl-wrap-dv {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ee-single-page .event-tickets .tkt-slctr-tbl-wrap-dv::-webkit-scrollbar {
        height: 8px;
    }

    .ee-single-page .event-tickets .tkt-slctr-tbl th,
    .ee-single-page .event-tickets .tkt-slctr-tbl td {
        padding: 9px 7px;
        font-size: 12px;
    }

    .ee-single-page .event-tickets table.tkt-slctr-tbl {
        min-width: 560px;
    }

    .ee-single-page .event-tickets .tckt-slctr-tkt-details-tbl {
        min-width: 680px;
    }

    .ee-single-page .event-tickets .tckt-slctr-tkt-sale-dates-sctn {
        padding: 10px 12px;
    }

    .ee-single-page .event-tickets .tckt-slctr-tkt-sale-dates-sctn .ticket-details-label-spn {
        min-width: 108px;
        margin-right: 6px;
        font-size: 12px;
    }

    .ee-single-page .event-tickets .ticket-selector-submit-btn-wrap {
        justify-content: stretch;
        padding: 10px 0 4px;
    }

    .ee-single-page .event-tickets .ticket-selector-submit-btn,
    .ee-single-page .event-tickets .ticket-selector-submit-btn.view-details-btn {
        width: 100%;
    }

    .ee-events-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 575px) {
    .ee-page-wrap {
        padding-top: 98px;
        padding-bottom: 46px;
    }

    main.main.ee-page-wrap.ee-single-page {
        padding-top: 92px;
    }

    .ee-kov-hero {
        min-height: 250px;
    }

    .ee-kov-hero-side {
        width: 126px;
        max-width: 40%;
    }

    .ee-kov-hero-logo {
        width: 92px;
        margin-bottom: 8px;
    }

    .ee-kov-hero-title {
        font-size: clamp(22px, 7.5vw, 28px);
    }

    .ee-single-page .ee-side-box .container,
    .ee-single-page .ee-single-main > .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .ee-single-page .event-datetimes .ee-event-datetimes-li-date-name {
        font-size: 15px;
        padding: 6px 10px;
        max-width: calc(100% - 12px);
    }

    .ee-single-page .event-datetimes .ee-event-datetimes-li-daterange,
    .ee-single-page .event-datetimes .ee-event-datetimes-li-timerange {
        font-size: 13px;
    }

    .ee-single-page .event-tickets .display-tckt-slctr-tkt-details,
    .ee-single-page .event-tickets .hide-tckt-slctr-tkt-details {
        font-size: 10px;
    }

    .ee-single-page .event-tickets table.tkt-slctr-tbl {
        min-width: 520px;
    }

    .ee-single-page .event-tickets .tckt-slctr-tkt-details-tbl {
        min-width: 640px;
    }

    .ee-single-page .event-tickets .tckt-slctr-tkt-sale-dates-sctn .ticket-details-label-spn {
        width: 100%;
        min-width: 0;
        margin-right: 0;
        margin-bottom: 4px;
    }

    .ee-single-page .ee-content-box img {
        max-width: min(100%, 140px);
    }
}
