﻿/*
------------------------------------------------
Descoberta e busca de eventos
------------------------------------------------
*/

.event-discovery-page {
    min-height: 100vh;
    background-color: #f6f7fb;
}

/*
------------------------------------------------
Cabeçalho
------------------------------------------------
*/

.page-heading-shows-events.event-discovery-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 105px 0 145px;
    overflow: hidden;
    text-align: left;
    background-image: linear-gradient( 105deg, rgba(20, 26, 52, 0.97) 0%, rgba(64, 43, 116, 0.90) 48%, rgba(183, 58, 93, 0.62) 100% ), url("/Images/Principal/shows_events_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .page-heading-shows-events.event-discovery-hero::before {
        position: absolute;
        content: "";
        width: 370px;
        height: 370px;
        top: -160px;
        right: 4%;
        border-radius: 50%;
        background-color: rgba(255, 195, 68, 0.13);
    }

    .page-heading-shows-events.event-discovery-hero::after {
        position: absolute;
        content: "";
        width: 310px;
        height: 310px;
        right: 22%;
        bottom: -210px;
        border-radius: 50%;
        background-color: rgba(255, 107, 53, 0.17);
    }

.event-discovery-hero .container {
    position: relative;
    z-index: 2;
}

.event-discovery-hero-content {
    max-width: 760px;
}

.event-discovery-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    backdrop-filter: blur(7px);
}

.event-discovery-hero-content h1 {
    max-width: 750px;
    margin: 0 0 17px;
    color: #fff;
    font-size: 48px;
    line-height: 1.16;
    font-weight: 800;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

    .event-discovery-hero-content h1 strong {
        color: #ffd166;
        font-weight: 800;
    }

.event-discovery-hero-content > p {
    max-width: 680px;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    text-shadow: 0 2px 9px rgba(0, 0, 0, 0.28);
}

.event-discovery-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

    .event-discovery-hero-highlights span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 8px 12px;
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.10);
        color: rgba(255, 255, 255, 0.87);
        font-size: 9px;
        font-weight: 600;
        backdrop-filter: blur(5px);
    }

        .event-discovery-hero-highlights span:nth-child(1) i {
            color: #ffd166;
        }

        .event-discovery-hero-highlights span:nth-child(2) i {
            color: #81e6d9;
        }

        .event-discovery-hero-highlights span:nth-child(3) i {
            color: #ff9f8c;
        }

/*
------------------------------------------------
Área de busca
------------------------------------------------
*/

.event-discovery-search-section {
    position: relative;
    z-index: 5;
    margin-top: -85px;
}

.event-discovery-search-card {
    position: relative;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(67, 75, 110, 0.12);
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 18px 55px rgba(30, 37, 68, 0.15);
}

    .event-discovery-search-card::before {
        position: absolute;
        content: "";
        height: 5px;
        top: 0;
        right: 0;
        left: 0;
        background: linear-gradient( 90deg, #6c5ce7 0%, #a855f7 35%, #ff6b35 70%, #ffd166 100% );
    }

.event-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 25px;
    padding-bottom: 21px;
    border-bottom: 1px solid #edf0f4;
}

.event-search-title {
    display: flex;
    align-items: center;
    gap: 13px;
}

.event-search-title-icon {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient( 135deg, #6c5ce7 0%, #9b59e8 100% );
    color: #fff;
    font-size: 18px;
    box-shadow: 0 8px 18px rgba(108, 92, 231, 0.25);
}

.event-search-title span {
    display: block;
    margin-bottom: 2px;
    color: #8c92a0;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.event-search-title h2 {
    margin: 0;
    color: #20283c;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 750;
}

.event-search-header-message {
    max-width: 260px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #818796;
    font-size: 9px;
    line-height: 1.55;
    text-align: right;
}

    .event-search-header-message i {
        color: #6c5ce7;
    }

.event-search-field {
    margin-bottom: 18px;
}

    .event-search-field label {
        display: block;
        margin-bottom: 7px;
        color: #343b4f;
        font-size: 10px;
        font-weight: 700;
    }

.event-search-input-container {
    position: relative;
}

    .event-search-input-container > i {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 14px;
        width: 18px;
        color: #8990a0;
        font-size: 12px;
        text-align: center;
        transform: translateY(-50%);
        pointer-events: none;
    }

.event-search-control {
    width: 100%;
    height: 48px;
    padding: 9px 39px 9px 43px;
    border: 1px solid #dadee7;
    border-radius: 10px;
    background-color: #fafbfe;
    color: #30374a;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 400;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

select.event-search-control {
    cursor: pointer;
    appearance: auto;
}

.event-search-control::placeholder {
    color: #a2a7b3;
}

.event-search-control:hover {
    border-color: #c4c8d4;
    background-color: #fff;
}

.event-search-control:focus {
    border-color: #7b6ee6;
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.11);
}

.event-search-advanced {
    margin-top: 3px;
    padding-top: 20px;
    border-top: 1px solid #edf0f4;
}

.event-search-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 11px;
    margin-top: 3px;
}

.event-search-submit-button {
    min-width: 190px;
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 22px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient( 135deg, #ff6b35 0%, #ef476f 100% );
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 9px 20px rgba(239, 71, 111, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

    .event-search-submit-button:hover:not(:disabled) {
        transform: translateY(-2px);
        box-shadow: 0 13px 24px rgba(239, 71, 111, 0.32);
    }

    .event-search-submit-button:disabled {
        cursor: wait;
        opacity: 0.75;
    }

.event-search-clear-button {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 14px;
    border-radius: 8px;
    color: #767d8c;
    font-size: 9px;
    font-weight: 600;
}

    .event-search-clear-button:hover {
        background-color: #f1f2f7;
        color: #343b4f;
    }

/*
------------------------------------------------
Resultados
------------------------------------------------
*/

.event-discovery-results {
    padding: 65px 0 40px;
}

.event-results-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 30px;
}

.event-results-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
    color: #ef476f;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.event-results-heading h2 {
    margin: 0 0 7px;
    color: #20283c;
    font-size: 29px;
    line-height: 1.3;
    font-weight: 800;
}

    .event-results-heading h2 strong {
        color: #6c5ce7;
    }

.event-results-heading p {
    margin: 0;
    color: #7b8291;
    font-size: 11px;
    line-height: 1.65;
}

.event-results-view-information {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border: 1px solid #e1e4eb;
    border-radius: 50px;
    background-color: #fff;
    color: #727988;
    font-size: 9px;
    font-weight: 600;
}

    .event-results-view-information i {
        color: #6c5ce7;
    }

/*
------------------------------------------------
Cards retornados pelo Model.Card
------------------------------------------------
*/

.event-discovery-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 28px;
}

.event-discovery-grid .ticket-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e4e6ec;
    border-radius: 17px;
    background-color: #fff;
    box-shadow: 0 9px 28px rgba(31, 39, 69, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .event-discovery-grid .ticket-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 38px rgba(31, 39, 69, 0.15);
    }

    .event-discovery-grid .ticket-item .thumb {
        position: relative;
        height: 235px;
        overflow: hidden;
        background-color: #dfe2e8;
    }

        .event-discovery-grid .ticket-item .thumb > a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .event-discovery-grid .ticket-item .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.45s ease, filter 0.45s ease;
        }

    .event-discovery-grid .ticket-item:hover .thumb img {
        transform: scale(1.06);
        filter: saturate(1.08);
    }

.event-card-image-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient( 180deg, rgba(19, 24, 43, 0.04) 35%, rgba(19, 24, 43, 0.68) 100% );
}

.event-discovery-grid .ticket-item .price,
.event-card-price {
    position: absolute;
    z-index: 3;
    right: 14px;
    bottom: 14px;
    min-width: 122px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 10px;
    background-color: #ffd166;
    color: #392d14;
    text-align: left;
    box-shadow: 0 7px 17px rgba(33, 29, 20, 0.22);
}

    .event-discovery-grid .ticket-item .price span,
    .event-card-price > span {
        display: block;
        color: #725e27;
        font-size: 8px;
        line-height: 1.4;
        font-weight: 700;
        text-transform: uppercase;
    }

    .event-discovery-grid .ticket-item .price em,
    .event-card-price strong {
        display: block;
        color: #2d2616;
        font-size: 16px;
        line-height: 1.3;
        font-style: normal;
        font-weight: 800;
    }

.event-card-category {
    position: absolute;
    z-index: 3;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 50px;
    background-color: rgba(108, 92, 231, 0.94);
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    backdrop-filter: blur(5px);
}

    .event-card-category i {
        color: #ffd166;
    }

.event-card-date {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 14px;
    width: 48px;
    min-height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background-color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 7px 17px rgba(30, 35, 55, 0.17);
}

    .event-card-date strong {
        color: #ef476f;
        font-size: 18px;
        line-height: 1;
        font-weight: 800;
    }

    .event-card-date span {
        margin-top: 3px;
        color: #50566a;
        font-size: 8px;
        line-height: 1;
        font-weight: 800;
    }

.event-discovery-grid .ticket-item .down-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 23px;
}

    .event-discovery-grid .ticket-item .down-content h4,
    .event-card-heading h3 {
        margin: 0 0 12px;
        color: #20283c;
        font-size: 18px;
        line-height: 1.4;
        font-weight: 750;
    }

        .event-card-heading h3 a {
            color: #20283c;
        }

            .event-card-heading h3 a:hover {
                color: #6c5ce7;
            }

.event-card-label {
    display: block;
    margin-bottom: 5px;
    color: #6c5ce7;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.event-card-description {
    margin: 0 0 17px;
    color: #747b8b;
    font-size: 10px;
    line-height: 1.7;
}

.event-discovery-grid .ticket-item .down-content > ul,
.event-card-information {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0 0 17px;
    padding: 0;
}

    .event-discovery-grid .ticket-item .down-content > ul > li,
    .event-card-information li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        margin: 0;
        color: #616878;
        font-size: 9px;
        line-height: 1.55;
    }

        .event-discovery-grid .ticket-item .down-content > ul > li > i {
            width: 24px;
            height: 24px;
            flex: 0 0 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: -3px;
            border-radius: 7px;
            background-color: #f0eefc;
            color: #6c5ce7;
            font-size: 10px;
        }

        .event-card-information li > div {
            width: 28px;
            height: 28px;
            flex: 0 0 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: -2px;
            border-radius: 7px;
            background-color: #f0eefc;
            color: #6c5ce7;
            font-size: 10px;
        }

.event-card-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px;
}

    .event-card-benefits span {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 5px 8px;
        border-radius: 50px;
        background-color: #eaf9f5;
        color: #16745f;
        font-size: 8px;
        font-weight: 700;
    }

.event-card-footer,
.event-discovery-grid .ticket-item .main-dark-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid #eceef3;
}

    .event-discovery-grid .ticket-item .main-dark-button a,
    .event-card-buy-button {
        min-height: 43px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 17px;
        border: 0;
        border-radius: 9px;
        background: linear-gradient( 135deg, #ff6b35 0%, #ef476f 100% );
        color: #fff;
        font-size: 9px;
        font-weight: 700;
        box-shadow: 0 7px 16px rgba(239, 71, 111, 0.20);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .event-discovery-grid .ticket-item .main-dark-button a:hover,
        .event-card-buy-button:hover {
            color: #fff;
            transform: translateY(-1px);
            box-shadow: 0 10px 20px rgba(239, 71, 111, 0.29);
        }

.event-card-price-mobile {
    display: none;
}

/*
------------------------------------------------
Paginação
------------------------------------------------
*/

.event-discovery-pagination {
    margin-top: 17px;
}

    .event-discovery-pagination ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        margin: 0;
        padding: 0;
    }

    .event-discovery-pagination li {
        margin: 0;
    }

        .event-discovery-pagination li a,
        .event-discovery-pagination li > span {
            min-width: 40px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            padding: 0 12px;
            border: 1px solid #dfe2e9;
            border-radius: 9px;
            background-color: #fff;
            color: #656c7b;
            font-size: 9px;
            font-weight: 700;
            transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
        }

            .event-discovery-pagination li a:hover {
                border-color: #8b7ee8;
                color: #6c5ce7;
                transform: translateY(-1px);
            }

        .event-discovery-pagination li.active a {
            border-color: #6c5ce7;
            background-color: #6c5ce7;
            color: #fff;
            box-shadow: 0 7px 15px rgba(108, 92, 231, 0.22);
        }

        .event-discovery-pagination li.disabled a {
            cursor: not-allowed;
            opacity: 0.45;
        }

    .event-discovery-pagination .pagination-direction a {
        min-width: 100px;
    }

    .event-discovery-pagination .pagination-more > span {
        border-color: transparent;
        background-color: transparent;
    }

/*
------------------------------------------------
Nenhum resultado
------------------------------------------------
*/

.event-results-empty {
    padding: 60px 25px;
    border: 1px dashed #d8dce5;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
}

.event-results-empty-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 50%;
    background-color: #f0eefc;
    color: #6c5ce7;
    font-size: 25px;
}

.event-results-empty h3 {
    margin: 0 0 8px;
    color: #252d42;
    font-size: 19px;
    font-weight: 750;
}

.event-results-empty p {
    max-width: 470px;
    margin: 0 auto 20px;
    color: #777e8e;
    font-size: 10px;
    line-height: 1.7;
}

.event-results-empty-button {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 17px;
    border-radius: 9px;
    background-color: #6c5ce7;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
}

    .event-results-empty-button:hover {
        background-color: #5746d5;
        color: #fff;
    }

/*
------------------------------------------------
Banner para promotores
------------------------------------------------
*/

.event-promoter-section {
    padding: 35px 0 90px;
}

.event-promoter-banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 50px;
    padding: 42px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient( 115deg, #362d77 0%, #6c3db9 48%, #d64c76 100% );
    box-shadow: 0 18px 45px rgba(66, 42, 126, 0.24);
}

.event-promoter-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

    .event-promoter-decoration.decoration-one {
        width: 250px;
        height: 250px;
        top: -160px;
        right: 15%;
        background-color: rgba(255, 209, 102, 0.13);
    }

    .event-promoter-decoration.decoration-two {
        width: 210px;
        height: 210px;
        right: -90px;
        bottom: -130px;
        background-color: rgba(255, 255, 255, 0.08);
    }

.event-promoter-content,
.event-promoter-action {
    position: relative;
    z-index: 2;
}

    .event-promoter-content > span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 9px;
        color: #ffd166;
        font-size: 9px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.7px;
    }

    .event-promoter-content h2 {
        margin: 0 0 11px;
        color: #fff;
        font-size: 27px;
        line-height: 1.35;
        font-weight: 800;
    }

    .event-promoter-content > p {
        max-width: 670px;
        margin: 0;
        color: rgba(255, 255, 255, 0.80);
        font-size: 11px;
        line-height: 1.75;
    }

.event-promoter-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 18px;
}

    .event-promoter-benefits span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: rgba(255, 255, 255, 0.85);
        font-size: 9px;
        font-weight: 600;
    }

    .event-promoter-benefits i {
        color: #81e6d9;
    }

.event-promoter-action {
    min-width: 230px;
    text-align: center;
}

.event-promoter-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #ffd166;
    color: #34264c;
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(33, 25, 48, 0.22);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

    .event-promoter-button:hover {
        background-color: #ffdc82;
        color: #34264c;
        transform: translateY(-2px);
    }

.event-promoter-action small {
    display: block;
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 8px;
}

/*
------------------------------------------------
Responsivo
------------------------------------------------
*/

@media (max-width: 991px) {

    .page-heading-shows-events.event-discovery-hero {
        min-height: 470px;
    }

    .event-search-header {
        align-items: flex-start;
    }

    .event-search-header-message {
        display: none;
    }

    .event-promoter-banner {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .event-promoter-action {
        min-width: 0;
        text-align: left;
    }
}

@media (max-width: 767px) {

    .page-heading-shows-events.event-discovery-hero {
        min-height: 450px;
        padding: 85px 0 130px;
    }

    .event-discovery-hero-content h1 {
        font-size: 34px;
    }

    .event-discovery-hero-content > p {
        font-size: 12px;
    }

    .event-discovery-search-section {
        margin-top: -75px;
    }

    .event-discovery-search-card {
        padding: 23px;
        border-radius: 15px;
    }

    .event-search-title {
        align-items: flex-start;
    }

    .event-search-advanced {
        padding-top: 15px;
    }

    .event-search-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .event-search-submit-button,
    .event-search-clear-button {
        width: 100%;
    }

    .event-search-submit-button {
        grid-row: 1;
    }

    .event-results-heading {
        display: block;
    }

    .event-results-view-information {
        margin-top: 13px;
    }

    .event-discovery-grid .ticket-item .thumb {
        height: 255px;
    }

    .event-discovery-pagination .pagination-direction span {
        display: none;
    }

    .event-discovery-pagination .pagination-direction a {
        min-width: 40px;
    }

    .event-promoter-banner {
        padding: 29px;
    }

    .event-promoter-content h2 {
        font-size: 23px;
    }

    .event-promoter-button {
        width: 100%;
    }

    .event-promoter-action {
        text-align: center;
    }
}

@media (max-width: 500px) {

    .event-discovery-hero-content h1 {
        font-size: 29px;
    }

    .event-discovery-hero-highlights {
        display: grid;
        grid-template-columns: 1fr;
    }

    .event-search-title-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .event-search-title h2 {
        font-size: 18px;
    }

    .event-discovery-grid .ticket-item .thumb {
        height: 230px;
    }

    .event-discovery-grid .ticket-item .down-content {
        padding: 19px;
    }

    .event-card-category {
        max-width: 190px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .event-discovery-pagination ul {
        gap: 4px;
    }

    .event-discovery-pagination li a,
    .event-discovery-pagination li > span {
        min-width: 35px;
        height: 37px;
        padding: 0 8px;
    }

    .event-discovery-pagination .pagination-more,
    .event-discovery-pagination li:nth-child(4) {
        display: none;
    }

    .event-promoter-banner {
        padding: 24px;
    }

    .event-promoter-benefits {
        display: grid;
        grid-template-columns: 1fr;
    }
}
