/* Urniki compact grouped rows v2 */
.force-schedule-time-grid .force-schedule-grid {
    align-items: stretch !important;
}
.force-schedule-time-grid .force-day-card {
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)),
        rgba(0,0,0,.22);
}
.force-schedule-time-grid .force-day-slots {
    display: grid !important;
    grid-template-rows: repeat(var(--force-schedule-row-count), minmax(64px, auto));
    align-content: stretch !important;
    min-height: calc(var(--force-schedule-row-count) * 72px);
}
.force-schedule-time-grid .force-slot {
    grid-row: var(--slot-row);
    min-height: 0 !important;
    height: 100%;
    align-content: center;
}
.force-schedule-time-grid .force-slot-empty {
    grid-row: 1 / -1;
    min-height: 100% !important;
}
.force-day-trainer-vanesa .force-day-slots {
    background:
        radial-gradient(circle at 50% 20%, rgba(255,38,63,.14), transparent 45%),
        linear-gradient(180deg, rgba(255,38,63,.08), rgba(255,38,63,.025));
}
.force-day-trainer-kristjan .force-day-slots {
    background:
        radial-gradient(circle at 50% 18%, rgba(255,255,255,.09), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}
.force-day-trainer-none .force-day-slots {
    background: rgba(255,255,255,.012);
}
.force-schedule-time-grid .force-slot-trainer-vanesa:not(.force-slot-empty) {
    border-color: rgba(255,94,107,.30) !important;
    background:
        linear-gradient(145deg, rgba(255,38,63,.36), rgba(255,38,63,.14)),
        rgba(255,38,63,.14) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 12px 30px rgba(255,38,63,.10);
}
.force-schedule-time-grid .force-slot-trainer-kristjan:not(.force-slot-empty) {
    border-color: rgba(255,255,255,.15) !important;
    background:
        linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
        rgba(0,0,0,.24) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 12px 28px rgba(0,0,0,.18);
}
.force-schedule-time-grid .force-slot-trainer-none {
    background: rgba(255,255,255,.018) !important;
}
.force-schedule-time-grid .force-slot-trainer {
    place-content: center;
    text-align: left;
}
.force-schedule-time-grid .force-slot-trainer strong {
    color: #fff !important;
}
@media (max-width: 1180px) and (min-width: 701px) {
    .force-schedule-time-grid .force-day-slots {
        min-height: calc(var(--force-schedule-row-count) * 68px);
    }
}
@media (max-width: 700px) {
    .force-schedule-time-grid .force-day-slots {
        grid-template-rows: none;
        min-height: 0;
    }
    .force-schedule-time-grid .force-slot,
    .force-schedule-time-grid .force-slot-empty {
        grid-row: auto;
        min-height: 72px !important;
    }
}

/* Urniki location link pill */
.force-schedule-heading .force-schedule-location {
    flex: 0 0 auto;
    max-width: 460px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px !important;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: var(--force-r-sm, 14px) !important;
    color: rgba(255,255,255,.88);
    background: rgba(0,0,0,.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 34px rgba(0,0,0,.18);
    font-size: 13px;
    font-weight: 950;
    line-height: 1.2;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.force-schedule-heading .force-schedule-location svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: var(--force-red);
    filter: drop-shadow(0 0 10px rgba(255,38,63,.52));
}
.force-schedule-heading .force-schedule-location span {
    min-width: 0;
}
.force-schedule-heading .force-schedule-location:hover,
.force-schedule-heading .force-schedule-location:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255,38,63,.48);
    background: rgba(255,38,63,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 18px 42px rgba(255,38,63,.14);
    outline: none;
}
@media (max-width: 700px) {
    .force-schedule-heading .force-schedule-location {
        width: 100%;
        max-width: none;
        justify-content: flex-start;
    }
}

/* Urniki branch Google Maps links */
.force-branch-map-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}
.force-branch-map-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--force-r-sm, 14px);
    color: rgba(255,255,255,.88);
    background:
        linear-gradient(135deg, rgba(255,38,63,.16), rgba(255,255,255,.045)),
        rgba(0,0,0,.22);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 28px rgba(0,0,0,.16);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.force-branch-map-links a svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    fill: var(--force-red);
    filter: drop-shadow(0 0 9px rgba(255,38,63,.56));
}
.force-branch-map-links a:hover,
.force-branch-map-links a:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255,38,63,.45);
    background:
        linear-gradient(135deg, rgba(255,38,63,.26), rgba(255,255,255,.065)),
        rgba(0,0,0,.28);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 16px 34px rgba(255,38,63,.13);
    outline: none;
}
@media (max-width: 700px) {
    .force-branch-map-links a {
        flex: 1 1 auto;
        justify-content: center;
    }
}

/* Urniki branch map button spacing tune */
.force-branch-map-links {
    margin-top: var(--force-s-1, 8px) !important;
}
.force-branch-map-links a {
    min-height: 32px !important;
    padding: 6px 10px !important;
    align-items: center !important;
    line-height: 1 !important;
}
.force-branch-map-links a span {
    display: inline-flex;
    align-items: center;
    line-height: 1 !important;
    transform: translateY(1px);
}
.force-branch-map-links a svg {
    display: block;
    width: 14px !important;
    height: 14px !important;
}

