/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uqn6jbffsy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uqn6jbffsy] {
    flex: 1;
}

.sidebar[b-uqn6jbffsy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-uqn6jbffsy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uqn6jbffsy]  a, .top-row[b-uqn6jbffsy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-uqn6jbffsy]  a:hover, .top-row[b-uqn6jbffsy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-uqn6jbffsy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-uqn6jbffsy] {
        justify-content: space-between;
    }

    .top-row[b-uqn6jbffsy]  a, .top-row[b-uqn6jbffsy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uqn6jbffsy] {
        flex-direction: row;
    }

    .sidebar[b-uqn6jbffsy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uqn6jbffsy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-uqn6jbffsy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-uqn6jbffsy], article[b-uqn6jbffsy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-uqn6jbffsy] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-uqn6jbffsy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jcoy17tw74],
.components-reconnect-repeated-attempt-visible[b-jcoy17tw74],
.components-reconnect-failed-visible[b-jcoy17tw74],
.components-pause-visible[b-jcoy17tw74],
.components-resume-failed-visible[b-jcoy17tw74],
.components-rejoining-animation[b-jcoy17tw74] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jcoy17tw74],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jcoy17tw74],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jcoy17tw74],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jcoy17tw74],
#components-reconnect-modal.components-reconnect-retrying[b-jcoy17tw74],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jcoy17tw74],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jcoy17tw74],
#components-reconnect-modal.components-reconnect-failed[b-jcoy17tw74],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jcoy17tw74] {
    display: block;
}


#components-reconnect-modal[b-jcoy17tw74] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-jcoy17tw74 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jcoy17tw74 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jcoy17tw74 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jcoy17tw74]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jcoy17tw74 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jcoy17tw74 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jcoy17tw74 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jcoy17tw74 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jcoy17tw74] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jcoy17tw74] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jcoy17tw74] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jcoy17tw74] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jcoy17tw74] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jcoy17tw74] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jcoy17tw74] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jcoy17tw74 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jcoy17tw74] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jcoy17tw74 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-qqdnr0u58e] {
    min-height: calc(100vh - 56px);
    padding: 2rem 1rem;
    background-image: url("home.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-section[b-qqdnr0u58e] {
    text-align: center;
    padding: 3rem 1rem;
    margin-bottom: 3rem;
}

.hero-title[b-qqdnr0u58e] {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle[b-qqdnr0u58e] {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}

.cards-grid[b-qqdnr0u58e] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.format-card[b-qqdnr0u58e] {
    position: relative;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: center;
}

.format-card:hover[b-qqdnr0u58e] {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.card-overlay[b-qqdnr0u58e] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
    transition: background 0.3s ease;
}

.format-card:hover .card-overlay[b-qqdnr0u58e] {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.card-content[b-qqdnr0u58e] {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    text-align: center;
}

.card-icon[b-qqdnr0u58e] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.card-title[b-qqdnr0u58e] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.card-description[b-qqdnr0u58e] {
    font-size: 1.1rem;
    opacity: 0.95;
    margin-bottom: 0;
}

/* Background images for each card 
.premodern-search {

    background-image: url("home.png");
}

.premodern-ban {
    background: linear-gradient(135deg, #c31432 0%, #240b36 100%);
}

.modern-search {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.modern-ban {
    background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
}*/

/* Miravia card background */
.miravia-card[b-qqdnr0u58e] {
    background-image: url("/accesorios-miravia.jpg");
}

/* Aliexpress card background */
.aliexpress-card[b-qqdnr0u58e] {
    background-image: url("/accesorios-aliexpress.jpg");
}

/* Responsive design */
@media (max-width: 768px) {
    .hero-title[b-qqdnr0u58e] {
        font-size: 2rem;
    }

    .hero-subtitle[b-qqdnr0u58e] {
        font-size: 1rem;
    }

    .cards-grid[b-qqdnr0u58e] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .format-card[b-qqdnr0u58e] {
        height: 280px;
    }

    .card-icon[b-qqdnr0u58e] {
        font-size: 3rem;
    }

    .card-title[b-qqdnr0u58e] {
        font-size: 1.5rem;
    }

    .card-description[b-qqdnr0u58e] {
        font-size: 1rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .cards-grid[b-qqdnr0u58e] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/Pages/Modern2015Ban.razor.rz.scp.css */
.ban-container[b-f1dynvvake] {
    min-height: calc(100vh - 56px);
    padding: 2rem 1rem;
    /*background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);*/
}

.ban-header[b-f1dynvvake] {
    text-align: center;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ban-title[b-f1dynvvake] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ban-description[b-f1dynvvake] {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.ban-count[b-f1dynvvake] {
    font-size: 1.2rem;
    color: #495057;
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    display: inline-block;
}

.ban-count strong[b-f1dynvvake] {
    color: #dc3545;
    font-size: 1.4rem;
}

.card-grid[b-f1dynvvake] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(223px, 1fr));
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

.card-item[b-f1dynvvake] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-item:hover[b-f1dynvvake] {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.card-item img[b-f1dynvvake] {
    width: 100%;
    max-width: 223px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.75rem;
}

.card-name[b-f1dynvvake] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #212529;
    text-align: center;
    word-wrap: break-word;
}

.empty-state[b-f1dynvvake] {
    text-align: center;
    padding: 4rem 2rem;
    color: white;
}

.empty-state i[b-f1dynvvake] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.empty-state p[b-f1dynvvake] {
    font-size: 1.25rem;
    margin: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .ban-title[b-f1dynvvake] {
        font-size: 1.75rem;
    }

    .ban-description[b-f1dynvvake] {
        font-size: 1rem;
    }

    .ban-count[b-f1dynvvake] {
        font-size: 1rem;
    }

    .ban-count strong[b-f1dynvvake] {
        font-size: 1.2rem;
    }

    .card-grid[b-f1dynvvake] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 1rem;
    }

    .card-item[b-f1dynvvake] {
        padding: 0.75rem;
    }

    .card-name[b-f1dynvvake] {
        font-size: 0.85rem;
    }
}
/* /Components/Pages/PremodernBan.razor.rz.scp.css */
.ban-container[b-3m26fw3mv7] {
    min-height: calc(100vh - 56px);
    padding: 2rem 1rem;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
}

.ban-header[b-3m26fw3mv7] {
    text-align: center;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ban-title[b-3m26fw3mv7] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ban-description[b-3m26fw3mv7] {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.ban-count[b-3m26fw3mv7] {
    font-size: 1.2rem;
    color: #495057;
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    display: inline-block;
}

.ban-count strong[b-3m26fw3mv7] {
    color: #dc3545;
    font-size: 1.4rem;
}

.card-grid[b-3m26fw3mv7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(223px, 1fr));
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

.card-item[b-3m26fw3mv7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-item:hover[b-3m26fw3mv7] {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.card-item img[b-3m26fw3mv7] {
    width: 100%;
    max-width: 223px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.75rem;
}

.card-name[b-3m26fw3mv7] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #212529;
    text-align: center;
    word-wrap: break-word;
}

.empty-state[b-3m26fw3mv7] {
    text-align: center;
    padding: 4rem 2rem;
    color: white;
}

.empty-state i[b-3m26fw3mv7] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.empty-state p[b-3m26fw3mv7] {
    font-size: 1.25rem;
    margin: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .ban-title[b-3m26fw3mv7] {
        font-size: 1.75rem;
    }

    .ban-description[b-3m26fw3mv7] {
        font-size: 1rem;
    }

    .ban-count[b-3m26fw3mv7] {
        font-size: 1rem;
    }

    .ban-count strong[b-3m26fw3mv7] {
        font-size: 1.2rem;
    }

    .card-grid[b-3m26fw3mv7] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 1rem;
    }

    .card-item[b-3m26fw3mv7] {
        padding: 0.75rem;
    }

    .card-name[b-3m26fw3mv7] {
        font-size: 0.85rem;
    }
}
/* /Components/Shared/CardSearchSidebar.razor.rz.scp.css */
.sidebar[b-wi6w12vk9d] {
    position: fixed;
    top: 60px;
    left: 0;
    width: var(--sidebar-width, 320px);
    height: calc(100vh - 60px);
    background: #f8f9fa;
    border-right: 1px solid #dee2e6;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.sidebar.collapsed[b-wi6w12vk9d] {
    width: var(--sidebar-collapsed-width, 60px);
}

.sidebar[b-wi6w12vk9d]::-webkit-scrollbar {
    width: 8px;
}

.sidebar[b-wi6w12vk9d]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sidebar[b-wi6w12vk9d]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.sidebar[b-wi6w12vk9d]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sidebar-header[b-wi6w12vk9d] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
}

.toggle-btn[b-wi6w12vk9d] {
    color: #6c757d;
    font-size: 1.5rem;
    padding: 0.25rem 0.5rem;
    transition: all 0.3s ease;
}

.toggle-btn:hover[b-wi6w12vk9d] {
    color: #0d6efd;
}

.sidebar-content[b-wi6w12vk9d] {
    padding: 1rem;
    transition: opacity 0.3s ease;
}

.sidebar.collapsed .sidebar-content[b-wi6w12vk9d] {
    opacity: 0;
    pointer-events: none;
}

/* Ocultar enlaces cuando el sidebar est� colapsado */
.sidebar.collapsed .sidebar-links-section[b-wi6w12vk9d] {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .sidebar[b-wi6w12vk9d] {
        transform: translateX(-100%);
        width: 85vw;
        max-width: var(--sidebar-width, 320px);
    }

    .sidebar:not(.collapsed)[b-wi6w12vk9d] {
        transform: translateX(0);
    }

    .sidebar.collapsed[b-wi6w12vk9d] {
        transform: translateX(-100%);
        width: 85vw;
    }
}
/* /Components/Shared/RangeSlider.razor.rz.scp.css */
.range-slider-container[b-8gi57aq0ur] {
    margin-bottom: 1.5rem;
}

.form-label[b-8gi57aq0ur] {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.range-slider-wrapper[b-8gi57aq0ur] {
    position: relative;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.range-track[b-8gi57aq0ur] {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    z-index: 1;
}

.range-selected[b-8gi57aq0ur] {
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, #0d6efd 0%, #0b5ed7 100%);
    border-radius: 4px;
    z-index: 2;
}

.range-input[b-8gi57aq0ur] {
    position: absolute;
    width: calc(100% - 20px);
    height: 50px;
    top: 0;
    left: 10px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    outline: none;
}

    /* WebKit (Chrome, Safari, Edge) */
    .range-input[b-8gi57aq0ur]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        background: transparent;
        border: none;
        border-radius: 4px;
    }

    .range-input[b-8gi57aq0ur]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #ffffff;
        border: 3px solid #0d6efd;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
        cursor: pointer;
        pointer-events: auto;
        margin-top: -8px;
        position: relative;
        z-index: 3;
        transition: all 0.2s ease;
    }

        .range-input[b-8gi57aq0ur]::-webkit-slider-thumb:hover {
            border-color: #0b5ed7;
            box-shadow: 0 3px 12px rgba(13, 110, 253, 0.4);
            transform: scale(1.1);
        }

        .range-input[b-8gi57aq0ur]::-webkit-slider-thumb:active {
            box-shadow: 0 0 0 6px rgba(13, 110, 253, 0.2);
            transform: scale(1.15);
        }

    /* Firefox */
    .range-input[b-8gi57aq0ur]::-moz-range-track {
        width: 100%;
        height: 8px;
        background: transparent;
        border: none;
        border-radius: 4px;
    }

    .range-input[b-8gi57aq0ur]::-moz-range-thumb {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #ffffff;
        border: 3px solid #0d6efd;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
        cursor: pointer;
        pointer-events: auto;
        position: relative;
        z-index: 3;
        transition: all 0.2s ease;
    }

        .range-input[b-8gi57aq0ur]::-moz-range-thumb:hover {
            border-color: #0b5ed7;
            box-shadow: 0 3px 12px rgba(13, 110, 253, 0.4);
            transform: scale(1.1);
        }

        .range-input[b-8gi57aq0ur]::-moz-range-thumb:active {
            box-shadow: 0 0 0 6px rgba(13, 110, 253, 0.2);
            transform: scale(1.15);
        }

/* Make sure the max slider is on top */
.range-max[b-8gi57aq0ur] {
    z-index: 4;
}

/* When min and max are close, ensure proper stacking */
.range-min:focus[b-8gi57aq0ur] {
    z-index: 5;
}

.range-max:focus[b-8gi57aq0ur] {
    z-index: 5;
}

.range-values[b-8gi57aq0ur] {
    display: flex;
    justify-content: space-between;
    margin-top: 0.75rem;
    padding: 0 10px;
}

.range-value-display[b-8gi57aq0ur] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}
