/* Piłkarski Tour korzysta z typografii i kolorów głównego interfejsu. */

.football-tour-v1 {
    background: #f3f5f6;
}

.football-tour-v1 .tour-page-v1 {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 34px 0 64px;
}

.football-tour-v1 .tour-hero-v1 {
    min-height: 0;
    padding: 0;
    display: block;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #20272b;
    box-shadow: none;
}

.football-tour-v1 .tour-hero-v1::before {
    display: none;
}

.football-tour-v1 .tour-hero-copy-v1 {
    max-width: 720px;
}

.football-tour-v1 .tour-hero-copy-v1 .eyebrow {
    color: #159b58;
}

.football-tour-v1 .tour-hero-copy-v1 h1 {
    margin: 7px 0 10px;
    font-family: inherit;
    font-size: var(--rm-type-page-title, clamp(38px, 4vw, 52px));
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.4px;
}

.football-tour-v1 .tour-hero-copy-v1 > p {
    max-width: 680px;
    margin: 0;
    color: #69737a;
    font-size: 16px;
    line-height: 1.6;
}

.football-tour-v1 .tour-how-v1 {
    display: none;
}

.football-tour-v1 .tour-planner-v1 {
    width: 100%;
    max-width: none;
    margin-top: 26px;
    padding: 18px;
    display: grid;
    grid-template-columns: minmax(230px, 1.2fr) minmax(190px, .8fr) 250px 190px;
    align-items: end;
    gap: 14px;
    border: 1px solid #dfe5e2;
    border-radius: 18px;
    background: #fff;
    color: #20272b;
    box-shadow: none;
}

.football-tour-v1 .tour-field-v1,
.football-tour-v1 .tour-field-v1 + .tour-field-v1 {
    min-width: 0;
    margin: 0;
}

.football-tour-v1 .tour-field-v1 > label,
.football-tour-v1 .tour-field-v1 > legend {
    margin-bottom: 7px;
    color: #737d82;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
}

.football-tour-v1 .tour-input-v1 {
    height: 48px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    padding: 0 7px 0 8px;
    border: 1px solid #dce2df;
    border-radius: 11px;
    background: #fff;
    box-shadow: none;
}

.football-tour-v1 .tour-input-v1:focus-within {
    border-color: #169b57;
    box-shadow: 0 0 0 3px rgba(22, 155, 87, .09);
}

.football-tour-v1 .tour-input-v1 input {
    height: 46px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
}

.football-tour-v1 .tour-input-v1 button {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #edf7f1;
}

.football-tour-v1 .tour-radius-v1 > div {
    height: 48px;
    padding: 3px;
    gap: 3px;
    border: 1px solid #e0e5e2;
    border-radius: 11px;
    background: #f1f3f2;
}

.football-tour-v1 .tour-radius-v1 span {
    min-height: 40px;
    border-radius: 8px;
    font-size: 14px;
}

.football-tour-v1 .tour-radius-v1 input:checked + span {
    color: #107b46;
    box-shadow: 0 1px 4px rgba(25, 40, 32, .08);
}

.football-tour-v1 .tour-submit-v1 {
    min-height: 48px;
    margin: 0;
    border-radius: 11px;
    background: #169b57;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
}

.football-tour-v1 .tour-submit-v1:hover {
    background: #11864a;
    transform: none;
}

.football-tour-v1 .tour-auto-note-v1 {
    grid-column: 1 / -1;
    margin: -1px 0 0;
    color: #8a9390;
    font-size: 12px;
    text-align: left;
}

.football-tour-v1 .tour-location-results-v1 {
    top: calc(100% + 6px);
    border-radius: 11px;
    box-shadow: 0 12px 32px rgba(20, 38, 28, .12);
}

.football-tour-v1 .tour-results-v1,
.football-tour-v1 .tour-loading-v1,
.football-tour-v1 .tour-empty-v1 {
    margin-top: 20px;
    border-radius: 18px;
    box-shadow: none;
}

.football-tour-v1 .tour-results-v1 {
    padding: 22px;
}

.football-tour-v1 .tour-results-head-v1 h2 {
    font-family: inherit;
    font-size: 27px;
    letter-spacing: -.6px;
}

.football-tour-v1 .tour-variants-v1 {
    margin: 18px 0;
    gap: 6px;
}

.football-tour-v1 .tour-variants-v1 button {
    min-height: 56px;
    border-radius: 11px;
    background: #f5f7f6;
    font-family: inherit;
}

.football-tour-v1 .tour-variants-v1 button.is-active {
    border-color: #169b57;
    background: #edf7f1;
}

.football-tour-v1 .tour-summary-v1 {
    min-height: 72px;
    border: 1px solid #e0e5e2;
    border-radius: 13px;
    background: #f5f7f6;
    color: #24302a;
}

.football-tour-v1 .tour-summary-v1 > div > i {
    color: #169b57;
}

.football-tour-v1 .tour-summary-v1 small {
    color: #7c8781;
}

.football-tour-v1 .tour-summary-v1 > a {
    min-height: 42px;
    border-radius: 9px;
    background: #169b57;
}

.football-tour-v1 .tour-stop-v1 {
    min-height: 116px;
    border-radius: 13px;
    box-shadow: none;
}

.football-tour-v1 .tour-stop-number-v1 {
    border-radius: 10px;
    background: #edf7f1;
}

.football-tour-v1 .tour-stop-time-v1 strong {
    font-family: inherit;
}

.football-tour-v1 .tour-stop-match-v1 > div {
    min-height: 32px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
}

.football-tour-v1 .tour-stop-match-v1 > div + div {
    margin-top: 4px;
}

.football-tour-v1 .tour-crest-v1 {
    width: 28px;
    height: 28px;
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
    padding: 2px;
    display: grid;
    place-items: center;
    overflow: hidden;
    box-sizing: border-box;
}

.football-tour-v1 .tour-crest-v1 img {
    position: static !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 0 !important;
    max-width: 24px !important;
    min-height: 0 !important;
    max-height: 24px !important;
    margin: 0 !important;
    display: block !important;
    object-fit: contain !important;
    transform: none !important;
}

.football-tour-v1 .tour-stop-v1 > a {
    border-radius: 8px;
}

.football-tour-v1 .tour-loading-v1 > span {
    animation: none;
}

@media (max-width: 1100px) {
    .football-tour-v1 .tour-planner-v1 {
        grid-template-columns: 1fr 1fr;
    }

    .football-tour-v1 .tour-auto-note-v1 {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .football-tour-v1 .tour-page-v1 {
        width: calc(100% - 20px);
        padding: 22px 0 45px;
    }

    .football-tour-v1 .tour-hero-v1 {
        padding: 0;
        border-radius: 0;
    }

    .football-tour-v1 .tour-hero-copy-v1 h1 {
        margin-top: 5px;
        font-size: 36px;
        letter-spacing: -.9px;
    }

    .football-tour-v1 .tour-hero-copy-v1 > p {
        font-size: 15px;
        line-height: 1.55;
    }

    .football-tour-v1 .tour-planner-v1 {
        margin-top: 18px;
        padding: 14px;
        grid-template-columns: 1fr;
        gap: 13px;
        border-radius: 14px;
    }

    .football-tour-v1 .tour-auto-note-v1 {
        grid-column: 1;
        margin-top: 0;
        line-height: 1.4;
    }

    .football-tour-v1 .tour-results-v1 {
        padding: 15px 11px;
        border-radius: 14px;
    }

    .football-tour-v1 .tour-results-head-v1 h2 {
        font-size: 23px;
    }

    .football-tour-v1 .tour-summary-v1 {
        border-radius: 11px;
    }

    .football-tour-v1 .tour-stop-v1 {
        border-radius: 11px;
    }
}

/* Tour v2: dwa proste tryby w jednym planerze. */
.football-tour-v1 [hidden] { display: none !important; }

.football-tour-v1 .tour-planner-v1 {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.football-tour-v1 .tour-mode-v2 {
    grid-column: 1 / -1;
    width: min(560px, 100%);
    padding: 3px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
    border: 1px solid #dfe5e2;
    border-radius: 12px;
    background: #f2f4f3;
}

.football-tour-v1 .tour-mode-v2 button {
    min-width: 0;
    min-height: 54px;
    padding: 8px 11px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #68736d;
    text-align: left;
    cursor: pointer;
}

.football-tour-v1 .tour-mode-v2 button.is-active {
    background: #fff;
    color: #15271e;
    box-shadow: 0 1px 4px rgba(20, 35, 27, .08);
}

.football-tour-v1 .tour-mode-v2 button > i { width: 20px; flex: 0 0 20px; color: #169b57; font-size: 16px; text-align: center; }
.football-tour-v1 .tour-mode-v2 button span,
.football-tour-v1 .tour-mode-v2 button strong,
.football-tour-v1 .tour-mode-v2 button small { min-width: 0; display: block; }
.football-tour-v1 .tour-mode-v2 button strong { font-size: 13px; font-weight: 750; }
.football-tour-v1 .tour-mode-v2 button small { margin-top: 2px; overflow: hidden; color: #89918d; font-size: 10px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }

.football-tour-v1 .tour-fields-v2 {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(210px, 1.2fr) minmax(175px, .75fr) minmax(230px, 1fr) 250px;
    align-items: end;
    gap: 14px;
}

.football-tour-v1 .tour-hours-v2 > div {
    height: 48px;
    padding: 0 10px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 6px;
    border: 1px solid #dce2df;
    border-radius: 11px;
    background: #fff;
}

.football-tour-v1 .tour-hours-v2 > div > span { display: flex; align-items: center; gap: 5px; color: #89918d; font-size: 11px; font-weight: 700; }
.football-tour-v1 .tour-hours-v2 input { width: 100%; min-width: 70px; height: 38px; padding: 0; border: 0; outline: 0; background: transparent; color: #26322c; font-family: inherit; font-size: 14px; font-weight: 700; }
.football-tour-v1 .tour-hours-v2 > div > i { color: #adb4b0; font-style: normal; }

.football-tour-v1 .tour-route-note-v2 {
    min-height: 48px;
    padding: 8px 11px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dfe7e2;
    border-radius: 11px;
    background: #f7faf8;
    color: #69756e;
    font-size: 11px;
    line-height: 1.35;
}

.football-tour-v1 .tour-route-note-v2 i { color: #169b57; }
.football-tour-v1 .tour-submit-v1 { grid-column: 2; grid-row: 3; width: 230px; }
.football-tour-v1 .tour-auto-note-v1 { grid-column: 1; grid-row: 3; margin: 0; }

.football-tour-v1 .tour-route-list-v2 { display: grid; gap: 8px; }
.football-tour-v1 .tour-route-match-v2 {
    min-width: 0;
    padding: 13px;
    display: grid;
    grid-template-columns: 105px minmax(260px, 1.15fr) minmax(220px, .9fr) auto;
    align-items: center;
    gap: 14px;
    border: 1px solid #e0e5e2;
    border-radius: 13px;
    background: #fff;
}

.football-tour-v1 .tour-route-time-v2 strong,
.football-tour-v1 .tour-route-time-v2 small { display: block; }
.football-tour-v1 .tour-route-time-v2 strong { color: #17251e; font-size: 23px; line-height: 1; }
.football-tour-v1 .tour-route-time-v2 small { margin-top: 7px; color: #16884f; font-size: 10px; font-weight: 750; }
.football-tour-v1 .tour-route-match-v2 .tour-stop-place-v1 { min-width: 0; display: flex; align-items: center; gap: 9px; }
.football-tour-v1 .tour-route-match-v2 .tour-stop-place-v1 > i { flex: 0 0 auto; color: #169b57; }
.football-tour-v1 .tour-route-match-v2 .tour-stop-place-v1 span,
.football-tour-v1 .tour-route-match-v2 .tour-stop-place-v1 strong,
.football-tour-v1 .tour-route-match-v2 .tour-stop-place-v1 small { min-width: 0; display: block; }
.football-tour-v1 .tour-route-match-v2 .tour-stop-place-v1 strong,
.football-tour-v1 .tour-route-match-v2 .tour-stop-place-v1 small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.football-tour-v1 .tour-route-match-v2 .tour-stop-place-v1 strong { font-size: 12px; }
.football-tour-v1 .tour-route-match-v2 .tour-stop-place-v1 small { margin-top: 3px; color: #818a85; font-size: 10px; }
.football-tour-v1 .tour-route-actions-v2 { display: grid; grid-template-columns: auto 36px 36px; align-items: center; gap: 5px; }
.football-tour-v1 .tour-route-actions-v2 > small { margin-right: 3px; color: #77827c; font-size: 10px; font-weight: 700; white-space: nowrap; }
.football-tour-v1 .tour-route-actions-v2 > a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #dce5e0; border-radius: 9px; color: #16884f; }
.football-tour-v1 .tour-route-actions-v2 > a:last-child { background: #169b57; color: #fff; }

@media (max-width: 1100px) {
    .football-tour-v1 .tour-planner-v1 { grid-template-columns: minmax(0, 1fr) auto; }
    .football-tour-v1 .tour-fields-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .football-tour-v1 .tour-route-match-v2 { grid-template-columns: 90px minmax(240px, 1fr) minmax(210px, .8fr); }
    .football-tour-v1 .tour-route-actions-v2 { grid-column: 2 / -1; justify-content: end; }
}

@media (max-width: 680px) {
    .football-tour-v1 .tour-planner-v1 { display: grid; grid-template-columns: 1fr; }
    .football-tour-v1 .tour-mode-v2 { grid-template-columns: 1fr 1fr; }
    .football-tour-v1 .tour-mode-v2 button { min-height: 50px; padding: 7px 8px; gap: 6px; }
    .football-tour-v1 .tour-mode-v2 button > i { width: 16px; flex-basis: 16px; font-size: 14px; }
    .football-tour-v1 .tour-mode-v2 button strong { font-size: 12px; }
    .football-tour-v1 .tour-mode-v2 button small { display: none; }
    .football-tour-v1 .tour-fields-v2 { grid-template-columns: 1fr; gap: 12px; }
    .football-tour-v1 .tour-submit-v1 { grid-column: 1; grid-row: auto; width: 100%; }
    .football-tour-v1 .tour-auto-note-v1 { grid-column: 1; grid-row: auto; }
    .football-tour-v1 .tour-route-summary-v2 > div:nth-child(3) { display: none; }
    .football-tour-v1 .tour-route-match-v2 { padding: 12px; grid-template-columns: 78px minmax(0, 1fr); gap: 12px; }
    .football-tour-v1 .tour-route-time-v2 strong { font-size: 21px; }
    .football-tour-v1 .tour-route-match-v2 .tour-stop-place-v1 { grid-column: 1 / -1; padding-top: 10px; border-top: 1px solid #edf0ee; }
    .football-tour-v1 .tour-route-actions-v2 { grid-column: 1 / -1; justify-content: stretch; }
    .football-tour-v1 .tour-route-actions-v2 > small { margin-right: auto; }
}

/* V40 — własny zasięg Piłkarskiego Touru */
.football-tour-v1 .tour-radius-custom-v40 {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #6f7b74;
    font-size: 11px;
    font-weight: 700;
}

.football-tour-v1 .tour-radius-custom-input-v40 {
    min-height: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 9px;
    border: 1px solid #dce4df;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.football-tour-v1 .tour-radius-custom-input-v40 input {
    width: 72px;
    height: 32px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #1e2d25;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    text-align: right;
}

.football-tour-v1 .tour-radius-custom-input-v40 b {
    color: #87928c;
    font-size: 10px;
}

@media (max-width: 680px) {
    .football-tour-v1 .tour-radius-custom-v40 {
        align-items: stretch;
    }
    .football-tour-v1 .tour-radius-custom-input-v40 {
        margin-left: auto;
    }
}
.football-tour-v1 .tour-radius-custom-v40 > span:first-child {
    min-height: 0;
    border-radius: 0;
    font-size: 11px;
}
