/**
 * Sportcity clubs shortcode.
 *
 * All selectors are intentionally scoped to .sc-clubs so the component can be
 * embedded more than once and cannot leak styles into Elementor or the theme.
 */

.sc-clubs {
    --sc-clubs-black: #000;
    --sc-clubs-text: #323242;
    --sc-clubs-line: #b4cad1;
    --sc-clubs-light: #d4e6ec;
    --sc-clubs-day-off: #deedf2;
    box-sizing: border-box;
    width: 100%;
    max-width: 1528px;
    margin-right: auto;
    margin-left: auto;
    color: var(--sc-clubs-text);
    font-family: inherit;
}

.sc-clubs *,
.sc-clubs *::before,
.sc-clubs *::after {
    box-sizing: border-box;
}

.sc-clubs [hidden] {
    display: none !important;
}

.sc-clubs .sc-clubs__filters {
    margin: 0 0 46px;
}

.sc-clubs .sc-clubs__filter-label,
.sc-clubs .sc-clubs__filter-heading {
    display: block;
    margin: 0 0 20px;
    color: var(--sc-clubs-text);
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.38px;
}

.sc-clubs .sc-clubs__filter-row,
.sc-clubs .sc-clubs__controls {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    width: 100%;
}

.sc-clubs .sc-clubs__selects {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.sc-clubs .sc-clubs__select-wrap {
    position: relative;
    flex: 0 0 235px;
    width: 235px;
}

.sc-clubs .sc-clubs__select-wrap::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid var(--sc-clubs-black);
    border-bottom: 1.5px solid var(--sc-clubs-black);
    content: "";
    pointer-events: none;
    transform: translateY(-70%) rotate(45deg);
    transform-origin: 50% 50%;
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sc-clubs .sc-clubs__select-wrap:active::after {
    transform: translateY(-30%) rotate(225deg);
}

@supports selector(select:open) {
    .sc-clubs .sc-clubs__select-wrap:has(select:open)::after {
        transform: translateY(-30%) rotate(225deg);
    }
}

.sc-clubs .sc-clubs__sport,
.sc-clubs .sc-clubs__audience {
    display: block;
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0 46px 0 19px;
    border: 1px solid var(--sc-clubs-black);
    border-radius: 999px;
    outline: 0;
    background: #fff;
    color: var(--sc-clubs-text);
    font: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.36px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.sc-clubs .sc-clubs__search-box,
.sc-clubs .sc-clubs__search-wrap {
    position: relative;
    display: block;
    flex: 0 0 244.77px;
    width: 244.77px;
    margin-left: auto;
}

.sc-clubs .sc-clubs__search-box::before {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 14px;
    height: 14px;
    border: 1.5px solid var(--sc-clubs-black);
    border-radius: 50%;
    content: "";
    pointer-events: none;
    transform: translateY(-58%);
}

.sc-clubs .sc-clubs__search-box::after {
    position: absolute;
    top: calc(50% + 5px);
    right: 14px;
    width: 7px;
    height: 1.5px;
    background: var(--sc-clubs-black);
    content: "";
    pointer-events: none;
    transform: rotate(45deg);
    transform-origin: left center;
}

.sc-clubs .sc-clubs__search-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 21px;
    display: block;
    width: 16.7681px;
    height: 16.7935px;
    color: var(--sc-clubs-black);
    pointer-events: none;
    transform: translateY(-50%);
}

.sc-clubs .sc-clubs__search {
    display: block;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 0 16px 0 46px;
    border: 1px solid var(--sc-clubs-black);
    border-radius: 5px;
    outline: 0;
    background: #fff;
    color: var(--sc-clubs-text);
    font: inherit;
    font-size: 19px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: -0.38px;
    -webkit-appearance: none;
    appearance: none;
}

.sc-clubs .sc-clubs__search::placeholder {
    color: var(--sc-clubs-text);
    opacity: 1;
}

.sc-clubs .sc-clubs__result-count {
    width: 100%;
    margin: 16px 0 0;
    color: var(--sc-clubs-text);
    font-family: "Codec Pro", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
}

.sc-clubs .sc-clubs__sport:focus-visible,
.sc-clubs .sc-clubs__audience:focus-visible,
.sc-clubs .sc-clubs__search:focus-visible,
.sc-clubs .sc-clubs__page:focus-visible,
.sc-clubs .sc-clubs__detail a:focus-visible {
    outline: 3px solid var(--sc-clubs-black);
    outline-offset: 3px;
}

.sc-clubs .sc-clubs__contact-links a:focus-visible,
.sc-clubs .sc-clubs__website:focus-visible {
    outline: 3px solid var(--sc-clubs-black);
    outline-offset: 3px;
}

.sc-clubs .sc-clubs__sr-only {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.sc-clubs .sc-clubs__status {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.sc-clubs .sc-clubs__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-clubs .sc-clubs__card {
    display: grid;
    overflow: hidden;
    grid-template-columns: 250.5px minmax(0, 1fr) 404.5px;
    min-height: 249px;
    margin: 0;
    border: 2px solid var(--sc-clubs-light);
    border-radius: 25px;
    background: #fff;
}

.sc-clubs .sc-clubs__media {
    position: relative;
    overflow: hidden;
    min-width: 0;
    min-height: 245px;
    border-radius: 23px 0 0 23px;
    background: var(--sc-clubs-day-off);
}

.sc-clubs .sc-clubs__image,
.sc-clubs .sc-clubs__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

.sc-clubs .sc-clubs__image--contain {
    padding: 20px;
    background: #fff;
    object-fit: contain;
}

.sc-clubs .sc-clubs__media--logo {
    background: #4f4f4f;
}

.sc-clubs .sc-clubs__media--logo img {
    padding: 24px;
    object-fit: contain;
}

.sc-clubs .sc-clubs__body,
.sc-clubs .sc-clubs__main {
    display: flex;
    min-width: 0;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
}

.sc-clubs .sc-clubs__tag {
    display: inline-block;
    max-width: 100%;
    margin: 0 0 25px;
    padding: 4px 8px;
    border-radius: 5px;
    background: var(--sc-clubs-black);
    color: #fff;
    font-size: 15.27px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.3055px;
    text-transform: uppercase;
}

.sc-clubs .sc-clubs__title,
.sc-clubs .sc-clubs__name {
    margin: 0 0 5px;
    color: var(--sc-clubs-black);
    font-size: 24.9px;
    font-weight: 600;
    line-height: 29px;
    overflow-wrap: anywhere;
}

.sc-clubs .sc-clubs__summary {
    min-width: 0;
}

.sc-clubs .sc-clubs__contact {
    width: 100%;
    margin-top: auto;
    padding-top: 12px;
    color: var(--sc-clubs-text);
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.32px;
}

.sc-clubs .sc-clubs__contact-name {
    margin: 0 0 15px;
    font: inherit;
}

.sc-clubs .sc-clubs__contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 50px;
    align-items: center;
    min-height: 24px;
    line-height: 19px;
}

.sc-clubs .sc-clubs__contact-links > a {
    color: inherit;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.sc-clubs .sc-clubs__phones {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    align-items: center;
}

.sc-clubs .sc-clubs__phones a {
    color: inherit;
    text-decoration: none;
}

.sc-clubs .sc-clubs__website {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-left: 0;
    font-weight: 500;
}

.sc-clubs .sc-clubs__website span {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.sc-clubs .sc-clubs__website svg {
    display: block;
    width: 21.1361px;
    height: 13.036px;
    flex: 0 0 auto;
}

.sc-clubs .sc-clubs__description {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 14px;
    color: var(--sc-clubs-text);
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.38px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sc-clubs .sc-clubs__details {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 20px;
    width: 100%;
    margin: auto 0 0;
    padding: 0;
    color: var(--sc-clubs-text);
    font-size: 16px;
    line-height: 22px;
    list-style: none;
}

.sc-clubs .sc-clubs__detail {
    display: inline-flex;
    min-width: 0;
    gap: 7px;
    align-items: center;
}

.sc-clubs .sc-clubs__detail-icon {
    display: block;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    object-fit: contain;
}

.sc-clubs .sc-clubs__detail a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    overflow-wrap: anywhere;
}

.sc-clubs .sc-clubs__aside,
.sc-clubs .sc-clubs__facts {
    display: flex;
    min-width: 0;
    min-height: 245px;
    padding: 20px;
    border-radius: 25px;
    background: var(--sc-clubs-light);
    flex-direction: column;
    gap: 35px;
    justify-content: center;
}

.sc-clubs .sc-clubs__aside-group,
.sc-clubs .sc-clubs__fact-group {
    min-width: 0;
}

.sc-clubs .sc-clubs__aside-label,
.sc-clubs .sc-clubs__fact-label {
    display: block;
    margin: 0 0 15px;
    color: var(--sc-clubs-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.32px;
}

.sc-clubs .sc-clubs__days {
    display: flex;
    flex-wrap: wrap;
    gap: 7.22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-clubs .sc-clubs__day {
    display: inline-flex;
    min-width: 0;
    height: 27px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--sc-clubs-day-off);
    color: var(--sc-clubs-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.32px;
    align-items: center;
    justify-content: center;
}

.sc-clubs .sc-clubs__day.is-active,
.sc-clubs .sc-clubs__day[data-active="true"],
.sc-clubs .sc-clubs__day[aria-current="true"] {
    background: #fff;
    color: var(--sc-clubs-text);
    font-weight: 700;
}

.sc-clubs .sc-clubs__audiences {
    display: flex;
    flex-wrap: wrap;
    gap: 0 6px;
    margin: 0;
    padding: 0;
    color: var(--sc-clubs-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.32px;
    list-style: none;
}

.sc-clubs .sc-clubs__audience-name {
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.sc-clubs .sc-clubs__audience-name::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sc-clubs-black);
    content: "";
    flex: 0 0 6px;
}

.sc-clubs .sc-clubs__separator {
    opacity: 0.55;
}

.sc-clubs .sc-clubs__empty {
    width: 100%;
    margin: 0;
    padding: 32px 20px;
    border: 2px solid var(--sc-clubs-line);
    border-radius: 25px;
    color: var(--sc-clubs-text);
    font-size: 19px;
    line-height: 27px;
    text-align: center;
}

.sc-clubs .sc-clubs__pagination:not([hidden]) {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0 0;
    padding: 0;
}

.sc-clubs .sc-clubs__page {
    display: inline-flex;
    min-width: 32px;
    min-height: 32px;
    margin: 0;
    padding: 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--sc-clubs-text);
    font: inherit;
    font-family: "Codec Pro", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.2px;
    text-decoration: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    appearance: none;
}

.sc-clubs .sc-clubs__page[aria-current="page"] {
    color: var(--sc-clubs-black);
    font-weight: 700;
    text-decoration: none;
}

@media (min-width: 768px) {
    .sc-clubs .sc-clubs__list {
        grid-auto-rows: 1fr;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .sc-clubs .sc-clubs__card {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .sc-clubs .sc-clubs__facts {
        grid-column: 1 / -1;
        min-height: 150px;
        flex-direction: row;
        gap: 40px;
        align-items: center;
        justify-content: space-between;
    }

    .sc-clubs .sc-clubs__fact-group {
        flex: 1 1 0;
    }
}

@media (max-width: 767px) {
    .sc-clubs {
        max-width: none;
    }

    .sc-clubs .sc-clubs__filters {
        margin-bottom: 20px;
    }

    .sc-clubs .sc-clubs__filter-label,
    .sc-clubs .sc-clubs__filter-heading {
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 27px;
    }

    .sc-clubs .sc-clubs__filter-row,
    .sc-clubs .sc-clubs__controls {
        display: block;
    }

    .sc-clubs .sc-clubs__selects {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 10px;
        align-items: start;
    }

    .sc-clubs .sc-clubs__select-wrap {
        width: 100%;
        min-width: 0;
    }

    .sc-clubs .sc-clubs__sport,
    .sc-clubs .sc-clubs__audience {
        height: 41px;
        padding-right: 30px;
        padding-left: 13px;
        font-size: 15px;
        line-height: 39px;
    }

    .sc-clubs .sc-clubs__select-wrap::after {
        right: 16px;
        width: 7px;
        height: 7px;
    }

    .sc-clubs .sc-clubs__search-box,
    .sc-clubs .sc-clubs__search-wrap {
        width: 216.8px;
        max-width: 100%;
        margin-top: 50px;
        margin-left: 0;
    }

    .sc-clubs .sc-clubs__search {
        height: 39px;
        font-size: 16px;
        line-height: 37px;
    }

    .sc-clubs .sc-clubs__list {
        gap: 20px;
    }

    .sc-clubs .sc-clubs__card {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    .sc-clubs .sc-clubs__media {
        width: 100%;
        min-height: 0;
        border-radius: 23px 23px 0 0;
        aspect-ratio: 1 / 1;
    }

    .sc-clubs .sc-clubs__image,
    .sc-clubs .sc-clubs__media img {
        width: 100%;
        height: 100%;
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    .sc-clubs .sc-clubs__body,
    .sc-clubs .sc-clubs__main {
        padding: 20px;
    }

    .sc-clubs .sc-clubs__title,
    .sc-clubs .sc-clubs__name {
        font-size: 24.9px;
        line-height: 29px;
    }

    .sc-clubs .sc-clubs__description {
        font-size: 19px;
        line-height: 27px;
        -webkit-line-clamp: unset;
    }

    .sc-clubs .sc-clubs__details {
        margin-top: 10px;
    }

    .sc-clubs .sc-clubs__aside,
    .sc-clubs .sc-clubs__facts {
        min-height: 209px;
        padding: 20px;
        border-radius: 25px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .sc-clubs .sc-clubs__select-wrap::after {
        transition: none;
    }

    .sc-clubs *,
    .sc-clubs *::before,
    .sc-clubs *::after {
        scroll-behavior: auto !important;
    }
}
