/* /Components/AmazonAffiliateProducts.razor.rz.scp.css */
.amazon-affiliate-products[b-he2vyuevxu] {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.products-header[b-he2vyuevxu] {
    margin-bottom: 1.5rem;
    text-align: center;
}

    .products-header h3[b-he2vyuevxu] {
        font-size: 1.75rem;
        font-weight: 600;
        color: #232f3e;
        margin-bottom: 0.5rem;
    }

    .products-header .description[b-he2vyuevxu] {
        color: #666;
        font-size: 0.95rem;
    }

.products-grid[b-he2vyuevxu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.product-card[b-he2vyuevxu] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

    .product-card:hover[b-he2vyuevxu] {
        transform: translateY(-4px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }

    .product-card a[b-he2vyuevxu] {
        text-decoration: none;
        color: inherit;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

.product-image[b-he2vyuevxu] {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

    .product-image img[b-he2vyuevxu] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 1rem;
    }

.product-details[b-he2vyuevxu] {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title[b-he2vyuevxu] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #232f3e;
    margin: 0 0 0.75rem 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8rem;
}

.product-description[b-he2vyuevxu] {
    font-size: 0.85rem;
    color: #565959;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-price[b-he2vyuevxu] {
    margin-bottom: 1rem;
}

.price[b-he2vyuevxu] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #b12704;
}

.view-on-amazon[b-he2vyuevxu] {
    width: 100%;
    padding: 0.75rem;
    background: #ff9900;
    color: #232f3e;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: auto;
}

    .view-on-amazon:hover[b-he2vyuevxu] {
        background: #fa8900;
    }

    .view-on-amazon svg[b-he2vyuevxu] {
        width: 16px;
        height: 16px;
    }

.affiliate-disclosure[b-he2vyuevxu] {
    display: block;
    padding: 0.5rem 1rem;
    text-align: center;
    color: #666;
    font-size: 0.7rem;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
    .products-grid[b-he2vyuevxu] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1rem;
    }
}

.amazon-affiliate-products[b-he2vyuevxu] {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.products-header[b-he2vyuevxu] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.products-header h3[b-he2vyuevxu] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #232f3e;
    margin-bottom: 0.5rem;
}

.products-header .description[b-he2vyuevxu] {
    color: #666;
    font-size: 0.95rem;
}

.products-grid[b-he2vyuevxu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.product-card[b-he2vyuevxu] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.product-card:hover[b-he2vyuevxu] {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.product-card a[b-he2vyuevxu] {
    text-decoration: none;
    color: inherit;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-image[b-he2vyuevxu] {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

.product-image img[b-he2vyuevxu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;       
    object-fit: contain;
    padding: 1rem;
}

.product-details[b-he2vyuevxu] {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title[b-he2vyuevxu] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #232f3e;
    margin: 0 0 0.75rem 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8rem;
}

.product-description[b-he2vyuevxu] {
    font-size: 0.85rem;
    color: #565959;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-price[b-he2vyuevxu] {
    margin-bottom: 1rem;
}

.price[b-he2vyuevxu] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #b12704;
}

.view-on-amazon[b-he2vyuevxu] {
    width: 100%;
    padding: 0.75rem;
    background: #ff9900;
    color: #232f3e;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: auto;
}

.view-on-amazon:hover[b-he2vyuevxu] {
    background: #fa8900;
}

.view-on-amazon svg[b-he2vyuevxu] {
    width: 16px;
    height: 16px;
}

.affiliate-disclosure[b-he2vyuevxu] {
    display: block;
    padding: 0.5rem 1rem;
    text-align: center;
    color: #666;
    font-size: 0.7rem;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
    .products-grid[b-he2vyuevxu] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-kxlode8pjo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kxlode8pjo] {
    flex: 1;
}

.sidebar[b-kxlode8pjo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kxlode8pjo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kxlode8pjo]  a, .top-row .btn-link[b-kxlode8pjo] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-kxlode8pjo] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-kxlode8pjo] {
        display: none;
    }

    .top-row.auth[b-kxlode8pjo] {
        justify-content: space-between;
    }

    .top-row a[b-kxlode8pjo], .top-row .btn-link[b-kxlode8pjo] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kxlode8pjo] {
        flex-direction: row;
    }

    .sidebar[b-kxlode8pjo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kxlode8pjo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-kxlode8pjo], article[b-kxlode8pjo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* .oi-nav rules moved to site.css � BEM names need no CSS isolation scope. */
