h1.text_menu__label.headline {
    justify-content: center;
}

.cop_pickup_nav__item.--map {
    text-align: center;
    position: relative;
    display: inline;
    font-size: 1.9rem;
    font-style: normal;
    font-family: FontAwesome;
    font-weight: 500;
}

.card a {
    text-decoration: none;
    cursor: pointer;
}

.cop_pickup_nav__item.--map:before {
    content: '\E81B';
    font-family: FontAwesome;
    font-size: 2rem;
}

.card-div {
    width: 100%;
    border: 1px solid #dbdbdb;
    background-color: #f7f7f7;
}

.progress__fontello {
    font-size: 2rem;
    font-style: normal;
}

.progress__fontello:before {
    content: '\E8C0';
}
.progress__fontello:before {
    font-family: fontAwesome;
}

i.icon-reorder {
    padding-left: 5px;
}

.date {
    border-right: 3px solid black;
}

.info-img {
    min-height: 400px;
}

p.date-info {
    color: lightslategray;
}
p.quote {
    font-style: italic;
    line-height: 1.5;
    padding-right: 6em;
}

span.custom-badge {
    color: #fff;
    font-size: 1rem;
    background: #000;
    padding: 5px;
}

.adam {
    background: url("/data/include/cms/pliki/sympo/adam_szulc.webp");
    background-size: cover;
    background-position: center;
}

.concordia {
    background: url("/data/include/cms/pliki/sympo/concordia.jpg");
    background-size: cover;
    background-position: center;
}

.jama {
    background: url("/data/include/cms/pliki/sympo/jama.jpg");
    background-size: cover;
    background-position: center;
}

.location_conc,
.location_jama {

    width: 100%;
    opacity: 0;
    display: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.location_conc.active,
.location_jama.active {
    opacity: 1;
    display: flex;
    min-width: 45%;
}

.frame {
    border: 1px solid #dbdbdb;
    background-color: #f7f7f7;

}

.frame p {
    line-height: 1.5;
}

.frame h2.bebas {
    font-size: 3.5rem !important;
}

img.location {
    border-radius: 4%;
}

h4.card-title {
    font-weight: 500;
}

.bebas {
    font-family: 'Bebas Neue';
    font-size: 2.5rem !important;
}

.bebas.large {
    font-size: 3rem !important;
}

h2.bebas.location {
    font-size: 3em !important;
}

.pdba-info2 {
    margin: 20px 0;
    background: transparent;
    padding: 20px 0;
}

.pdba-info2::before {
    height: var(--pdba-info2-height);
    content: '';
    display: block;
    z-index: -1;
    background: #f7f7f7;
    position: absolute;
    width: 120vw;
    margin-left: -20vw;
    margin-top: -20px;
    min-height: 250px;
}
#timer_wrapper {
    flex-direction: row;
}

#timer_wrapper::before {
    height: var(--timer_wrapper-height);
    content: '';
    display: block;
    z-index: -1;
    background: #000;
    position: absolute;
    width: 120vw;
    margin-left: -20vw;

}

a.btn.--big {
    font-size: 1.9rem;
}

.tutors .info-img {
    object-fit: cover;

}

.img-upcoming {
    height: 300px;
}

.pdba-info2 .btn.--medium.--solid {

    font-size: 20px;
}

.location_switch a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;

}
.location_switch a.--active {
    text-decoration: none;
    border-bottom: 4px solid #000;
}

.btn.--secondary.--solid {
    background: #D77D2C;
    border: 2px solid #D77D2C;
    color: #141414;
}

.btn.--secondary.--solid:hover {
    background: #141414;
    border: 2px solid #D77D2C;
    color: #f5f5f5;
}

.btn.--medium.--solid:hover {
    background: #D77D2C;
    border: 2px solid #D77D2C;
    color: #141414;
}



div#timer_wrapper {

    color: #fff;
    min-height: 200px;
}

#timer {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 20px;
    border-radius: 12px;
    gap: 10px;
}

.time-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-family: monospace;
}

.time-part span {
    font-size: 5em;
    font-weight: bold;
    line-height: 1;
}

.time-part small {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 4px;
    opacity: 0.8;
}

.separator {
    color: #fff;
    font-size: 5em;
    font-weight: bold;
    line-height: 1;
}

.tutors-slider {
    position: relative;
    width: 100%;
    /* 🔹 pełna szerokość */
    margin: 3rem auto;
    padding-inline: 2rem;
    /* trochę marginesu wewnętrznego */
    box-sizing: border-box;
}

.tutors-slider .slider {
    position: relative;
    width: 100%;
}
.tutors-slider .viewport {
    overflow: hidden;
    width: 100%;
}

.tutors-slider .track {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    transition: transform 0.4s ease;
    will-change: transform;
}

/* 4 karty na ekranie (desktop) */
.tutors-slider .slide {
    flex: 0 0 calc((100% - 3 * 24px) / 4);
}

/* Responsywność */
@media (max-width: 1200px) {
    .tutors-slider .slide {
        flex-basis: calc((100% - 2 * 24px) / 3);
    }
}
@media (max-width: 900px) {
    .tutors-slider .slide {
        flex-basis: calc((100% - 1 * 24px) / 2);
    }
}
@media (max-width: 560px) {
    .tutors-slider .slide {
        flex-basis: 100%;
    }
}

/* 🔹 Większe kwadratowe strzałki */
.tutors-slider .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border: none;
    background: rgba(0,0,0,0.55);
    color: #fff;
    width: 64px;
    /* 🔹 większe pola */
    height: 64px;
    border-radius: 12px;
    /* 🔹 lekko zaokrąglone kwadraty */
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 32px;
    /* 🔹 większe strzałki */
    transition: background 0.2s ease;
}
.tutors-slider .nav:hover {
    background: rgba(0,0,0,0.75);
}
.tutors-slider .nav:disabled {
    opacity: 0.35;
    cursor: default;
}

.tutors-slider .prev {
    left: 0;
}
.tutors-slider .next {
    right: 0;
}

/* (opcjonalnie) estetyka kart */
.tutors-slider .card {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    background: #fff;
}
.tutors-slider .card-img-top {
    display: block;
    width: 100%;
    height: auto;
}
.tutors-slider .card-body {
    padding: 12px 14px;
}
.tutors-slider .card-title {
    margin: 0;
    font-size: 1.1rem;
    text-align: center;
}


@media (min-width: 1200px) {

    .tutors .info-img {
        max-width: 400px;
        max-height: 400px;

    }

}

@media(min-width:756px) and (max-width:979px) {
    .h1 {
        font-size: 3em !important;
    }
}

@media (max-width: 979px) {
    .img-upcoming {
        object-fit: contain;
        align-self: baseline;
    }

    iframe.col-12.col-md-6.mb-3 {
        padding: 0;
    }

    .previous {
        margin: 60px 0 40px;

    }
    .date {
        border-right: 0;
    }

    #timer_wrapper {
        flex-direction: column;
        padding: 20px 0;
    }

    div#timer {
        padding: 30px 0;
        gap: 0;
    }
    .tickets_info {
        padding-top: 20px;
    }

    .info-img.concordia,
    .info-img.jama {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {

    .h1 {
        font-size: 3em !important;
    }

    p.quote {

        padding-right: 0 !important;

    }

    .frame-wrap {
        padding: 0;
    }

    .bebas {
        font-size: 2rem !important;
    }

    div.time-part span {
        font-size: 4em ;

    }

    .separator {

        font-size: 4em;

    }

}

@media (min-width: 979px) {

    .pdba-info2 {

        margin-bottom: 50px;
    }

    .pdba-info2 .btn.--medium.--solid {

        width: 70%;
        padding: 20px;

    }

    .btn.--outline,
    .btn.--secondary,
    .ticket_buy .btn {
        width: 200px;
    }

    .headline {
        justify-content: flex-start;
        padding-left: 20px !important;
    }

    .p-0.headline {
        padding-left: 0 !important;
    }

}