/* _content/FirmwareDepot/Components/Account/AccountNavigation.razor.rz.scp.css */
.account-nav[b-qatqe6ektm] {
    width: 250px;
    flex-shrink: 0;
}

.account-nav-user[b-qatqe6ektm] {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.user-avatar[b-qatqe6ektm] {
    font-size: 2.5rem;
    color: var(--bs-primary);
    margin-right: 1rem;
}

.user-info h3[b-qatqe6ektm] {
    font-size: 1.1rem;
    margin: 0 0 0.25rem 0;
    color: var(--bs-dark);
}

.user-role[b-qatqe6ektm] {
    font-size: 0.85rem;
    color: var(--bs-secondary);
}

.account-nav-menu[b-qatqe6ektm] {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.nav-link[b-qatqe6ektm], .nav-link-button[b-qatqe6ektm] {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    color: var(--bs-dark);
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

.nav-link:hover[b-qatqe6ektm], .nav-link-button:hover[b-qatqe6ektm] {
    background-color: #f8f9fa;
    color: var(--bs-primary);
}

.nav-link.active[b-qatqe6ektm] {
    border-left-color: var(--bs-primary);
    background-color: rgba(13, 110, 253, 0.05);
    color: var(--bs-primary);
    font-weight: 500;
}

.nav-link i[b-qatqe6ektm], .nav-link-button i[b-qatqe6ektm] {
    font-size: 1.2rem;
    margin-right: 0.75rem;
    width: 1.5rem;
    text-align: center;
}

.nav-divider[b-qatqe6ektm] {
    height: 1px;
    background-color: #eee;
    margin: 0.5rem 0;
}

.nav-link-button[b-qatqe6ektm] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
}

/* Responsive */
@media (max-width: 992px) {
    .account-nav[b-qatqe6ektm] {
        width: 100%;
        margin-bottom: 2rem;
    }
    
    .account-nav-menu[b-qatqe6ektm] {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .nav-link[b-qatqe6ektm], .nav-link-button[b-qatqe6ektm] {
        padding: 0.75rem 1rem;
        border-left: none;
        border-bottom: 3px solid transparent;
    }
    
    .nav-link.active[b-qatqe6ektm] {
        border-left-color: transparent;
        border-bottom-color: var(--bs-primary);
    }
    
    .nav-link i[b-qatqe6ektm], .nav-link-button i[b-qatqe6ektm] {
        margin-right: 0.5rem;
    }
    
    .nav-divider[b-qatqe6ektm] {
        display: none;
    }
}

@media (max-width: 576px) {
    .account-nav-menu[b-qatqe6ektm] {
        flex-direction: column;
    }
    
    .nav-link[b-qatqe6ektm], .nav-link-button[b-qatqe6ektm] {
        border-left: 3px solid transparent;
        border-bottom: none;
    }
    
    .nav-link.active[b-qatqe6ektm] {
        border-left-color: var(--bs-primary);
        border-bottom-color: transparent;
    }
    
    .nav-divider[b-qatqe6ektm] {
        display: block;
    }
} 
/* _content/FirmwareDepot/Components/Layout/MainLayout.razor.rz.scp.css */
/* General Layout */
.page[b-5cz86v6455] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-5cz86v6455] {
    flex: 1;
    padding: 2rem 0;
}

.container[b-5cz86v6455] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.top-banner .container[b-5cz86v6455] {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Header Styles */
.site-header[b-5cz86v6455] {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
}

.header-content[b-5cz86v6455] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* Admin Ribbon */
.admin-ribbon-wrapper[b-5cz86v6455] {
    height: 2.5rem;
    min-height: 0;
    margin-bottom: 0.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    padding: 0;
}
.admin-ribbon[b-5cz86v6455] {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    white-space: nowrap;
    width: max-content;
    min-width: 100%;
    align-items: center;
    padding: 0.25rem 0;
}
.admin-ribbon .btn[b-5cz86v6455] {
    flex: 0 0 auto;
    font-size: 0.95rem;
    padding: 0.25rem 0.75rem;
    height: 2rem;
    line-height: 1.5rem;
}

.logo h1[b-5cz86v6455] {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
}

.logo a[b-5cz86v6455] {
    text-decoration: none;
    color: inherit;
}

.search-bar-flex[b-5cz86v6455] {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    min-width: 200px;
    margin: 0 1rem;
    height: 2.5rem;
}
.search-bar-inner[b-5cz86v6455] {
    width: 100%;
    display: flex;
    align-items: center;
}
.search-area[b-5cz86v6455] {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}
.search-form[b-5cz86v6455] {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}
.search-form input[type="text"][b-5cz86v6455] {
    flex: 1 1 100%;
    border-radius: 0.375rem 0 0 0.375rem;
    border: 1px solid #ced4da;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    height: 2.5rem;
    box-shadow: none;
}
.search-form button[b-5cz86v6455] {
    border-radius: 0 0.375rem 0.375rem 0;
    border: 1px solid #ced4da;
    border-left: none;
    background: #007bff;
    color: #fff;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    height: 2.5rem;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-form button:hover[b-5cz86v6455] {
    background: #0056b3;
}
.search-area.mt-3[b-5cz86v6455] {
    margin-top: 0 !important;
}

.cart-icon[b-5cz86v6455] {
    position: relative;
    font-size: 1.5rem;
    color: #333;
    text-decoration: none;
}

.cart-badge[b-5cz86v6455] {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
}

/* Category Navigation */
.category-nav[b-5cz86v6455] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.category-menu[b-5cz86v6455] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
}

.category-item[b-5cz86v6455] {
    position: relative;
}

.category-link[b-5cz86v6455] {
    display: block;
    padding: 1rem;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}

.category-link:hover[b-5cz86v6455] {
    background-color: #e9ecef;
}

.subcategory-menu[b-5cz86v6455] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.category-item:hover .subcategory-menu[b-5cz86v6455] {
    display: block;
}

.subcategory-menu ul[b-5cz86v6455] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subcategory-menu a[b-5cz86v6455] {
    display: block;
    padding: 0.75rem 1rem;
    color: #333;
    text-decoration: none;
}

.subcategory-menu a:hover[b-5cz86v6455] {
    background-color: #f8f9fa;
}

/* Footer Styles */
.site-footer[b-5cz86v6455] {
    background-color: #343a40;
    color: #fff;
    padding: 3rem 0 1rem;
    margin-top: 2rem;
}

.footer-content[b-5cz86v6455] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.footer-section[b-5cz86v6455] {
    flex: 1;
    min-width: 200px;
    margin-bottom: 1.5rem;
}

.footer-section h3[b-5cz86v6455] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-section ul[b-5cz86v6455] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li[b-5cz86v6455] {
    margin-bottom: 0.5rem;
}

.footer-section a[b-5cz86v6455] {
    color: #adb5bd;
    text-decoration: none;
}

.footer-section a:hover[b-5cz86v6455] {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom[b-5cz86v6455] {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #495057;
    color: #adb5bd;
    font-size: 0.9rem;
}

/* Error UI */
#blazor-error-ui[b-5cz86v6455] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-5cz86v6455] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Responsive Styles */
@media (max-width: 1200px) and (min-width: 950px) {
    .header-content[b-5cz86v6455] {
        flex-wrap: wrap;
        gap: 0.75rem;
    }
    .search-bar-flex[b-5cz86v6455] {
        min-width: 150px;
        max-width: 350px;
        margin: 0 0.5rem;
    }
    .user-actions[b-5cz86v6455] {
        min-width: 220px;
    }
}
@media (max-width: 950px) {
    .header-content[b-5cz86v6455] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    .logo[b-5cz86v6455] {
        align-self: flex-start;
        margin-bottom: 0.5rem;
    }
    .search-bar-flex[b-5cz86v6455] {
        width: 100%;
        max-width: 100%;
        margin: 0 0 0.5rem 0;
    }
    .user-actions[b-5cz86v6455] {
        align-self: flex-end;
        width: 100%;
        justify-content: flex-end;
        margin-bottom: 0.5rem;
    }
}

.user-menu[b-5cz86v6455] {
    position: relative;
    display: inline-block;
}

.user-menu-button[b-5cz86v6455] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: none;
    border: 1px solid var(--bs-primary);
    border-radius: 4px;
    color: var(--bs-primary);
    cursor: pointer;
    transition: all 0.2s ease;
}

.user-menu-button:hover[b-5cz86v6455] {
    background-color: var(--bs-primary);
    color: white;
}

.user-menu-items[b-5cz86v6455] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    min-width: 200px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 0.5rem 0;
}

.menu-item[b-5cz86v6455] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    color: var(--bs-dark);
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.menu-item:hover[b-5cz86v6455] {
    background-color: #f8f9fa;
    color: var(--bs-primary);
}

.menu-divider[b-5cz86v6455] {
    height: 1px;
    background-color: #eee;
    margin: 0.5rem 0;
}

.logout-button[b-5cz86v6455] {
    color: var(--bs-danger);
}

.logout-button:hover[b-5cz86v6455] {
    background-color: var(--bs-danger);
    color: white;
}

.user-name[b-5cz86v6455] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--bs-primary);
    font-weight: 500;
}

.user-name i[b-5cz86v6455] {
    font-size: 1.2rem;
}
/* _content/FirmwareDepot/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jdaov4hfxn] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-jdaov4hfxn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-jdaov4hfxn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jdaov4hfxn] {
    font-size: 1.1rem;
}

.bi[b-jdaov4hfxn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.bi-house-door-fill-nav-menu[b-jdaov4hfxn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-jdaov4hfxn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-jdaov4hfxn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-jdaov4hfxn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-jdaov4hfxn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-jdaov4hfxn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-jdaov4hfxn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-jdaov4hfxn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-jdaov4hfxn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jdaov4hfxn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jdaov4hfxn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jdaov4hfxn]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jdaov4hfxn]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-jdaov4hfxn]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-jdaov4hfxn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-jdaov4hfxn] {
    display: block;
}

/* Dropdown Menus */
.categories-dropdown[b-jdaov4hfxn],
.account-dropdown[b-jdaov4hfxn],
.dashboard-dropdown[b-jdaov4hfxn] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    cursor: pointer;
}

.categories-dropdown:hover[b-jdaov4hfxn],
.account-dropdown:hover[b-jdaov4hfxn],
.dashboard-dropdown:hover[b-jdaov4hfxn] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.categories-submenu[b-jdaov4hfxn],
.account-submenu[b-jdaov4hfxn],
.dashboard-submenu[b-jdaov4hfxn] {
    margin-left: 1rem;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

.submenu-link[b-jdaov4hfxn] {
    padding-left: 1rem !important;
    height: 2.5rem !important;
    line-height: 2.5rem !important;
}

.loading-categories[b-jdaov4hfxn],
.no-categories[b-jdaov4hfxn] {
    color: #d7d7d7;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
}

/* Logout Button */
.nav-item[b-jdaov4hfxn]  form button {
    width: 100%;
    text-align: left;
    padding: 0;
    border: none;
    background: none;
    color: #d7d7d7;
    border-radius: 4px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    line-height: 2.5rem;
}

.nav-item[b-jdaov4hfxn]  form button:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jdaov4hfxn] {
        display: none;
    }

    .collapse[b-jdaov4hfxn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-jdaov4hfxn] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/FirmwareDepot/Components/Pages/About.razor.rz.scp.css */
.about-container[b-m50ud9zuw1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.about-header[b-m50ud9zuw1] {
    text-align: center;
    margin-bottom: 3rem;
}

.about-header h1[b-m50ud9zuw1] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.about-header .lead[b-m50ud9zuw1] {
    font-size: 1.25rem;
    color: var(--bs-secondary);
    max-width: 800px;
    margin: 0 auto;
}

/* About Sections */
.about-section[b-m50ud9zuw1] {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 4rem;
}

.about-section.reverse[b-m50ud9zuw1] {
    flex-direction: row-reverse;
}

.section-content[b-m50ud9zuw1] {
    flex: 1;
}

.section-content h2[b-m50ud9zuw1] {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--bs-primary);
}

.section-content p[b-m50ud9zuw1] {
    margin-bottom: 1.25rem;
    line-height: 1.6;
    color: var(--bs-dark);
}

.section-image[b-m50ud9zuw1] {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.section-image img[b-m50ud9zuw1] {
    width: 100%;
    height: auto;
    display: block;
}

/* Values Section */
.values-section[b-m50ud9zuw1] {
    margin-bottom: 4rem;
    text-align: center;
}

.values-section h2[b-m50ud9zuw1] {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: var(--bs-primary);
}

.values-grid[b-m50ud9zuw1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.value-card[b-m50ud9zuw1] {
    background-color: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.value-card:hover[b-m50ud9zuw1] {
    transform: translateY(-5px);
}

.value-icon[b-m50ud9zuw1] {
    font-size: 2.5rem;
    color: var(--bs-primary);
    margin-bottom: 1.5rem;
}

.value-card h3[b-m50ud9zuw1] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.value-card p[b-m50ud9zuw1] {
    color: var(--bs-secondary);
    line-height: 1.5;
}

/* Team Section */
.team-section[b-m50ud9zuw1] {
    margin-bottom: 4rem;
    text-align: center;
}

.team-section h2[b-m50ud9zuw1] {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: var(--bs-primary);
}

.team-grid[b-m50ud9zuw1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.team-member[b-m50ud9zuw1] {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.member-image[b-m50ud9zuw1] {
    height: 250px;
    overflow: hidden;
}

.member-image img[b-m50ud9zuw1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member h3[b-m50ud9zuw1] {
    font-size: 1.2rem;
    margin: 1.5rem 0 0.5rem;
    color: var(--bs-dark);
}

.member-role[b-m50ud9zuw1] {
    color: var(--bs-primary);
    font-weight: 500;
    margin-bottom: 1rem;
}

.member-bio[b-m50ud9zuw1] {
    color: var(--bs-secondary);
    padding: 0 1.5rem 1.5rem;
    line-height: 1.5;
}

/* CTA Section */
.cta-section[b-m50ud9zuw1] {
    text-align: center;
    background-color: #f8f9fa;
    padding: 3rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.cta-section h2[b-m50ud9zuw1] {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--bs-primary);
}

.cta-section p[b-m50ud9zuw1] {
    color: var(--bs-secondary);
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons[b-m50ud9zuw1] {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

/* Responsive */
@media (max-width: 992px) {
    .about-section[b-m50ud9zuw1] {
        flex-direction: column;
        gap: 2rem;
    }
    
    .about-section.reverse[b-m50ud9zuw1] {
        flex-direction: column;
    }
    
    .section-content[b-m50ud9zuw1], .section-image[b-m50ud9zuw1] {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .about-header h1[b-m50ud9zuw1] {
        font-size: 2rem;
    }
    
    .about-header .lead[b-m50ud9zuw1] {
        font-size: 1.1rem;
    }
    
    .section-content h2[b-m50ud9zuw1] {
        font-size: 1.5rem;
    }
    
    .cta-buttons[b-m50ud9zuw1] {
        flex-direction: column;
        gap: 1rem;
    }
} 
/* _content/FirmwareDepot/Components/Pages/Account/Downloads.razor.rz.scp.css */
/* Account Container and Layout styles are inherited from Profile.razor.css */

/* Empty Downloads */
.empty-downloads[b-9x9wtj2qt6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.empty-icon[b-9x9wtj2qt6] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1.5rem;
}

.empty-downloads h2[b-9x9wtj2qt6] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.empty-downloads p[b-9x9wtj2qt6] {
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
    max-width: 500px;
}

/* Downloads Filters */
.downloads-filters[b-9x9wtj2qt6] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.search-box[b-9x9wtj2qt6] {
    flex: 1;
    position: relative;
}

.search-box input[b-9x9wtj2qt6] {
    padding-right: 2.5rem;
}

.search-box i[b-9x9wtj2qt6] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bs-secondary);
}

.filter-dropdown[b-9x9wtj2qt6] {
    width: 180px;
}

/* Downloads List */
.downloads-list[b-9x9wtj2qt6] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.download-card[b-9x9wtj2qt6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.download-info[b-9x9wtj2qt6] {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.product-image[b-9x9wtj2qt6] {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 1.25rem;
    flex-shrink: 0;
}

.product-image img[b-9x9wtj2qt6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-image[b-9x9wtj2qt6] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    color: #adb5bd;
    font-size: 2rem;
}

.product-details[b-9x9wtj2qt6] {
    flex: 1;
    min-width: 0;
}

.product-details h3[b-9x9wtj2qt6] {
    font-size: 1.1rem;
    margin: 0 0 0.5rem 0;
    color: var(--bs-dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-meta[b-9x9wtj2qt6] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    color: var(--bs-secondary);
}

.update-badge[b-9x9wtj2qt6] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
}

.update-badge i[b-9x9wtj2qt6] {
    margin-right: 0.25rem;
}

.download-actions[b-9x9wtj2qt6] {
    display: flex;
    gap: 0.75rem;
    margin-left: 1.5rem;
}

/* No Results */
.no-results[b-9x9wtj2qt6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-top: 2rem;
}

.no-results i[b-9x9wtj2qt6] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.no-results h3[b-9x9wtj2qt6] {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--bs-dark);
}

.no-results p[b-9x9wtj2qt6] {
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
}

/* Responsive */
@media (max-width: 992px) {
    .downloads-filters[b-9x9wtj2qt6] {
        flex-direction: column;
    }
    
    .filter-dropdown[b-9x9wtj2qt6] {
        width: 100%;
    }
    
    .download-card[b-9x9wtj2qt6] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .download-info[b-9x9wtj2qt6] {
        margin-bottom: 1.5rem;
    }
    
    .download-actions[b-9x9wtj2qt6] {
        margin-left: 0;
        justify-content: flex-end;
    }
}

@media (max-width: 576px) {
    .download-info[b-9x9wtj2qt6] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .product-image[b-9x9wtj2qt6] {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .product-meta[b-9x9wtj2qt6] {
        justify-content: center;
    }
    
    .download-actions[b-9x9wtj2qt6] {
        flex-direction: column;
        width: 100%;
    }
    
    .download-actions .btn[b-9x9wtj2qt6] {
        width: 100%;
    }
} 
/* _content/FirmwareDepot/Components/Pages/Account/Profile.razor.rz.scp.css */
/* Account Container */
.account-container[b-cl5no6m8y4] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.account-header[b-cl5no6m8y4] {
    margin-bottom: 2rem;
    text-align: center;
}

.account-header h1[b-cl5no6m8y4] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--bs-dark);
}

.account-header p[b-cl5no6m8y4] {
    color: var(--bs-secondary);
}

/* Account Layout */
.account-layout[b-cl5no6m8y4] {
    display: flex;
    gap: 2rem;
}

.account-content[b-cl5no6m8y4] {
    flex: 1;
    min-width: 0;
}

/* Loading Container */
.loading-container[b-cl5no6m8y4] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

/* Profile Sections */
.profile-section[b-cl5no6m8y4] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.section-header[b-cl5no6m8y4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.section-header h2[b-cl5no6m8y4] {
    font-size: 1.2rem;
    margin: 0;
    color: var(--bs-dark);
}

/* Profile Info Display */
.profile-info[b-cl5no6m8y4] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.info-group[b-cl5no6m8y4] {
    flex: 1;
    min-width: 250px;
}

.info-item[b-cl5no6m8y4] {
    margin-bottom: 1.5rem;
}

.info-label[b-cl5no6m8y4] {
    display: block;
    font-size: 0.9rem;
    color: var(--bs-secondary);
    margin-bottom: 0.25rem;
}

.info-value[b-cl5no6m8y4] {
    font-weight: 500;
    color: var(--bs-dark);
}

/* Form Styles */
.form-label[b-cl5no6m8y4] {
    font-weight: 500;
    color: var(--bs-dark);
}

.form-control[b-cl5no6m8y4], .form-select[b-cl5no6m8y4] {
    padding: 0.5rem 0.75rem;
    border-color: #ddd;
}

.form-control:focus[b-cl5no6m8y4], .form-select:focus[b-cl5no6m8y4] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.validation-message[b-cl5no6m8y4] {
    color: var(--bs-danger);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Security Options */
.security-options[b-cl5no6m8y4] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.security-option[b-cl5no6m8y4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.option-info h3[b-cl5no6m8y4] {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--bs-dark);
}

.option-info p[b-cl5no6m8y4] {
    margin: 0;
    color: var(--bs-secondary);
    font-size: 0.9rem;
}

/* Notification Options */
.notification-options[b-cl5no6m8y4] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-check-label[b-cl5no6m8y4] {
    font-weight: 500;
    color: var(--bs-dark);
}

.form-check-input[b-cl5no6m8y4] {
    margin-right: 0.75rem;
}

.form-check-input:checked[b-cl5no6m8y4] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.text-muted[b-cl5no6m8y4] {
    font-weight: normal;
    margin-top: 0.25rem;
}

/* Responsive */
@media (max-width: 992px) {
    .account-layout[b-cl5no6m8y4] {
        flex-direction: column;
    }
    
    .security-option[b-cl5no6m8y4] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .security-option .btn[b-cl5no6m8y4] {
        align-self: flex-start;
    }
} 
/* _content/FirmwareDepot/Components/Pages/Account/Purchases.razor.rz.scp.css */
/* Account Container and Layout styles are inherited from Profile.razor.css */

/* Empty Purchases */
.empty-purchases[b-57v4e5acu3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.empty-icon[b-57v4e5acu3] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1.5rem;
}

.empty-purchases h2[b-57v4e5acu3] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.empty-purchases p[b-57v4e5acu3] {
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
    max-width: 500px;
}

/* Purchases Filters */
.purchases-filters[b-57v4e5acu3] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.search-box[b-57v4e5acu3] {
    flex: 1;
    position: relative;
}

.search-box input[b-57v4e5acu3] {
    padding-right: 2.5rem;
}

.search-box i[b-57v4e5acu3] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bs-secondary);
}

.filter-dropdown[b-57v4e5acu3] {
    width: 180px;
}

/* Purchases List */
.purchases-list[b-57v4e5acu3] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.purchase-card[b-57v4e5acu3] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.purchase-header[b-57v4e5acu3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.purchase-info[b-57v4e5acu3] {
    display: flex;
    gap: 2rem;
}

.order-number[b-57v4e5acu3], .order-date[b-57v4e5acu3] {
    display: flex;
    flex-direction: column;
}

.label[b-57v4e5acu3] {
    font-size: 0.85rem;
    color: var(--bs-secondary);
    margin-bottom: 0.25rem;
}

.value[b-57v4e5acu3] {
    font-weight: 500;
    color: var(--bs-dark);
}

.purchase-status .status-badge[b-57v4e5acu3] {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
}

.status-completed[b-57v4e5acu3] {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.status-processing[b-57v4e5acu3] {
    background-color: rgba(255, 193, 7, 0.1);
    color: #fd7e14;
}

.status-cancelled[b-57v4e5acu3] {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.purchase-items[b-57v4e5acu3] {
    padding: 1.25rem;
}

.purchase-item[b-57v4e5acu3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
}

.purchase-item:last-child[b-57v4e5acu3] {
    border-bottom: none;
}

.item-info h4[b-57v4e5acu3] {
    font-size: 1rem;
    margin: 0 0 0.25rem 0;
    color: var(--bs-dark);
}

.item-meta[b-57v4e5acu3] {
    display: flex;
    gap: 1rem;
    font-size: 0.85rem;
    color: var(--bs-secondary);
}

.item-price[b-57v4e5acu3] {
    font-weight: 500;
    color: var(--bs-dark);
}

.more-items[b-57v4e5acu3] {
    text-align: center;
    padding: 0.5rem;
    font-size: 0.9rem;
    color: var(--bs-secondary);
    background-color: #f8f9fa;
    border-radius: 4px;
    margin-top: 0.75rem;
}

.purchase-footer[b-57v4e5acu3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
}

.purchase-total[b-57v4e5acu3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.purchase-total .value[b-57v4e5acu3] {
    font-size: 1.1rem;
    color: var(--bs-primary);
}

.purchase-actions[b-57v4e5acu3] {
    display: flex;
    gap: 0.75rem;
}

/* No Results */
.no-results[b-57v4e5acu3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-top: 2rem;
}

.no-results i[b-57v4e5acu3] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.no-results h3[b-57v4e5acu3] {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--bs-dark);
}

.no-results p[b-57v4e5acu3] {
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .purchases-filters[b-57v4e5acu3] {
        flex-direction: column;
    }
    
    .filter-dropdown[b-57v4e5acu3] {
        width: 100%;
    }
    
    .purchase-header[b-57v4e5acu3] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .purchase-info[b-57v4e5acu3] {
        width: 100%;
        justify-content: space-between;
    }
    
    .purchase-footer[b-57v4e5acu3] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .purchase-actions[b-57v4e5acu3] {
        width: 100%;
        justify-content: flex-end;
    }
} 
/* _content/FirmwareDepot/Components/Pages/CartPage.razor.rz.scp.css */
/* Cart Container */
.cart-container[b-ovrnwqbc6p] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.cart-title[b-ovrnwqbc6p] {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--bs-dark);
}

/* Loading Container */
.loading-container[b-ovrnwqbc6p] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

/* Empty Cart */
.empty-cart[b-ovrnwqbc6p] {
    text-align: center;
    padding: 3rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
}

.empty-cart-icon[b-ovrnwqbc6p] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-cart h2[b-ovrnwqbc6p] {
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.empty-cart p[b-ovrnwqbc6p] {
    margin-bottom: 1.5rem;
    color: var(--bs-secondary);
}

/* Cart Layout */
.cart-layout[b-ovrnwqbc6p] {
    display: flex;
    gap: 2rem;
}

.cart-items[b-ovrnwqbc6p] {
    flex: 1;
}

.cart-summary[b-ovrnwqbc6p] {
    width: 350px;
    flex-shrink: 0;
}

/* Cart Item */
.cart-item[b-ovrnwqbc6p] {
    display: flex;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.item-image[b-ovrnwqbc6p] {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f8f9fa;
    flex-shrink: 0;
}

.item-image img[b-ovrnwqbc6p] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-image[b-ovrnwqbc6p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    color: #aaa;
}

.placeholder-image i[b-ovrnwqbc6p] {
    font-size: 2rem;
}

.item-details[b-ovrnwqbc6p] {
    flex: 1;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-info[b-ovrnwqbc6p] {
    margin-bottom: 1rem;
}

.item-name[b-ovrnwqbc6p] {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.item-name a[b-ovrnwqbc6p] {
    color: var(--bs-dark);
    text-decoration: none;
}

.item-name a:hover[b-ovrnwqbc6p] {
    color: var(--bs-primary);
}

.item-meta[b-ovrnwqbc6p] {
    color: var(--bs-secondary);
    font-size: 0.9rem;
}

.item-actions[b-ovrnwqbc6p] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.quantity-control[b-ovrnwqbc6p] {
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
}

.quantity-btn[b-ovrnwqbc6p] {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.quantity-btn:hover:not(:disabled)[b-ovrnwqbc6p] {
    background-color: #f8f9fa;
}

.quantity-btn:disabled[b-ovrnwqbc6p] {
    opacity: 0.5;
    cursor: not-allowed;
}

.quantity[b-ovrnwqbc6p] {
    width: 40px;
    text-align: center;
    font-weight: 500;
}

.remove-btn[b-ovrnwqbc6p] {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    color: var(--bs-secondary);
}

.remove-btn:hover[b-ovrnwqbc6p] {
    background-color: #f8d7da;
    color: #dc3545;
    border-color: #f5c2c7;
}

.item-price[b-ovrnwqbc6p] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.price[b-ovrnwqbc6p] {
    font-weight: 600;
    color: var(--bs-primary);
    font-size: 1.2rem;
}

.total-price[b-ovrnwqbc6p] {
    color: var(--bs-secondary);
    font-size: 0.9rem;
}

/* Summary Card */
.summary-card[b-ovrnwqbc6p], .promo-code-card[b-ovrnwqbc6p] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.summary-title[b-ovrnwqbc6p] {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--bs-dark);
}

.summary-items[b-ovrnwqbc6p] {
    margin-bottom: 1.5rem;
}

.summary-item[b-ovrnwqbc6p] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.item-label[b-ovrnwqbc6p] {
    color: var(--bs-secondary);
}

.item-value[b-ovrnwqbc6p] {
    font-weight: 500;
}

.summary-item.discount .item-value[b-ovrnwqbc6p] {
    color: #28a745;
}

.summary-total[b-ovrnwqbc6p] {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
    margin-bottom: 1.5rem;
}

.total-label[b-ovrnwqbc6p] {
    font-weight: 600;
    font-size: 1.1rem;
}

.total-value[b-ovrnwqbc6p] {
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--bs-primary);
}

.summary-actions[b-ovrnwqbc6p] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.continue-shopping[b-ovrnwqbc6p] {
    text-align: center;
    color: var(--bs-secondary);
    text-decoration: none;
}

.continue-shopping:hover[b-ovrnwqbc6p] {
    color: var(--bs-primary);
}

/* Promo Code */
.promo-code-card h4[b-ovrnwqbc6p] {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.promo-code-message[b-ovrnwqbc6p] {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.promo-code-message.success[b-ovrnwqbc6p] {
    color: #28a745;
}

.promo-code-message.error[b-ovrnwqbc6p] {
    color: #dc3545;
}

/* Responsive */
@media (max-width: 992px) {
    .cart-layout[b-ovrnwqbc6p] {
        flex-direction: column;
    }
    
    .cart-summary[b-ovrnwqbc6p] {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .cart-item[b-ovrnwqbc6p] {
        flex-direction: column;
    }
    
    .item-image[b-ovrnwqbc6p] {
        width: 100%;
        height: 200px;
        margin-bottom: 1rem;
    }
    
    .item-details[b-ovrnwqbc6p] {
        padding-left: 0;
    }
    
    .item-price[b-ovrnwqbc6p] {
        align-items: flex-start;
        margin-top: 1rem;
    }
} 
/* _content/FirmwareDepot/Components/Pages/Checkout.razor.rz.scp.css */
/* Checkout Container */
.checkout-container[b-bl7bm8jyf3] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.checkout-title[b-bl7bm8jyf3] {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--bs-dark);
}

/* Loading Container */
.loading-container[b-bl7bm8jyf3] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

/* Empty Checkout */
.empty-checkout[b-bl7bm8jyf3] {
    text-align: center;
    padding: 3rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
}

.empty-checkout-icon[b-bl7bm8jyf3] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-checkout h2[b-bl7bm8jyf3] {
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.empty-checkout p[b-bl7bm8jyf3] {
    margin-bottom: 1.5rem;
    color: var(--bs-secondary);
}

/* Checkout Layout */
.checkout-layout[b-bl7bm8jyf3] {
    display: flex;
    gap: 2rem;
}

.checkout-main[b-bl7bm8jyf3] {
    flex: 1;
}

.checkout-sidebar[b-bl7bm8jyf3] {
    width: 350px;
    flex-shrink: 0;
}

/* Checkout Sections */
.checkout-section[b-bl7bm8jyf3] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.section-title[b-bl7bm8jyf3] {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--bs-dark);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eee;
}

/* Form Styles */
.form-label[b-bl7bm8jyf3] {
    font-weight: 500;
    color: var(--bs-dark);
}

.form-control[b-bl7bm8jyf3], .form-select[b-bl7bm8jyf3] {
    padding: 0.75rem;
    border-color: #dee2e6;
}

.form-control:focus[b-bl7bm8jyf3], .form-select:focus[b-bl7bm8jyf3] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.validation-message[b-bl7bm8jyf3] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Payment Methods */
.payment-methods[b-bl7bm8jyf3] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.payment-method[b-bl7bm8jyf3] {
    flex: 1;
    min-width: 200px;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
}

.payment-method:hover[b-bl7bm8jyf3] {
    background-color: #f8f9fa;
}

.payment-method .form-check-input[b-bl7bm8jyf3] {
    margin-right: 0.75rem;
}

.payment-method .form-check-label[b-bl7bm8jyf3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    cursor: pointer;
}

.credit-card-form[b-bl7bm8jyf3] {
    margin-top: 1.5rem;
}

#card-element[b-bl7bm8jyf3] {
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    background-color: white;
}

/* Checkout Actions */
.checkout-actions[b-bl7bm8jyf3] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.checkout-actions .btn[b-bl7bm8jyf3] {
    padding: 0.75rem 1.5rem;
}

/* Order Summary */
.order-summary[b-bl7bm8jyf3] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.summary-title[b-bl7bm8jyf3] {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--bs-dark);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #dee2e6;
}

.summary-items[b-bl7bm8jyf3] {
    margin-bottom: 1.5rem;
}

.summary-item[b-bl7bm8jyf3] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.item-info[b-bl7bm8jyf3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.item-quantity[b-bl7bm8jyf3] {
    color: var(--bs-secondary);
}

.item-name[b-bl7bm8jyf3] {
    font-weight: 500;
}

.item-price[b-bl7bm8jyf3] {
    font-weight: 500;
}

.summary-totals[b-bl7bm8jyf3] {
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.summary-row[b-bl7bm8jyf3] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.row-label[b-bl7bm8jyf3] {
    color: var(--bs-secondary);
}

.row-value[b-bl7bm8jyf3] {
    font-weight: 500;
}

.summary-row.discount .row-value[b-bl7bm8jyf3] {
    color: #28a745;
}

.summary-row.total[b-bl7bm8jyf3] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.summary-row.total .row-label[b-bl7bm8jyf3] {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--bs-dark);
}

.summary-row.total .row-value[b-bl7bm8jyf3] {
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--bs-primary);
}

/* Secure Checkout */
.secure-checkout[b-bl7bm8jyf3] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.secure-icon[b-bl7bm8jyf3] {
    font-size: 2rem;
    color: #28a745;
}

.secure-text h4[b-bl7bm8jyf3] {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--bs-dark);
}

.secure-text p[b-bl7bm8jyf3] {
    font-size: 0.9rem;
    color: var(--bs-secondary);
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .checkout-layout[b-bl7bm8jyf3] {
        flex-direction: column;
    }
    
    .checkout-sidebar[b-bl7bm8jyf3] {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .checkout-actions[b-bl7bm8jyf3] {
        flex-direction: column;
    }
} 
/* _content/FirmwareDepot/Components/Pages/Contributor/ProductForm.razor.rz.scp.css */
.form-page[b-0r000cg9mj] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.page-header[b-0r000cg9mj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.loading-spinner[b-0r000cg9mj] {
    display: flex;
    justify-content: center;
    padding: 3rem;
}

.form-section[b-0r000cg9mj] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.form-section h2[b-0r000cg9mj] {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: var(--bs-dark);
}

.category-selection[b-0r000cg9mj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.compatible-devices[b-0r000cg9mj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.device-input[b-0r000cg9mj] {
    display: flex;
    gap: 0.5rem;
}

.form-actions[b-0r000cg9mj] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-page[b-0r000cg9mj] {
        padding: 1rem;
    }
    
    .category-selection[b-0r000cg9mj] {
        grid-template-columns: 1fr;
    }
    
    .form-actions[b-0r000cg9mj] {
        flex-direction: column;
    }
    
    .form-actions .btn[b-0r000cg9mj] {
        width: 100%;
    }
}
/* _content/FirmwareDepot/Components/Pages/Home.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-5n4aunm91y] {
    background-color: #f8f9fa;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 4rem 0;
    text-align: center;
    margin-bottom: 3rem;
    border-radius: 0.5rem;
}

.hero-content[b-5n4aunm91y] {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero-content h1[b-5n4aunm91y] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.hero-content p[b-5n4aunm91y] {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #555;
}

/* Section Headers */
.section-header[b-5n4aunm91y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.section-header h2[b-5n4aunm91y] {
    font-size: 1.8rem;
    color: #333;
    margin: 0;
}

.view-all[b-5n4aunm91y] {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.view-all:hover[b-5n4aunm91y] {
    text-decoration: underline;
}

/* Featured Categories */
.featured-categories[b-5n4aunm91y] {
    margin-bottom: 4rem;
}

.category-grid[b-5n4aunm91y] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

.category-card[b-5n4aunm91y] {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.category-card:hover[b-5n4aunm91y] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.category-card a[b-5n4aunm91y] {
    display: block;
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
}

.category-icon[b-5n4aunm91y] {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 1rem;
}

.category-card h3[b-5n4aunm91y] {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.category-card p[b-5n4aunm91y] {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
}

/* Featured Products */
.featured-products[b-5n4aunm91y] {
    margin-bottom: 4rem;
}

.product-grid[b-5n4aunm91y] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

.product-card[b-5n4aunm91y] {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.product-card:hover[b-5n4aunm91y] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-card a[b-5n4aunm91y] {
    display: block;
    text-decoration: none;
    color: inherit;
}

.product-image[b-5n4aunm91y] {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

.product-image img[b-5n4aunm91y] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-image[b-5n4aunm91y] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 3rem;
}

.product-info[b-5n4aunm91y] {
    padding: 1rem;
}

.product-info h3[b-5n4aunm91y] {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-meta[b-5n4aunm91y] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    color: #666;
}

.product-rating[b-5n4aunm91y] {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.stars[b-5n4aunm91y] {
    color: #ffc107;
    margin-right: 0.5rem;
}

.review-count[b-5n4aunm91y] {
    font-size: 0.85rem;
    color: #666;
}

.product-price[b-5n4aunm91y] {
    font-weight: 700;
    font-size: 1.2rem;
    color: #28a745;
}

/* How It Works */
.how-it-works[b-5n4aunm91y] {
    margin-bottom: 4rem;
}

.steps-container[b-5n4aunm91y] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.step[b-5n4aunm91y] {
    padding: 1.5rem;
}

.step-icon[b-5n4aunm91y] {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 1rem;
}

.step h3[b-5n4aunm91y] {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.step p[b-5n4aunm91y] {
    color: #666;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-content h1[b-5n4aunm91y] {
        font-size: 2rem;
    }
    
    .hero-content p[b-5n4aunm91y] {
        font-size: 1rem;
    }
    
    .section-header h2[b-5n4aunm91y] {
        font-size: 1.5rem;
    }
    
    .steps-container[b-5n4aunm91y] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
} 
/* _content/FirmwareDepot/Components/Pages/OrderConfirmation.razor.rz.scp.css */
/* Confirmation Container */
.confirmation-container[b-lr8x7lotsw] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Loading and Error States */
.loading-container[b-lr8x7lotsw], .error-container[b-lr8x7lotsw] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.error-container .alert[b-lr8x7lotsw] {
    max-width: 600px;
}

/* Confirmation Header */
.confirmation-header[b-lr8x7lotsw] {
    text-align: center;
    margin-bottom: 3rem;
}

.success-icon[b-lr8x7lotsw] {
    font-size: 4rem;
    color: #28a745;
    margin-bottom: 1rem;
}

.confirmation-header h1[b-lr8x7lotsw] {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.confirmation-message[b-lr8x7lotsw] {
    font-size: 1.1rem;
    color: var(--bs-secondary);
}

/* Order Details */
.order-details[b-lr8x7lotsw] {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
}

.order-info[b-lr8x7lotsw], .shipping-info[b-lr8x7lotsw] {
    flex: 1;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
}

.order-details h2[b-lr8x7lotsw] {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--bs-dark);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #dee2e6;
}

.info-grid[b-lr8x7lotsw] {
    display: grid;
    gap: 1rem;
}

.info-item[b-lr8x7lotsw] {
    display: flex;
    flex-direction: column;
}

.info-label[b-lr8x7lotsw] {
    color: var(--bs-secondary);
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.info-value[b-lr8x7lotsw] {
    font-weight: 500;
}

.status-completed[b-lr8x7lotsw] {
    color: #28a745;
}

.status-processing[b-lr8x7lotsw] {
    color: #fd7e14;
}

.status-cancelled[b-lr8x7lotsw] {
    color: #dc3545;
}

.shipping-info address[b-lr8x7lotsw] {
    line-height: 1.6;
    margin-bottom: 0;
}

.shipping-info address a[b-lr8x7lotsw] {
    color: var(--bs-primary);
    text-decoration: none;
}

.shipping-info address a:hover[b-lr8x7lotsw] {
    text-decoration: underline;
}

/* Order Summary */
.order-summary[b-lr8x7lotsw] {
    margin-bottom: 3rem;
}

.order-summary h2[b-lr8x7lotsw] {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--bs-dark);
}

.order-items[b-lr8x7lotsw] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.table[b-lr8x7lotsw] {
    margin-bottom: 0;
}

.table th[b-lr8x7lotsw] {
    background-color: #f8f9fa;
    font-weight: 600;
    color: var(--bs-dark);
}

.table td[b-lr8x7lotsw], .table th[b-lr8x7lotsw] {
    padding: 1rem;
    vertical-align: middle;
}

.product-info[b-lr8x7lotsw] {
    display: flex;
    flex-direction: column;
}

.product-info a[b-lr8x7lotsw] {
    color: var(--bs-dark);
    text-decoration: none;
    font-weight: 500;
}

.product-info a:hover[b-lr8x7lotsw] {
    color: var(--bs-primary);
}

.product-info .developer[b-lr8x7lotsw] {
    color: var(--bs-secondary);
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.table tfoot tr[b-lr8x7lotsw] {
    background-color: #f8f9fa;
}

.table tfoot td[b-lr8x7lotsw] {
    font-weight: 500;
}

.total-row[b-lr8x7lotsw] {
    font-weight: 600;
}

.total-row td[b-lr8x7lotsw] {
    color: var(--bs-primary);
    font-size: 1.1rem;
}

/* Confirmation Actions */
.confirmation-actions[b-lr8x7lotsw] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
}

/* Support Info */
.support-info[b-lr8x7lotsw] {
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 2rem;
}

.support-info h3[b-lr8x7lotsw] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.support-info p[b-lr8x7lotsw] {
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .order-details[b-lr8x7lotsw] {
        flex-direction: column;
    }
    
    .confirmation-actions[b-lr8x7lotsw] {
        flex-direction: column;
    }
} 
/* _content/FirmwareDepot/Components/Pages/ProductDetail.razor.rz.scp.css */
/* Product Detail Container */
.product-detail-container[b-crxuqpnx7j] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Loading and Error States */
.loading-container[b-crxuqpnx7j], .error-container[b-crxuqpnx7j] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.error-container .alert[b-crxuqpnx7j] {
    max-width: 600px;
}

/* Breadcrumb Navigation */
.breadcrumb-nav[b-crxuqpnx7j] {
    margin-bottom: 2rem;
}

.breadcrumb[b-crxuqpnx7j] {
    padding: 0.5rem 0;
}

.breadcrumb-item a[b-crxuqpnx7j] {
    color: var(--bs-primary);
    text-decoration: none;
}

.breadcrumb-item.active[b-crxuqpnx7j] {
    color: var(--bs-secondary);
}

/* Product Main Section */
.product-main[b-crxuqpnx7j] {
    display: flex;
    gap: 2rem;
}

/* Product Gallery */
.product-gallery[b-crxuqpnx7j] {
    flex: 1;
    max-width: 500px;
}

.main-image[b-crxuqpnx7j] {
    width: 100%;
    height: 400px;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-image img[b-crxuqpnx7j] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.placeholder-image[b-crxuqpnx7j] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    color: #aaa;
}

.placeholder-image i[b-crxuqpnx7j] {
    font-size: 4rem;
}

.image-thumbnails[b-crxuqpnx7j] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.thumbnail[b-crxuqpnx7j] {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}

.thumbnail.active[b-crxuqpnx7j] {
    border-color: var(--bs-primary);
}

.thumbnail img[b-crxuqpnx7j] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-thumbnail[b-crxuqpnx7j] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    color: #aaa;
}

.placeholder-thumbnail i[b-crxuqpnx7j] {
    font-size: 1.5rem;
}

/* Product Info */
.product-info[b-crxuqpnx7j] {
    flex: 1;
}

.product-title[b-crxuqpnx7j] {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.product-meta[b-crxuqpnx7j] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    color: var(--bs-secondary);
}

.product-meta .categories[b-crxuqpnx7j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: var(--bs-secondary);
}

.product-meta .categories a[b-crxuqpnx7j] {
    color: var(--bs-primary);
    text-decoration: none;
}

.product-meta .categories a:hover[b-crxuqpnx7j] {
    text-decoration: underline;
}

.product-rating[b-crxuqpnx7j] {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.stars[b-crxuqpnx7j] {
    display: flex;
    color: #ffc107;
    margin-right: 0.5rem;
}

.rating-value[b-crxuqpnx7j] {
    font-weight: 600;
    margin-right: 0.5rem;
}

.review-count[b-crxuqpnx7j] {
    color: var(--bs-secondary);
    text-decoration: none;
}

.review-count:hover[b-crxuqpnx7j] {
    text-decoration: underline;
}

.product-price[b-crxuqpnx7j] {
    margin-bottom: 1.5rem;
}

.price[b-crxuqpnx7j] {
    font-size: 2rem;
    font-weight: 600;
    color: var(--bs-primary);
}

.product-actions[b-crxuqpnx7j] {
    margin-bottom: 2rem;
}

.product-description[b-crxuqpnx7j] {
    margin-top: 2rem;
}

.product-description h3[b-crxuqpnx7j] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.description-content[b-crxuqpnx7j] {
    color: var(--bs-secondary);
    line-height: 1.6;
}

/* Product Details Tabs */
.product-details[b-crxuqpnx7j] {
    margin-bottom: 3rem;
}

.nav-tabs[b-crxuqpnx7j] {
    margin-bottom: 1.5rem;
}

.nav-tabs .nav-link[b-crxuqpnx7j] {
    color: var(--bs-secondary);
    font-weight: 500;
}

.nav-tabs .nav-link.active[b-crxuqpnx7j] {
    color: var(--bs-primary);
    font-weight: 600;
}

.tab-content[b-crxuqpnx7j] {
    padding: 1rem 0;
}

.tab-pane h3[b-crxuqpnx7j] {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--bs-dark);
}

/* Specifications Tab */
.specs-content table[b-crxuqpnx7j] {
    margin-bottom: 0;
}

.specs-content th[b-crxuqpnx7j] {
    width: 30%;
}

/* Compatibility Tab */
.compatible-devices-list[b-crxuqpnx7j] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.compatible-devices-list li[b-crxuqpnx7j] {
    padding: 0.75rem 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    color: var(--bs-secondary);
}

/* Reviews Tab */
.reviews-summary[b-crxuqpnx7j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.average-rating[b-crxuqpnx7j] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rating-number[b-crxuqpnx7j] {
    font-size: 3rem;
    font-weight: 600;
    color: var(--bs-dark);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.total-reviews[b-crxuqpnx7j] {
    color: var(--bs-secondary);
    font-size: 0.9rem;
}

.review-form-container[b-crxuqpnx7j] {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.review-form-container h4[b-crxuqpnx7j] {
    margin-bottom: 1.5rem;
    color: var(--bs-dark);
}

.rating-input[b-crxuqpnx7j] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.star[b-crxuqpnx7j] {
    cursor: pointer;
    font-size: 1.5rem;
    color: #dee2e6;
}

.star.selected[b-crxuqpnx7j] {
    color: #ffc107;
}

.reviews-list[b-crxuqpnx7j] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.review-item[b-crxuqpnx7j] {
    padding: 1.5rem;
    border-radius: 8px;
    background-color: #f8f9fa;
}

.review-header[b-crxuqpnx7j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.review-rating[b-crxuqpnx7j] {
    display: flex;
    color: #ffc107;
}

.review-title[b-crxuqpnx7j] {
    font-weight: 600;
    color: var(--bs-dark);
}

.review-meta[b-crxuqpnx7j] {
    display: flex;
    gap: 0.5rem;
    color: var(--bs-secondary);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.review-content[b-crxuqpnx7j] {
    color: var(--bs-secondary);
    line-height: 1.6;
}

.no-reviews[b-crxuqpnx7j] {
    text-align: center;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    color: var(--bs-secondary);
}

/* Related Products */
.related-products[b-crxuqpnx7j] {
    margin-top: 3rem;
}

.related-products h3[b-crxuqpnx7j] {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--bs-dark);
}

.related-products .products-grid[b-crxuqpnx7j] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}

.related-products .product-card[b-crxuqpnx7j] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: white;
}

.related-products .product-card:hover[b-crxuqpnx7j] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.related-products .product-card a[b-crxuqpnx7j] {
    text-decoration: none;
    color: inherit;
}

.related-products .product-image[b-crxuqpnx7j] {
    height: 180px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.related-products .product-image img[b-crxuqpnx7j] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-products .product-info[b-crxuqpnx7j] {
    padding: 1rem;
}

.related-products .product-info h3[b-crxuqpnx7j] {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--bs-dark);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.5rem;
}

.related-products .product-meta[b-crxuqpnx7j] {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}

.related-products .product-price[b-crxuqpnx7j] {
    font-weight: 600;
    color: var(--bs-primary);
    font-size: 1.1rem;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .product-main[b-crxuqpnx7j] {
        flex-direction: column;
    }
    
    .product-gallery[b-crxuqpnx7j] {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .reviews-summary[b-crxuqpnx7j] {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
    }
    
    .related-products .products-grid[b-crxuqpnx7j] {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}
/* _content/FirmwareDepot/Components/Pages/Products.razor.rz.scp.css */
/* Products Container */
.products-container[b-ueqxw8aw7t] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.products-header[b-ueqxw8aw7t] {
    margin-bottom: 2rem;
    text-align: center;
}

.products-header h1[b-ueqxw8aw7t] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--bs-primary);
}

.products-header p[b-ueqxw8aw7t] {
    color: var(--bs-secondary);
    max-width: 800px;
    margin: 0 auto;
}

/* Layout */
.products-layout[b-ueqxw8aw7t] {
    display: flex;
    gap: 2rem;
}

/* Filters Sidebar */
.filters-sidebar[b-ueqxw8aw7t] {
    width: 250px;
    flex-shrink: 0;
}

.filter-section[b-ueqxw8aw7t] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.filter-section h3[b-ueqxw8aw7t] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.category-list[b-ueqxw8aw7t], .subcategory-list[b-ueqxw8aw7t] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li[b-ueqxw8aw7t] {
    margin-bottom: 0.5rem;
}

.category-list a[b-ueqxw8aw7t] {
    display: block;
    padding: 0.5rem 0;
    color: var(--bs-dark);
    text-decoration: none;
    transition: color 0.2s;
}

.category-list a:hover[b-ueqxw8aw7t], .category-list a.active[b-ueqxw8aw7t] {
    color: var(--bs-primary);
    font-weight: 500;
}

.subcategory-list[b-ueqxw8aw7t] {
    margin-left: 1rem;
    margin-top: 0.5rem;
}

.subcategory-list a[b-ueqxw8aw7t] {
    padding: 0.3rem 0;
    font-size: 0.9rem;
}

.sort-options[b-ueqxw8aw7t] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-check[b-ueqxw8aw7t] {
    display: flex;
    align-items: center;
}

.form-check-input[b-ueqxw8aw7t] {
    margin-right: 0.5rem;
}

/* Products Grid */
.products-grid[b-ueqxw8aw7t] {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}

.product-card[b-ueqxw8aw7t] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: white;
}

.product-card:hover[b-ueqxw8aw7t] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-card a[b-ueqxw8aw7t] {
    text-decoration: none;
    color: inherit;
}

.product-image[b-ueqxw8aw7t] {
    height: 180px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-image img[b-ueqxw8aw7t] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-image[b-ueqxw8aw7t] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    color: #aaa;
}

.placeholder-image i[b-ueqxw8aw7t] {
    font-size: 2rem;
}

.product-info[b-ueqxw8aw7t] {
    padding: 1rem;
}

.product-info h3[b-ueqxw8aw7t] {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--bs-dark);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.5rem;
}

.product-meta[b-ueqxw8aw7t] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    color: var(--bs-secondary);
}

.product-meta span[b-ueqxw8aw7t] {
    display: inline-block;
}

.product-meta .developer[b-ueqxw8aw7t]::after {
    content: "•";
    margin-left: 0.5rem;
}

.product-rating[b-ueqxw8aw7t] {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.stars[b-ueqxw8aw7t] {
    display: flex;
    color: #ffc107;
    margin-right: 0.5rem;
}

.review-count[b-ueqxw8aw7t] {
    font-size: 0.8rem;
    color: var(--bs-secondary);
}

.product-price[b-ueqxw8aw7t] {
    font-weight: 600;
    color: var(--bs-primary);
    font-size: 1.1rem;
}

/* No Products */
.no-products[b-ueqxw8aw7t] {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.no-products i[b-ueqxw8aw7t] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.no-products h3[b-ueqxw8aw7t] {
    margin-bottom: 0.5rem;
    color: var(--bs-dark);
}

.no-products p[b-ueqxw8aw7t] {
    color: var(--bs-secondary);
}

/* Responsive */
@media (max-width: 768px) {
    .products-layout[b-ueqxw8aw7t] {
        flex-direction: column;
    }
    
    .filters-sidebar[b-ueqxw8aw7t] {
        width: 100%;
        margin-bottom: 2rem;
    }
    
    .products-grid[b-ueqxw8aw7t] {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
} 
/* _content/FirmwareDepot/Components/Pages/Support.razor.rz.scp.css */
.support-container[b-xqiy4q1rc5] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.support-header[b-xqiy4q1rc5] {
    text-align: center;
    margin-bottom: 3rem;
}

.support-header h1[b-xqiy4q1rc5] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.support-header .lead[b-xqiy4q1rc5] {
    font-size: 1.25rem;
    color: var(--bs-secondary);
    max-width: 800px;
    margin: 0 auto;
}

/* Support Layout */
.support-layout[b-xqiy4q1rc5] {
    display: flex;
    gap: 2rem;
}

.support-main[b-xqiy4q1rc5] {
    flex: 1;
}

.support-sidebar[b-xqiy4q1rc5] {
    width: 300px;
    flex-shrink: 0;
}

/* Contact Section */
.contact-section[b-xqiy4q1rc5] {
    margin-bottom: 3rem;
}

.contact-section h2[b-xqiy4q1rc5] {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--bs-primary);
}

.contact-methods[b-xqiy4q1rc5] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
}

.contact-method[b-xqiy4q1rc5] {
    flex: 1;
    min-width: 250px;
    display: flex;
    align-items: flex-start;
    padding: 1.5rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.method-icon[b-xqiy4q1rc5] {
    font-size: 2rem;
    color: var(--bs-primary);
    margin-right: 1rem;
    flex-shrink: 0;
}

.method-details h3[b-xqiy4q1rc5] {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--bs-dark);
}

.method-details p[b-xqiy4q1rc5] {
    color: var(--bs-secondary);
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.method-details a[b-xqiy4q1rc5] {
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: 500;
}

.method-details a:hover[b-xqiy4q1rc5] {
    text-decoration: underline;
}

/* Contact Form Section */
.contact-form-section[b-xqiy4q1rc5] {
    margin-bottom: 3rem;
    background-color: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-form-section h2[b-xqiy4q1rc5] {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--bs-primary);
}

.form-label[b-xqiy4q1rc5] {
    font-weight: 500;
    color: var(--bs-dark);
}

.form-control[b-xqiy4q1rc5] {
    padding: 0.75rem;
    border-color: #ddd;
}

.form-control:focus[b-xqiy4q1rc5] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.validation-message[b-xqiy4q1rc5] {
    color: var(--bs-danger);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* FAQ Section */
.faq-section[b-xqiy4q1rc5] {
    margin-bottom: 3rem;
}

.faq-section h2[b-xqiy4q1rc5] {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--bs-primary);
}

.accordion-item[b-xqiy4q1rc5] {
    margin-bottom: 1rem;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.accordion-button[b-xqiy4q1rc5] {
    font-weight: 500;
    padding: 1.25rem;
    background-color: white;
    color: var(--bs-dark);
}

.accordion-button:not(.collapsed)[b-xqiy4q1rc5] {
    background-color: var(--bs-primary);
    color: white;
}

.accordion-button:focus[b-xqiy4q1rc5] {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button[b-xqiy4q1rc5]::after {
    background-size: 1.25rem;
}

.accordion-body[b-xqiy4q1rc5] {
    padding: 1.5rem;
    background-color: white;
}

.accordion-body p[b-xqiy4q1rc5], .accordion-body ul[b-xqiy4q1rc5], .accordion-body ol[b-xqiy4q1rc5] {
    margin-bottom: 1rem;
}

.accordion-body ul[b-xqiy4q1rc5], .accordion-body ol[b-xqiy4q1rc5] {
    padding-left: 1.5rem;
}

.accordion-body li[b-xqiy4q1rc5] {
    margin-bottom: 0.5rem;
}

/* Resources Section */
.resources-section[b-xqiy4q1rc5] {
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.resources-section h3[b-xqiy4q1rc5] {
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
    color: var(--bs-dark);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eee;
}

.resources-list[b-xqiy4q1rc5] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resources-list li[b-xqiy4q1rc5] {
    margin-bottom: 0.75rem;
}

.resources-list a[b-xqiy4q1rc5] {
    display: flex;
    align-items: center;
    color: var(--bs-dark);
    text-decoration: none;
    padding: 0.5rem 0;
    transition: color 0.2s;
}

.resources-list a:hover[b-xqiy4q1rc5] {
    color: var(--bs-primary);
}

.resources-list i[b-xqiy4q1rc5] {
    font-size: 1.25rem;
    margin-right: 0.75rem;
    color: var(--bs-primary);
}

/* Business Hours */
.business-hours[b-xqiy4q1rc5] {
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.business-hours h3[b-xqiy4q1rc5] {
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
    color: var(--bs-dark);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eee;
}

.hours-list[b-xqiy4q1rc5] {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.hours-list li[b-xqiy4q1rc5] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed #eee;
}

.hours-list li:last-child[b-xqiy4q1rc5] {
    border-bottom: none;
}

.day[b-xqiy4q1rc5] {
    font-weight: 500;
    color: var(--bs-dark);
}

.hours[b-xqiy4q1rc5] {
    color: var(--bs-secondary);
}

.note[b-xqiy4q1rc5] {
    font-size: 0.85rem;
    color: var(--bs-secondary);
    font-style: italic;
}

/* Responsive */
@media (max-width: 992px) {
    .support-layout[b-xqiy4q1rc5] {
        flex-direction: column;
    }
    
    .support-sidebar[b-xqiy4q1rc5] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .contact-method[b-xqiy4q1rc5] {
        min-width: 100%;
    }
    
    .support-header h1[b-xqiy4q1rc5] {
        font-size: 2rem;
    }
    
    .support-header .lead[b-xqiy4q1rc5] {
        font-size: 1.1rem;
    }
    
    .contact-section h2[b-xqiy4q1rc5], .contact-form-section h2[b-xqiy4q1rc5], .faq-section h2[b-xqiy4q1rc5] {
        font-size: 1.5rem;
    }
} 
/* _content/FirmwareDepot/Components/Shared/SearchInput.razor.rz.scp.css */
/* SearchInput styles migrated from MainLayout.razor.css */
.search-area[b-gmem8vqzop] {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}
.search-form[b-gmem8vqzop] {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}
.search-form input[type="text"][b-gmem8vqzop] {
    flex: 1 1 100%;
    border-radius: 0.375rem 0 0 0.375rem;
    border: 1px solid #ced4da;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    height: 2.5rem;
    box-shadow: none;
}
.search-form button[b-gmem8vqzop] {
    border-radius: 0 0.375rem 0.375rem 0;
    border: 1px solid #ced4da;
    border-left: none;
    background: #007bff;
    color: #fff;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    height: 2.5rem;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-form button:hover[b-gmem8vqzop] {
    background: #0056b3;
}
.search-area.mt-3[b-gmem8vqzop] {
    margin-top: 0 !important;
}
