/* Custom styles for travel pages - OLED dark theme */

/* CSS Variables for better maintainability */
:root {
    --text-color: #e0e0e0;
    --bg-color: #000000;
    --header-bg: rgba(0, 0, 0, 0.8);
    --header-height: 60px;
    --content-max-width: 90%;
}

/* Base dark theme for travel pages */
body.travel-page {
    background-color: var(--bg-color);
    color: var(--text-color);
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    border-top: 0 !important;
    overflow-x: hidden;
}

/* Header styling with fixed positioning */
.travel-page .site-header {
    background-color: var(--header-bg);
    position: fixed;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
    height: var(--header-height);
    top: 0;
    transition: transform 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
    border-top: 0 !important;
    border-bottom: 1px solid #333333;
    display: flex;
    align-items: center;
}

/* Fix site header wrapper to ensure proper alignment */
.travel-page .site-header .wrapper {
    width: var(--content-max-width);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 100%;
}

/* Hide header when scrolled down */
.travel-page.scrolled .site-header {
    background-color: rgba(0, 0, 0, 0.9); /* Darker when scrolled */
}

/* Fully hide header when scrolled far */
.travel-page.header-hidden .site-header {
    transform: translateY(-100%);
}

/* Header elements styling */
.travel-page .site-title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    line-height: var(--header-height);
    float: none;
    position: relative; /* For positioning the travel link */
}

.travel-page .site-logo {
    display: block;
    width: 2.1rem;
    height: 1.5rem;
    object-fit: contain;
    filter: invert(1);
    flex: 0 0 auto;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.travel-page .site-title:hover .site-logo {
    transform: translateY(-1px);
    opacity: 0.85;
}

/* Hide the ::after content since we'll use a real link instead */
.travel-page .site-title::after {
    content: none;
}

/* Create a travel section link */
.travel-page .travel-section-link {
    position: relative;
    display: inline-block;
    font-weight: 400;
    opacity: 0.85;
    color: var(--text-color);
    text-decoration: none;
    margin-left: 1px; /* Small space between main title and /travel */
}

/* Style the travel link on hover */
.travel-page .travel-section-link:hover {
    opacity: 1;
    color: #fff;
}

.travel-page .site-nav {
    margin: 0;
    line-height: var(--header-height);
    float: none;
}

.travel-page .page-link {
    color: var(--text-color);
}

.travel-page .hamburger,
.travel-page .site-nav .menu-icon {
    margin-right: 15px;
    margin-top: 0px;
    height: 26px;
    width: 36px;
    text-align: center;
    vertical-align: middle;
}

.travel-page .site-nav .menu-icon > svg {
    fill: var(--text-color);
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

/* Hamburger menu expanded */
.travel-page .site-nav .trigger {
    clear: both;
    border-radius: 4px;
    overflow: hidden;
}

/* Mobile menu adjustments */
@media screen and (max-width: 600px) {
    .travel-page .site-nav {
        position: absolute;
        top: 0;
        right: 10px;
        background-color: transparent;
        border: none;
        height: var(--header-height);
        display: flex;
        align-items: center;
    }
    
    .travel-page .site-nav .menu-icon {
        height: var(--header-height);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .travel-page .site-nav input:checked ~ .trigger {
        padding-bottom: 5px;
        position: absolute;
        top: var(--header-height);
        right: 0;
        background-color: var(--header-bg);
        width: 200px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    }
    
    .travel-page .site-nav .page-link {
        margin-right: 0;
        margin-left: 0;
        padding: 10px 15px;
        display: block;
        line-height: 1.5;
    }
    
    .travel-page .site-nav .page-link:hover {
        background-color: #333333;
    }
}

/* Override any default positioning of menu */
@media screen and (min-width: 601px) {
    .travel-page .site-nav {
        position: static;
        display: flex;
        align-items: center;
    }
}

/* Main content area */
.travel-page .page-content {
    padding-top: var(--header-height);
    background-color: var(--bg-color);
}

/* Content wrapper for regular content */
.travel-page .wrapper {
    max-width: var(--content-max-width);
    margin: 0 auto;
    padding-top: 20px; /* Reduced from header height + 20px since we're using padding on page-content */
    padding-left:  0px;
    padding-right: 0px;
    transition: max-width 0.3s ease, padding 0.3s ease;
}

/* Typography */
.travel-page h1, .travel-page h2, .travel-page h3 {
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #f0f0f0;
}

.travel-page p {
    line-height: 1.6;
}

/* Video player custom styling */
.travel-page video-player,
.travel-page .video-player {
    display: block;
    background-color: #000;
    margin: 2rem auto;
    overflow: hidden;
    box-shadow: none;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    border: none;
}

/* Force video players to be full width */
.travel-page video-player,
.travel-page .fullwidth-video {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    margin-bottom: 30px !important;
    position: relative !important;
    box-sizing: border-box !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

/* Make sure videos and divs inside video players have no borders */
.travel-page video-player video,
.travel-page video-player div,
.travel-page .fullwidth-video video,
.travel-page .fullwidth-video div {
    border: none !important;
}

/* Quality selector containment */
.travel-page .video-quality-selector,
.travel-page select.quality-selector,
.travel-page .contained-width,
.travel-page video-player .video-quality-selector {
    width: var(--content-max-width) !important;
    max-width: var(--content-max-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 8px !important;
    background-color: #222 !important;
    color: #e0e0e0 !important;
    padding: 8px 12px !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
}

/* Add spacing after videos - COMPLETELY REMOVED */
/* Remove all ::after content from video players */
.travel-page video-player::after,
.travel-page .video-player::after,
.travel-page .fullwidth-video::after {
    content: none !important;
    display: none !important;
    border: none !important;
    margin: 0 !important;
    height: 0 !important;
}

/* Ensure all videos, iframes and embedded content have no borders */
.travel-page video,
.travel-page iframe,
.travel-page video-player,
.travel-page .video-player,
.travel-page .fullwidth-video,
.travel-page .video-container {
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
    box-shadow: none !important;
}

/* Ensure video container has proper spacing without borders */
.travel-page .video-container {
    margin: 30px 0 !important;
    padding: 0 !important;
}

/* Full-height screens - ensure video isn't too big */
@media screen and (min-height: 700px) {
    /* Make video take up reasonable height */
    .travel-page video-player video {
        max-height: 60vh;
        display: block;
        margin: 0 auto;
    }
    
    /* Add "more content" indicator when video height is limited */
    .travel-page:not(.scrolled) .post-content:first-child::after {
        content: "↓ More content below ↓";
        display: block;
        text-align: center;
        color: #888;
        padding: 10px 0;
        margin-top: 20px;
        animation: pulse 2s infinite;
    }
    
    @keyframes pulse {
        0% { opacity: 0.5; }
        50% { opacity: 1; }
        100% { opacity: 0.5; }
    }
}

/* Video controls styling */
.travel-page .video-controls {
    background-color: rgba(30, 30, 30, 0.8) !important;
    color: #e0e0e0 !important;
}

.travel-page .video-progress {
    background-color: rgba(80, 80, 80, 0.5) !important;
}

.travel-page .player-progress {
    background-color: rgba(220, 220, 220, 0.8) !important;
}

/* Style footer */
.travel-page .site-footer {
    background-color: #000000;
    border-top-color: #333333;
    color: #888888;
}

/* Footer links */
.travel-page .footer-col-wrapper,
.travel-page .footer-col a {
    color: #888888;
}

/* Make sure images are properly styled for dark theme */
.travel-page img:not(.fullscreen-content img) {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 1px solid #333333;
}

/* Style links */
.travel-page a,
.travel-page a:visited {
    color: #4dabf7;
}

.travel-page a:hover {
    color: #74c0fc;
    /* text-decoration: none; */
}

/* Post and content styling */
.travel-page .post-list {
    margin-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.travel-page .post-list h3 {
    margin-bottom: 5px;
    margin-top: 8px;
}

/* Travel post item styling */
.travel-page .post-list .travel-post-item {
    padding: 15px;
    position: relative;
    transition: all 0.25s ease;
    border-radius: 8px;
}

/* Date styling */
.travel-page .post-list .travel-post-item .post-meta {
    font-size: 0.85em;
    color: #888;
}

/* Enhance post links */
.travel-page .post-list .travel-post-item .post-link {
    font-size: 1.4em;
    color: #f0f0f0;
    transition: color 0.2s ease;
    text-decoration: none;
    display: block;
}

.travel-page .post-list .travel-post-item .post-link:hover {
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 
                 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Post page title styling */
.travel-page .post-header {
    margin-bottom: 30px;
}

.travel-page .post-title {
    font-size: 2.4em;
    margin-bottom: 10px;
    color: #ffffff;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.travel-page .post-meta {
    color: #888;
    font-size: 0.9em;
}

/* Page heading for index */
.travel-page .page-heading {
    margin-bottom: 25px;
    font-size: 2.5em;
    letter-spacing: -0.5px;
    color: #fff;
}

/* Code blocks in dark theme */
.travel-page pre,
.travel-page code {
    background-color: #1a1a1a;
    border-color: #333333;
    color: #d0d0d0;
}

/* Blockquotes for dark theme */
.travel-page blockquote {
    color: #aaaaaa;
    border-left-color: #444444;
}

/* Fix site title and links appearance */
.travel-page .site-title,
.travel-page .site-title:visited {
    color: var(--text-color);
}

.travel-page .site-nav .page-link {
    color: var(--text-color);
    transition: color 0.3s ease;
}

.travel-page .site-nav .page-link:hover {
    color: #fff;
}

/* Fix hamburger menu icon */
.travel-page .site-nav .menu-icon {
    margin-top: 0;
    margin-right: 10px;
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: center;
}

.travel-page .site-nav .menu-icon > svg {
    fill: var(--text-color);
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

/* ---- SIMPLIFIED TRAVEL HEADER ---- */
/* Custom header for travel pages */
/* Hide the default navigation menu for travel pages */
.travel-page .site-header .site-nav {
    display: none !important;
}

/* Add custom travel navigation */
.travel-page .travel-nav {
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
}

.travel-page .travel-home-link {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 0 10px;
    height: var(--header-height);
    display: flex;
    align-items: center;
    transition: color 0.3s ease, background-color 0.3s ease;
    border-radius: 4px;
}

.travel-page .travel-home-link:hover {
    color: #fff;
}

/* Back arrow for travel links */
.travel-page .travel-home-link::before {
    content: "←";
    margin-right: 8px;
    font-size: 18px;
}

/* Ensure site title is centered for travel pages */
.travel-page .site-header .site-title {
    float: none;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .travel-page .site-header {
        height: 50px;
    }
    
    .travel-page .site-title {
        font-size: 18px;
        line-height: 50px;
        min-width: 0;
    }

    .travel-page .site-title span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .travel-page .site-logo {
        width: 1.9rem;
        height: 1.35rem;
    }
    
    .travel-page .travel-home-link {
        font-size: 14px;
        height: 50px;
        justify-content: center;
        padding: 0;
        width: 44px;
    }
    
    .travel-page .travel-home-link::before {
        font-size: 16px;
        margin-right: 0;
    }

    .travel-page .travel-home-link__text {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }
}

/* Responsive fixes for header height */
@media screen and (max-width: 600px) {
    :root {
        --header-height: 50px;
    }
    
    .travel-page .page-content {
        padding-top: 50px;
    }
}

/* Travel header container for proper alignment */
.travel-page .travel-header-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

/* Reposition travel nav from absolute to relative */
.travel-page .travel-nav {
  position: relative;
  right: auto;
  top: auto;
}

/* Gallery System */
.gallery {
    margin: 2rem 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

/* Basic image container */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    flex-grow: 0;
    flex-shrink: 0;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    display: block;
    transition: transform 0.3s ease;
}

/* Layout classes */
.full {
    width: 100%;
    margin: 1rem 0;
}

.half {
    width: calc(50% - 0.5rem);
}

.third {
    width: calc(33.333% - 0.67rem);
}

.two-thirds {
    width: calc(66.666% - 0.33rem);
}

/* Special layouts */
.side-by-side {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
}

.side-by-side .gallery-item {
    width: calc(50% - 0.5rem);
}

.side-by-side .gallery-item video-player {
    width: 100%;
    display: block;
}

/* Grid layouts */
.grid-2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.grid-3x3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

/* Carousel */
.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 0.3s ease;
}

.carousel .gallery-item {
    min-width: 100%;
    flex: 0 0 100%;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}

.carousel-btn {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 4px;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .third, .two-thirds {
        width: 100%;
    }
    
    .grid-3x3 {
        grid-template-columns: 1fr 1fr;
    }
    
    .side-by-side {
        flex-direction: column;
    }
    
    .side-by-side .gallery-item {
        width: 100%;
    }
}

/* Video in gallery - update existing styles */
.gallery video-player {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}

.gallery .video-container {
    position: relative;
    height: 100% !important;  /* Override the default height: 0 */
    padding-bottom: 0 !important;  /* Remove the padding-bottom */
}

.gallery video-player video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative !important;  /* Override absolute positioning */
    transition: transform 0.3s ease;
}

/* Ensure proper sizing in side-by-side layout */
.side-by-side .gallery-item video-player {
    height: auto;  /* Changed from 100% to auto */
    width: 100%;
}

.side-by-side .gallery-item video-player video {
    object-fit: contain;  /* Changed from cover to contain */
    width: 100%;
    height: auto;  /* Changed from 100% to auto */
}

/* Ensure video controls stay visible */
.gallery video-player .video-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

/* Remove any margin/padding from video players in gallery */
.gallery video-player,
.gallery .video-player,
.gallery .fullwidth-video {
    margin: 0 !important;
    border-radius: 8px !important;
}

/* Hide video controls by default */
.gallery video-player .video-controls {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Show controls on hover */
.gallery video-player:hover .video-controls {
    opacity: 1;
}

/* Update fullscreen styles */
.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    cursor: pointer;
}

.fullscreen-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullscreen-content {
    position: relative;
    max-width: 95vw;
    max-height: 95vh;
}

.fullscreen-content img,
.fullscreen-content video-player {
    max-width: 95vw;
    max-height: 95vh;
    object-fit: contain;
}

/* Navigation buttons */
.fullscreen-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.fs-nav-btn {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 20px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 24px;
    pointer-events: auto;
    transition: all 0.3s ease;
    opacity: 0.3;
}

.fs-nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;
}

/* Make only non-full gallery items clickable */
.gallery-item:not(.full) {
    cursor: pointer;
}

/* Full items should not show pointer cursor */
.gallery-item.full {
    cursor: default;
}

/* Random cycle items should not zoom */
.random-cycle .gallery-item {
    cursor: default;
}

/* Random cycle gallery */
.random-cycle {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.random-cycle .gallery-item {
    display: none;
    width: 100%;
}

.random-cycle .gallery-item.active {
    display: block;
}

.random-cycle-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    pointer-events: none;
}

.random-cycle-btn {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 4px;
    pointer-events: auto;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.random-cycle-btn:hover {
    opacity: 1;
}

/* Gallery video specific styles */
.gallery-video {
    cursor: pointer;
}

.gallery-video .video-container {
    margin: 0 !important;
}

.gallery-video video,
.gallery-video .video-controls,
.gallery-video .quality-selector,
.gallery-video .autoplay-toggle {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-video:hover video,
.gallery-video:hover .video-controls,
.gallery-video:hover .quality-selector,
.gallery-video:hover .autoplay-toggle {
    opacity: 1;
}

.fullscreen-content img::after {
    content: none !important;
    display: none !important;
}

.fullscreen-content img {
    max-width: 95vw;
    max-height: 95vh;
    object-fit: contain;
    position: relative;
}

.fullscreen-content img::before {
    content: none !important;
    display: none !important;
}

/* Justified Gallery Layout */
.gallery.layout-strat-justified {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 2rem 0;
    width: 100%;
}

.gallery.layout-strat-justified .jg-row {
    display: flex;
    gap: 8px;
    height: 250px;
    width: 100%;
}

.gallery.layout-strat-justified .jg-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.gallery.layout-strat-justified .jg-item img,
.gallery.layout-strat-justified .jg-item picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

/* Responsive row heights */
@media screen and (max-width: 1200px) {
    .gallery.layout-strat-justified .jg-row {
        height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .gallery.layout-strat-justified .jg-row {
        height: 150px;
    }
}

@media screen and (max-width: 480px) {
    .gallery.layout-strat-justified .jg-row {
        height: 120px;
        gap: 4px;
    }
    
    .gallery.layout-strat-justified {
        gap: 4px;
    }
}

/* Mosaic Gallery Layout (non-cropping, pattern-aware) */
.gallery.layout-strat-mosaic {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 2rem 0;
    width: 100%;
}

.gallery.layout-strat-mosaic .mosaic-block {
    width: 100%;
}

.gallery.layout-strat-mosaic .gallery-item {
    position: relative;
}

/* Ensure no cropping: let images size naturally */
.gallery.layout-strat-mosaic .gallery-item picture,
.gallery.layout-strat-mosaic .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Block: portrait left, two landscapes stacked right */
.gallery.layout-strat-mosaic .mosaic-block.narrow-two-wide {
    display: flex;
    gap: 12px;
}
.gallery.layout-strat-mosaic .mosaic-block.narrow-two-wide .col-left {
    flex: 0 0 38%;
}
.gallery.layout-strat-mosaic .mosaic-block.narrow-two-wide .col-right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Rows */
.gallery.layout-strat-mosaic .mosaic-block.row-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.gallery.layout-strat-mosaic .mosaic-block.row-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.gallery.layout-strat-mosaic .mosaic-block.single,
.gallery.layout-strat-mosaic .mosaic-block.full {
    display: block;
}

/* Responsive adjustments for mosaic */
@media screen and (max-width: 900px) {
    .gallery.layout-strat-mosaic .mosaic-block.row-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 700px) {
    .gallery.layout-strat-mosaic .mosaic-block.narrow-two-wide {
        flex-direction: column;
    }
    .gallery.layout-strat-mosaic .mosaic-block.row-2,
    .gallery.layout-strat-mosaic .mosaic-block.row-3 {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 480px) {
    .gallery.layout-strat-mosaic { gap: 8px; }
    .gallery.layout-strat-mosaic .mosaic-block.narrow-two-wide { gap: 8px; }
    .gallery.layout-strat-mosaic .mosaic-block.row-2,
    .gallery.layout-strat-mosaic .mosaic-block.row-3 { gap: 8px; }
}
