@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Thin Italic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Extralight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Extralight Italic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Light Italic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Medium Italic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Semibold Italic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Bold Italic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Extrabold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Extrabold Italic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Biotic";
    src: url("/fonts/Biotic Black Italic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}

body {
    --bs-font-sans-serif: "Biotic", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-primary: #32416C;
    --bs-primary-rgb: rgb(50, 65, 108);
    --bs-secondary: #F49833;
    --bs-secondary-rgb: 244,152,51;
    --bs-secondary-color-rgb: 244,152,51;
    --bs-heading-color: var(--bs-primary);
    --bs-primary-text-emphasis: #8CADD5;
    --bs-link-color-rgb: var(--bs-primary-rgb);
    --bs-breadcrumb-font-size: 12px;
    padding-top: 110px;
}

.navbar-toggler {
    border-color: #fff;
}

.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 4L26 26M4 26L26 4'/%3e%3c/svg%3e");
}

header.bg-dark {
    border-bottom: 8px solid var(--bs-primary-text-emphasis);
    background-color: var(--bs-primary) !important;
}

.nav-link-instagram,
.nav-link-youtube,
.nav-link-facebook{
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 26px;
}

.nav-item a {
    color: #fff;
}

.nav-item a:hover {
    color: #fff;
    text-decoration: underline;
}

.nav-link-instagram {
    -webkit-mask: url("../images/instagram-ZxYQmvZ.svg") no-repeat center center;
    mask: url("../images/instagram-ZxYQmvZ.svg") no-repeat center center;
    background-color: var(--bs-primary-text-emphasis);
}

.nav-link-youtube {
    -webkit-mask: url("../images/youtube-AROQXWs.svg") no-repeat center center;
    mask: url("../images/youtube-AROQXWs.svg") no-repeat center center;
    background-color: var(--bs-primary-text-emphasis);
}

.nav-link-facebook {
    -webkit-mask: url("../images/facebook-1UwPLCV.svg") no-repeat center center;
    mask: url("../images/facebook-1UwPLCV.svg") no-repeat center center;
    background-color: var(--bs-primary-text-emphasis);
}

.home-hero {
    background: url("../images/terlicko-1-woK6vvO.png") center top no-repeat #1E2648;
    height: 733px;
}

.home-hero-gradient {
    background: url("../images/home-hero-gradient-86HgxPM.png") center top no-repeat;
    height: 551px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.slide-image {
    object-fit: cover;
    object-position: center;
}

.carousel-control-prev,
.carousel-control-next {
    background: #fff;
    color: #000;
    font-size: 36px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    top: 50%;
    margin-top: -30px;
    z-index: 15;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: #000;
}

.carousel-control-prev {
    left: 40px;
}

.carousel-control-next {
    right: 40px;
}

.carousel-item {
    height: 77vh;
    max-height: 733px;
    background-color: #1E2648;
}

.home-quick-links {
    background: #21294C linear-gradient(to bottom, #2B355A, #21294C);
    padding-top: 10px;
    z-index: 20;
    position: relative;
}

.footer-background {
    background: url("../images/footer-oYGmJDF.png") center bottom no-repeat #32416C;
    color: #fff;
}

.home-quick-link {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    width: 216px;
    height: 242px;
    background: url("../images/home-radial-gradient-5dsbca-.png") center bottom no-repeat;
}

.home-quick-links-wrapper {
    margin-top: -183px;
}

.home-quick-link .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
}

.home-quick-link-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 1;
}

.home-quick-link-image-hover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0;
}

.home-quick-link:hover .home-quick-link-image-hover {
    opacity: 1;
}


.home-tip {
    text-decoration: none;
    height: 640px;
    width: 280px;
    background: linear-gradient(180deg, #1D274B 31.78%, #25335C 50.5%, #1D274B 100%);
    margin: 1px;
}

.home-tip .number {
    color: #8CADD5;
    font-weight: bold;
    font-size: 46px;
    display: block;
    line-height: 120%;
    position: relative;
    z-index: 3;
}
.home-tip .title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 120%;
    position: relative;
    z-index: 3;
}
.home-tip .description {
    color: #fff;
    font-size: 13px;
    display: block;
    position: relative;
    z-index: 3;
}
.home-tip .background {
    height: 100%;
    width: 100%;
    padding: 34px;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.home-tip:hover .background-hover {
    opacity: 1;
}

.home-tip .background-hover {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .33s ease-in-out;
    background-position: center bottom;
    background-repeat: no-repeat;
}


.custom-badge {
    text-decoration: none;
    background: var(--bs-secondary);
    color: #fff;
    padding: 2px 10px;
    border-radius: 0 10px;
    display: inline-block;
    font-weight: bold;
    border: 0;
}

.custom-badge.custom-badge-secondary {
    background: var(--bs-primary-text-emphasis);
}

.custom-badge.active_tag {
    background: var(--bs-primary);
}

.article-icon {
    background: url("../images/icon-house-7KPZng2.svg") center center no-repeat var(--bs-primary-text-emphasis);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    flex: 0 0 80px;
}

hr.hr {
    border-color: #000;
    opacity: 1;
}

.hr-normal {
    border-width: 2px !important;
}

.hr-dotted {
    border-style: dashed !important;
}

.button-style-1 a, .btn.button-style-1 {
    text-decoration: none;
    background: var(--bs-secondary);
    padding: 9px 15px;
    border-radius: 10px 0;
    color: #fff;
    border: 0;
    font-size: 18px;
    font-weight: bold;
}

.button-style-1 a:hover, .btn.button-style-1:hover {
    background: #c5761f;
}

.button-style-2 a {
    color: var(--bs-secondary);
    font-size: 18px;
}

.column-dlazdice {
    width: 246px;
    border: 2px solid var(--bs-primary);
    padding: 20px 15px 15px 15px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    color: var(--bs-primary);
    transition: all 0.3s;
}

a.column-dlazdice:hover {
    background: var(--bs-primary);
    color: #fff;
}

.column-dlazdice .divider {
    display: block;
    margin: 10px auto;
    width: 30px;
    height: 4px;
    background: var(--bs-secondary);
}

/* Mobile responsiveness for column-dlazdice */
@media (max-width: 575px) {
    .column-dlazdice {
        width: 100%;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: left !important;
        flex-wrap: nowrap !important;
    }
    
    .column-dlazdice img {
        margin-bottom: 0 !important;
        margin-right: 15px;
        width: 60px;
        height: auto;
        flex-shrink: 0;
    }
    
    .column-dlazdice .divider {
        width: 4px;
        height: 30px;
        margin: 0 15px;
        flex-shrink: 0;
    }
}

.form-label {
    color: var(--bs-primary);
    font-weight: bold;
}

.form-label.required::after {
    content: " *";
    color: var(--bs-danger);
}

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
    border: none !important;
    border-bottom: 2px solid var(--bs-primary) !important;
    border-radius: 0 !important;
    outline: none !important;
}

input:not([type="checkbox"]):not([type="radio"]):focus,
select:focus,
textarea:focus {
    border-bottom-color: var(--bs-secondary) !important;
    box-shadow: none !important;
    outline: none !important;
}

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
    padding: 0.375rem !important;
}

input:not([type="checkbox"]):not([type="radio"]):disabled,
select:disabled,
textarea:disabled {
    border-bottom-style: dashed !important;
    background-color: #f8f9fa !important;
}

input:not([type="checkbox"]):not([type="radio"]):hover,
select:hover,
textarea:hover {
    border-bottom-color: #6c757d !important;
}

.placeholder-icon-person {
    width: 80px;
    height: 80px;
    display: block;
    background-size: contain;
}

.placeholder-icon-person.male {
    background: url("../images/icon-male-placeholder-at9OIv1.svg") center center no-repeat;
}

.placeholder-icon-person.female {
    background: url("../images/icon-female-placeholder-GvFsWK-.svg") center center no-repeat;
}

.section-content h2, .section-content h3, .section-content h4, .section-content h5, .section-content h6 {
    font-weight: bold !important;
}

h2, h3, h4, h5, h6 {
    font-weight: bold;
}


.column-karta {
    width: 100%; /* Full width within grid cell */
    border: 2.5px solid var(--bs-primary);
    padding: 15px;
    border-radius: 4px;
    text-decoration: none;
    color: var(--bs-primary);
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

/* Grid container for karty */
.karty-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr)); /* Mobile: 1 column, equal width */
}

/* Small and Medium screens: 2 columns per row */
@media (min-width: 576px) {
    .karty-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Large screens: 3 columns per row */
@media (min-width: 992px) {
    .karty-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Extra large screens and up: 4 columns per row */
@media (min-width: 1200px) {
    .karty-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.event-date {
    text-decoration: none;
    background: var(--bs-secondary);
    color: #fff;
    padding: 5px 12px;
    border-radius: 0 10px;
    display: inline-block;
    border: 0;
    text-align: center;
    font-size: 20px;
    line-height: 110%;
}

.event-date span {
    font-size: 26px;
}

.event-description {
    color: var(--bs-primary);
}

.upcoming-event-delimiter {
    width: 16px;
    text-align: center;
    padding-top: 46px;
    font-size: 18px;
    font-weight: bold;
    color: var(--bs-primary);
}

.event-link {
    width: 25px;
    text-align: center;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-live-stream {
    border-radius: 4px;
    background: var(--bs-primary);
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
}

.event-replay {
    background: #fff;
    color: #ea3323;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
}

.event-time {
    color: var(--bs-primary-text-emphasis);
    font-weight: bold;
}

.cinema-date, .cinema-entry-fee {
    color: var(--bs-primary-text-emphasis);
    font-size: 18px;
}

.cinema-separator {
    height: 13px;
    background: var(--bs-secondary);
    width: 2px;
    display: inline-block;
    margin: 0 5px;
}

.card-phone-name {
    font-weight: bold;
}

.card-doctor {
    border: 2px solid var(--bs-primary);
    padding: 15px;
    border-radius: 4px;
}

p img {
    max-width: 100%;
}

.custon-badge-btn-full {
    width: 100% !important;
    border-radius: 0 !important;
    padding: 10px 12px !important;
    font-size: 16px;
}

.img-wrapper {
    max-width: 100%;
}

.collapse-toggle .bi-chevron-down {
    transition: transform 0.2s ease;
}
.collapse-toggle:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.card-ribbon {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: var(--bs-primary-text-emphasis);
}

.card-icons {
    margin-bottom: -10px;
}

.card-icons img {
    height: 25px;
    width: auto;
    display: inline-block;
}

.card-icons img + img {
    margin-left: 5px;
}

.text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
    margin-top: 3rem !important;
    margin-bottom: 1rem !important;
}


/* Responsive headings: fluid mobile, static desktop */
h1, .h1 { font-size: calc(1.5rem + 0.5vw); }
h2, .h2 { font-size: calc(1.25rem + 0.4vw); }
h3, .h3 { font-size: calc(1.1rem + 0.3vw); }
h4, .h4 { font-size: calc(1rem + 0.2vw); }
h5, .h5 { font-size: calc(0.9rem + 0.15vw); }
/* h6, .h6 { font-size: calc(0.8rem + 0.1vw); } */

@media (min-width: 768px) {
    h1, .h1 { font-size: calc(1.75rem + 0.6vw); }
    h2, .h2 { font-size: calc(1.4rem + 0.5vw); }
    h3, .h3 { font-size: calc(1.2rem + 0.4vw); }
    h4, .h4 { font-size: calc(1.05rem + 0.25vw); }
    h5, .h5 { font-size: calc(0.95rem + 0.2vw); }
/*    h6, .h6 { font-size: calc(0.85rem + 0.15vw); } */
}

@media (min-width: 1200px) {
    h1, .h1 { font-size: 3rem; }
    h2, .h2 { font-size: 2.25rem; }
    h3, .h3 { font-size: 1.8rem; }
    h4, .h4 { font-size: 1.4rem; }
    h5, .h5 { font-size: 1.1rem; }
/*    h6, .h6 { font-size: 0.8rem; } */
}

.column-karta-s-argumenty {
    flex: 0 0 100%; /* xs: 1 column */
    max-width: 100%;
}

/* Small screens: 2 columns */
@media (min-width: 576px) {
    .column-karta-s-argumenty {
        flex: 0 0 calc(50% - 1.5rem);
        max-width: calc(50% - 1.5rem);
    }
}

/* Medium screens: 3 columns */
@media (min-width: 768px) {
    .column-karta-s-argumenty {
        flex: 0 0 calc(33.333% - 2rem);
        max-width: calc(33.333% - 2rem);
    }
}

/* Large screens: 4 columns */
@media (min-width: 992px) {
    .column-karta-s-argumenty {
        flex: 0 0 calc(25% - 2.25rem);
        max-width: calc(25% - 2.25rem);
    }
}

/* Extra large screens: 5 columns */
@media (min-width: 1200px) {
    .column-karta-s-argumenty {
        flex: 0 0 calc(20% - 2.4rem);
        max-width: calc(20% - 2.4rem);
    }
}

.column-tipy-na-vylet {
    background: #efefef;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .column-tipy-na-vylet {
        flex: 0 1 calc((100% - (1.5rem * 2)) / 3);
    }
}


.timeline-title {
    color: var(--bs-primary);
    font-size: 18px;
    font-weight: bold;
}

.timeline-wrapper {
    position: relative;
}

.timeline-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 4px solid var(--bs-primary);
    background: var(--bs-primary);
    border-radius: 50%;
    top: 50%;
    margin-top: -10px;
    left: -55px;
}

.timeline-component {
    /*
    border-left: 1px solid #999;
    margin-left: 10px;
    padding-top: 22px;
    padding-bottom: 1px;
    */
    padding-left: 55px;
}

.timeline-wrapper img {
    max-width: 200px;
}

.timeline-content {
    max-width: 750px;
}

.upcoming-event-date-wrapper {
    width: 100px;
    flex-shrink: 0;
}

.upcoming-event-date-wrapper.multiday {
    @media (min-width: 576px) {
        display: flex;
        width: 216px;
    }
}

.upcoming-event-date-to {
    border-top: 1px solid #fff;

    @media (min-width: 576px) {
        border-top: 0;
    }
}

.upcoming-event-date {
    width: 100px;
    min-height: 100px;
    background: var(--bs-primary);
    color: #91a7d7;
    text-align: center;
    padding: 0 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.upcoming-event-date .month-day {
    font-size: 42px;
    font-weight: bold;
    line-height: 100%;
    display: inline-block;
}

.upcoming-event-date .month-name {
    display: block;
    color: #fff;
    border-top: 2px solid #fff;
    margin: 5px 0 0 0;
    font-size: 14px;
}

.background-accent {
    background: #edf2f8;
    padding: 20px 0;
}

.upcoming-event-detail {
    background: #fff;
    padding: 20px 10px 20px 20px;
}

.upcoming-event-detail .small {
    color: #000;
}


.upcoming-event-title {
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

a:hover .upcoming-event-item {
    box-shadow: rgba(0, 0, 0, .2) 0 1px 10px;
}

.events-calendar {
    background: #fff;
    color: var(--bs-primary);
}

.calendar-header {
    background: #d6dfed;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calendar-header .calendar-title {
    font-size: 36px;
    line-height: 61px;
    font-weight: bold;
    text-align: center;
    flex: 1;
}

.calendar-nav-btn {
    background: var(--bs-primary) !important;
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.calendar-nav-btn:hover {
    background: var(--bs-secondary) !important;
}

.calendar-nav-btn i {
    font-size: 18px;
}

.events-calendar button {
    border: 0;
    background: none;
}

.events-calendar .calendar-table {
    width: 100%;
    text-align: center;
}

.events-calendar .calendar-table thead {
    background: #f3f6fa;
    padding: 10px 0;
}

.events-calendar .calendar-table thead th {
    padding: 10px 0;
}

.events-calendar .calendar-table td {
    border: 1px solid #c8d3eb;
    vertical-align: top;
}

.events-calendar .calendar-table td button {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 3px;
}

.events-calendar .calendar-day {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.events-calendar .today .calendar-day {
    border: 1px solid var(--bs-secondary);
    background: #ede3d5;
}

.events-calendar .selected .calendar-day {
    border: 1px solid var(--bs-primary);
    background: #d5dfed;
}

.events-calendar .day-events {
    min-height: 24px;
}

.events-calendar td .day-event {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bs-primary);
}

.calendar-event-item + .calendar-event-item {
    margin-top: 15px;
}

.footer-outer {
    color: var(--bs-primary);
}

/* Border utilities that show border-bottom only on small screens */
.border-bottom-sm-only {
    border-bottom: 1px solid #dee2e6;
}

@media (min-width: 576px) {
    .border-bottom-sm-only {
        border-bottom: none !important;
    }
    
    .border-sm-end {
        border-inline-end: 1px solid #434f7f !important;
    }

    .border-sm-start {
        border-inline-start: 1px solid #434f7f !important;
    }
}

.gallery-link {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Sitemap styles */
.sitemap {
    margin-top: 2rem;
}

.sitemap-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sitemap-list--nested {
    padding-left: 2rem;
    margin-top: 0.5rem;
    border-left: 2px solid var(--bs-primary-text-emphasis);
}

.sitemap-item {
    margin-bottom: 0.75rem;
    position: relative;
}

.sitemap-item::before {
    content: "▶";
    color: var(--bs-primary);
    font-size: 0.8rem;
    margin-right: 0.5rem;
    font-weight: bold;
}

.sitemap-list--nested .sitemap-item::before {
    content: "▸";
    color: var(--bs-primary-text-emphasis);
}

.sitemap-link {
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.2s ease;
}

.sitemap-link:hover {
    color: var(--bs-secondary);
    text-decoration: underline;
}

.sitemap-list--nested .sitemap-link {
    font-size: 1rem;
    font-weight: normal;
}

.no-events {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

/* Gallery Grid */
.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.gallery-item {
    flex: 1 1 calc(50% - 0.5rem); /* Mobile: 2 per row */
    max-width: calc(50% - 0.5rem);
    min-width: calc(50% - 0.5rem);
}

@media (min-width: 768px) {
    .gallery-item {
        flex: 1 1 calc(25% - 0.75rem); /* Tablet: 4 per row */
        max-width: calc(25% - 0.75rem);
        min-width: calc(25% - 0.75rem);
    }
}

@media (min-width: 992px) {
    .gallery-item {
        flex: 1 1 calc(16.666% - 0.833rem); /* Desktop: 6 per row */
        max-width: calc(16.666% - 0.833rem);
        min-width: 150px; /* Minimum width before wrapping */
    }
    /* When fewer than 6 items, they expand to fill one row */
    .gallery-grid:has(.gallery-item:last-child:nth-child(1)) .gallery-item {
        flex: 1 1 calc(100% - 0rem);
        max-width: calc(100% - 0rem);
    }

    .gallery-grid:has(.gallery-item:last-child:nth-child(2)) .gallery-item {
        flex: 1 1 calc(50% - 0.5rem);
        max-width: calc(50% - 0.5rem);
    }

    .gallery-grid:has(.gallery-item:last-child:nth-child(3)) .gallery-item {
        flex: 1 1 calc(33.333% - 0.666rem);
        max-width: calc(33.333% - 0.666rem);
    }

    .gallery-grid:has(.gallery-item:last-child:nth-child(4)) .gallery-item {
        flex: 1 1 calc(25% - 0.75rem);
        max-width: calc(25% - 0.75rem);
    }

    .gallery-grid:has(.gallery-item:last-child:nth-child(5)) .gallery-item {
        flex: 1 1 calc(20% - 0.8rem);
        max-width: calc(20% - 0.8rem);
    }
}
