/* /Components/BookCard.razor.rz.scp.css */
.book-shadow[b-ll5c883q90] {
    filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.15)) drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
}

.sm-icon[b-ll5c883q90] {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.sticky-top[b-re9i4bimiq] {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

.cart-overlay[b-re9i4bimiq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-overlay.is-visible[b-re9i4bimiq] {
    opacity: 1;
    pointer-events: auto;
}

.cart-drawer[b-re9i4bimiq] {
    position: fixed;
    top: 0;
    right: -420px;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    z-index: 1050;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-drawer.is-open[b-re9i4bimiq] {
    transform: translateX(-420px);
    pointer-events: auto;
}

.cart-badge[b-re9i4bimiq] {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #1A1A1A;
    color: #FFF;
    font-size: 0.62rem;
    font-weight: 700;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.xx-small[b-re9i4bimiq] {
    font-size: 0.68rem;
}

.border-bottom-dashed[b-re9i4bimiq] {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}

.quantity-picker[b-re9i4bimiq] {
    padding: 2px 4px;
}

.quantity-picker button[b-re9i4bimiq] {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
}

.quantity-picker button:hover[b-re9i4bimiq] {
    background-color: rgba(0,0,0,0.05);
    border-radius: 50%;
}

.custom-site-footer[b-re9i4bimiq] {
    width: 100%;
    position: relative;
    z-index: 10;
    background-color: #1A1A1A !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 3rem 0 2rem 0;
}

.footer-content-section[b-re9i4bimiq] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.footer-brand-title[b-re9i4bimiq] {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFFFFF !important;
}

.footer-desc[b-re9i4bimiq] {
    font-size: 0.8rem;
    line-height: 1.6;
    max-width: 360px;
    color: #A0AEC0 !important;
}

.footer-contact-link[b-re9i4bimiq] {
    text-decoration: none;
    font-size: 0.8rem;
    color: #A0AEC0 !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
}

.footer-contact-link:hover[b-re9i4bimiq] {
    color: #FFFFFF !important;
}

.footer-section-heading[b-re9i4bimiq] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #FFFFFF !important;
}

.footer-nav-link[b-re9i4bimiq] {
    text-decoration: none;
    font-size: 0.8rem;
    color: #A0AEC0 !important;
    transition: color 0.2s ease;
}

.footer-nav-link:hover[b-re9i4bimiq] {
    color: #FFFFFF !important;
}

.footer-meta-item[b-re9i4bimiq] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #FFFFFF !important;
}

.footer-copyright-section[b-re9i4bimiq] {
    color: #718096 !important;
}

.footer-copyright[b-re9i4bimiq] {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.btn-back-to-top[b-re9i4bimiq] {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background-color: #1A1A1A;
    color: #FFFFFF;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1010;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-back-to-top:hover[b-re9i4bimiq] {
    background-color: #333333;
    transform: translateY(-2px);
}

.btn-back-to-top:active[b-re9i4bimiq] {
    transform: translateY(0);
}

.scroll-container[b-re9i4bimiq] {
    scroll-behavior: smooth;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jjpt8girz1],
.components-reconnect-repeated-attempt-visible[b-jjpt8girz1],
.components-reconnect-failed-visible[b-jjpt8girz1],
.components-pause-visible[b-jjpt8girz1],
.components-resume-failed-visible[b-jjpt8girz1],
.components-rejoining-animation[b-jjpt8girz1] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jjpt8girz1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jjpt8girz1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jjpt8girz1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jjpt8girz1],
#components-reconnect-modal.components-reconnect-retrying[b-jjpt8girz1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jjpt8girz1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jjpt8girz1],
#components-reconnect-modal.components-reconnect-failed[b-jjpt8girz1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jjpt8girz1] {
    display: block;
}


#components-reconnect-modal[b-jjpt8girz1] {
    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-jjpt8girz1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jjpt8girz1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jjpt8girz1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jjpt8girz1]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jjpt8girz1 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jjpt8girz1 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jjpt8girz1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jjpt8girz1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jjpt8girz1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jjpt8girz1] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jjpt8girz1] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jjpt8girz1] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jjpt8girz1] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jjpt8girz1] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jjpt8girz1] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jjpt8girz1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jjpt8girz1] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jjpt8girz1 {
    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/Error.razor.rz.scp.css */
.artistic-error-container[b-p95kb0oynq] {
    background-color: #ffffff;
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 5rem 0;
}

.editorial-headline[b-p95kb0oynq] {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #111111;
}

.body-manifesto-text[b-p95kb0oynq] {
    font-size: 1.1rem;
    max-width: 400px;
    line-height: 1.7;
}

.meta-tag[b-p95kb0oynq] {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: #dc3545; /* Subtle red for system status */
}

.btn-outline-dark[b-p95kb0oynq] {
    border: 1px solid #111;
    transition: all 0.3s ease;
}

    .btn-outline-dark:hover[b-p95kb0oynq] {
        background-color: #111;
        color: #fff;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
/* Expanding Search Input Controls */
.search-input-container[b-p7ct7lpnqu] {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}

    .search-input-container.is-active[b-p7ct7lpnqu] {
        max-width: 280px;
        opacity: 1;
    }

.custom-search-field[b-p7ct7lpnqu] {
    font-size: 0.8rem;
    height: 32px;
    box-shadow: none !important;
}

/* Structural Layout Typography */
.branding-logo[b-p7ct7lpnqu] {
    font-size: 1.1rem;
    letter-spacing: -0.5px;
}

.text-hero-wrapper[b-p7ct7lpnqu] {
    margin-top: 5rem;
    margin-bottom: 3.5rem;
}

.master-headline[b-p7ct7lpnqu] {
    letter-spacing: -1.5px;
    font-weight: 400;
    line-height: 1.15;
}

.sub-headline[b-p7ct7lpnqu] {
    max-width: 520px;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.6;
}

/* Filtering Dropdown Drawer Settings */
.filter-dropdown-panel[b-p7ct7lpnqu] {
    border-radius: 12px;
}

.panel-section-heading[b-p7ct7lpnqu] {
    letter-spacing: 0.5px;
    font-size: 0.7rem;
}

.reset-link-btn[b-p7ct7lpnqu] {
    font-size: 0.7rem;
}

/* Custom Minimal Separator Rule Layout */
.custom-milled-line[b-p7ct7lpnqu] {
    height: 35px;
    margin-top: 5px;
    margin-bottom: 25px;
    z-index: 0;
    pointer-events: none;
}

.center-bloom-shadow[b-p7ct7lpnqu] {
    bottom: 15px;
    width: 55%;
    height: 50px;
    background: radial-gradient(ellipse at bottom, rgba(20, 20, 20, 0.07) 0%, rgba(40, 40, 40, 0.02) 60%, rgba(255, 255, 255, 0) 100%);
    filter: blur(10px);
}

.core-horizontal-rule[b-p7ct7lpnqu] {
    bottom: 15px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0) 100%);
}

/* View Engine Layout Presentation Variants: Grid Cards */
.book-grid-card[b-p7ct7lpnqu] {
    background-color: #F1F1F1;
    border-radius: 12px;
    min-height: 380px;
}

.badge-new-arrival[b-p7ct7lpnqu] {
    background-color: #E63946;
    font-size: 0.75rem;
}

.book-spine-fallback[b-p7ct7lpnqu] {
    width: 130px;
    height: 185px;
    font-size: 0.65rem;
    letter-spacing: 1px;
    border-radius: 2px;
}

.product-card-title[b-p7ct7lpnqu] {
    font-size: 0.95rem;
    font-weight: 500;
}

/* View Engine Layout Presentation Variants: List Rows */
.list-row-item[b-p7ct7lpnqu] {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    transition: background-color 0.2s ease;
}

    .list-row-item:hover[b-p7ct7lpnqu] {
        background-color: rgba(0,0,0,0.01);
    }

.structural-list-left[b-p7ct7lpnqu] {
    flex: 2;
}

.list-item-title[b-p7ct7lpnqu] {
    font-size: 0.95rem;
    min-width: 260px;
}

.list-item-author[b-p7ct7lpnqu] {
    min-width: 160px;
}

.list-item-tag[b-p7ct7lpnqu] {
    font-size: 0.65rem;
}

.list-new-badge[b-p7ct7lpnqu] {
    font-size: 0.65rem;
}

.list-item-price[b-p7ct7lpnqu] {
    font-size: 0.9rem;
    min-width: 80px;
    text-align: right;
}

/* Enable native smooth scrolling page-wide */
html[b-p7ct7lpnqu] {
    scroll-behavior: smooth;
}

/* Back to Top Icon Layout Presentation */
.back-to-top-btn[b-p7ct7lpnqu] {
    position: fixed !important;
    bottom: 32px;
    right: 32px;
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    text-decoration: none !important;
    /* Dual-tone contrast visibility profile */
    background-color: #ffffff !important;
    color: #1a1a1a !important;
    border: 2px solid #1a1a1a !important;
    box-shadow: 0 0 0 2px #ffffff, 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    z-index: 2147483647 !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

    .back-to-top-btn:hover[b-p7ct7lpnqu] {
        transform: translateY(-4px);
        background-color: #1a1a1a !important;
        color: #ffffff !important;
        border-color: #ffffff !important;
        box-shadow: 0 0 0 2px #1a1a1a, 0 6px 16px rgba(0, 0, 0, 0.25) !important;
    }
/* /Components/Pages/NotFound.razor.rz.scp.css */
.artistic-404-container[b-ysf2fkr8pe] {
    background-color: #ffffff;
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 5rem 0;
}

.terrain-wrapper[b-ysf2fkr8pe] {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Static, grounded look */
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 2rem;
}

.editorial-headline[b-ysf2fkr8pe] {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #111111;
}

.body-manifesto-text[b-ysf2fkr8pe] {
    font-size: 1.1rem;
    max-width: 400px;
    line-height: 1.7;
}

.meta-tag[b-ysf2fkr8pe] {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
}

.btn-dark[b-ysf2fkr8pe] {
    transition: background 0.3s ease;
}

    .btn-dark:hover[b-ysf2fkr8pe] {
        background: #444;
    }

.artistic-404-container[b-ysf2fkr8pe] {
    background-color: #ffffff;
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 5rem 0;
}

.artistic-svg-wrapper[b-ysf2fkr8pe] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.editorial-headline[b-ysf2fkr8pe] {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #111111;
}

.body-manifesto-text[b-ysf2fkr8pe] {
    font-size: 1.1rem;
    max-width: 400px;
    line-height: 1.7;
}

.meta-tag[b-ysf2fkr8pe] {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
}
/* /Components/Pages/Product.razor.rz.scp.css */
.product-container[b-5brn9u2c0x] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    font-family: system-ui, -apple-system, sans-serif;
}

/* Breadcrumbs */
.breadcrumb[b-5brn9u2c0x] {
    font-size: 0.85rem;
    margin-bottom: 2.5rem;
    color: #8c8c8c;
}

.crumb-link[b-5brn9u2c0x] {
    cursor: pointer;
    transition: color 0.2s;
}

    .crumb-link:hover[b-5brn9u2c0x] {
        color: #111;
    }

.crumb-separator[b-5brn9u2c0x] {
    margin: 0 0.5rem;
}

.crumb-current[b-5brn9u2c0x] {
    color: #111;
    font-weight: 500;
}

/* Two-Column Grid Layout Structure */
.product-layout[b-5brn9u2c0x] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
}

@media (max-width: 992px) {
    .product-layout[b-5brn9u2c0x] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

/* Left Section: Visual Images/Thumbnails Layout */
.gallery-section[b-5brn9u2c0x] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.main-image-wrapper[b-5brn9u2c0x] {
    position: relative;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 480px;
}

.main-image[b-5brn9u2c0x] {
    max-height: 450px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

/* Format Badges Overlay Styles */
.format-badges[b-5brn9u2c0x] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.badge[b-5brn9u2c0x] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.35rem 0.75rem;
    border-radius: 100px;
    font-weight: 600;
    border: 1px solid transparent;
}

.badge-physical[b-5brn9u2c0x] {
    background-color: #111;
    color: #fff;
}

.badge-ebook[b-5brn9u2c0x] {
    background-color: #fff;
    color: #111;
    border-color: #e5e5e5;
}

.badge-online[b-5brn9u2c0x] {
    background-color: #f0fdf4;
    color: #166534;
    border-color: #bbf7d0;
}

/* Thumbnails container */
.thumbnail-grid[b-5brn9u2c0x] {
    display: flex;
    gap: 1rem;
}

.thumbnail-wrapper[b-5brn9u2c0x] {
    width: 80px;
    height: 80px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 0.5rem;
    cursor: pointer;
    background: #f9f9f9;
    transition: all 0.2s ease;
}

    .thumbnail-wrapper:hover[b-5brn9u2c0x], .thumbnail-wrapper.active[b-5brn9u2c0x] {
        border-color: #111;
    }

    .thumbnail-wrapper img[b-5brn9u2c0x] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        mix-blend-mode: multiply;
    }

/* Right Section: Core Text Typography Controls */
.details-section[b-5brn9u2c0x] {
    display: flex;
    flex-direction: column;
}

.meta-header[b-5brn9u2c0x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.author-name[b-5brn9u2c0x] {
    font-size: 1.1rem;
    color: #666;
}

/* Dynamic Stars C# rendering mapping */
.rating-stars[b-5brn9u2c0x] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.star[b-5brn9u2c0x] {
    color: #e5e5e5;
    font-size: 1.1rem;
}

    .star.filled[b-5brn9u2c0x] {
        color: #111; /* Solid black stars fits your clean aesthetic perfectly */
    }

.rating-text[b-5brn9u2c0x] {
    font-size: 0.85rem;
    color: #666;
    margin-left: 0.4rem;
}

.product-title[b-5brn9u2c0x] {
    font-size: 2.5rem;
    font-family: 'Playfair Display', serif, Georgia; /* Fits the luxury typography tone */
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #111;
}

.product-price[b-5brn9u2c0x] {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #111;
}

/* Standard E-commerce Action Bar Block */
.purchase-actions[b-5brn9u2c0x] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.quantity-picker[b-5brn9u2c0x] {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    padding: 0.25rem 0.5rem;
}

.qty-btn[b-5brn9u2c0x] {
    background: none;
    border: none;
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

    .qty-btn:hover[b-5brn9u2c0x] {
        background-color: #f5f5f5;
    }

.qty-val[b-5brn9u2c0x] {
    min-width: 30px;
    text-align: center;
    font-weight: 500;
}

.btn-add-to-cart[b-5brn9u2c0x] {
    flex-grow: 1;
    background-color: #111;
    color: #fff;
    border: none;
    border-radius: 100px;
    font-weight: 500;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-add-to-cart:hover[b-5brn9u2c0x] {
        background-color: #2a2a2a;
    }

.divider[b-5brn9u2c0x] {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 2rem;
}

/* General Layout Text and Cross-Selling */
.info-block[b-5brn9u2c0x] {
    margin-bottom: 2rem;
}

    .info-block h3[b-5brn9u2c0x] {
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #8c8c8c;
        margin-bottom: 0.75rem;
    }

.description-text[b-5brn9u2c0x], .author-bio[b-5brn9u2c0x] {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}

.author-bio-card[b-5brn9u2c0x] {
    background-color: #fafafa;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}

.btn-text-link[b-5brn9u2c0x] {
    background: none;
    border: none;
    padding: 0;
    margin-top: 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #111;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 4px;
}

    .btn-text-link:hover[b-5brn9u2c0x] {
        color: #444;
    }
/* /Components/Pages/Profile.razor.rz.scp.css */
[b-i44u64bycq] .container {
    max-width: 1100px;
}

/* Navigation Layout overrides */
.nav-pills .nav-link[b-i44u64bycq] {
    color: #6c757d;
    border-radius: 0;
    padding: 0.75rem 0;
    font-weight: 500;
    transition: all 0.2s ease;
}

    .nav-pills .nav-link.active[b-i44u64bycq] {
        background-color: transparent !important;
        color: #1A1A1A;
        border-bottom: 2px solid #1A1A1A;
    }

    .nav-pills .nav-link:hover:not(.active)[b-i44u64bycq] {
        color: #1A1A1A;
    }

/* Cards layout rules */
.card[b-i44u64bycq] {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
}

.address-card[b-i44u64bycq] {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .address-card:hover[b-i44u64bycq] {
        border-color: rgba(0, 0, 0, 0.16);
    }

/* Container Wrapper to Suppress the Scrollbar completely */
.table-container-fixed[b-i44u64bycq] {
    width: 100%;
    overflow-x: hidden; /* Hard disables horizontal scroll bar activation */
}

/* Global Table Typography - Reduced uniformly to keep items on a single line */
.profile-table[b-i44u64bycq] {
    font-size: 0.78rem; /* Scaled down further to eliminate overflow bounds */
    width: 100%;
    table-layout: fixed; /* Fixes proportions to fit 100% parent container space */
}

    .profile-table tbody td[b-i44u64bycq] {
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
    }

    .profile-table thead th[b-i44u64bycq] {
        background-color: #F9F9F9;
        font-size: 0.7rem;
        letter-spacing: 0.04rem;
    }

/* Compact Column Proportions */
.col-order-id[b-i44u64bycq] {
    width: 115px;
}

.col-date[b-i44u64bycq] {
    width: 100px;
}

.col-total[b-i44u64bycq] {
    width: 85px;
}

.col-status[b-i44u64bycq] {
    width: 105px;
}

.col-invoice[b-i44u64bycq] {
    width: 65px;
}

.col-title[b-i44u64bycq] {
    width: auto; /* Takes shared residual space smoothly */
}

.col-address[b-i44u64bycq] {
    width: auto; /* Takes shared residual space smoothly */
}

/* Product link handling */
.product-link[b-i44u64bycq] {
    color: #1A1A1A;
    text-decoration: none;
    border-bottom: 1px dashed transparent;
    transition: border-color 0.2s ease;
    display: inline-block;
}

    .product-link:hover[b-i44u64bycq] {
        border-color: #1A1A1A;
    }

/* Base Badge Settings */
.badge[b-i44u64bycq] {
    font-size: 0.62rem;
    letter-spacing: 0.5px;
    padding: 0.4em 0.8em;
    border-radius: 4px;
    font-weight: 600;
}

/* Status Badge Palette Colors */
.status-shipped[b-i44u64bycq] {
    background-color: #e3f2fd !important;
    color: #0d6efd !important;
    border: 1px solid rgba(13, 110, 253, 0.15);
}

.status-delivered[b-i44u64bycq] {
    background-color: #e8f5e9 !important;
    color: #198754 !important;
    border: 1px solid rgba(25, 135, 84, 0.15);
}

.badge-tag[b-i44u64bycq] {
    background-color: #f0f0f0 !important;
    color: #4a4a4a !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Form Buttons */
.btn-outline-dark[b-i44u64bycq] {
    border-radius: 50px;
    border-width: 1px;
}

.btn-dark[b-i44u64bycq] {
    border-radius: 50px;
}

/* Action button configurations */
.action-btn[b-i44u64bycq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.15s ease, transform 0.1s ease;
}

    .action-btn:hover[b-i44u64bycq] {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .action-btn.text-danger:hover[b-i44u64bycq] {
        background-color: rgba(220, 53, 69, 0.1);
    }

    .action-btn:active[b-i44u64bycq] {
        transform: scale(0.95);
    }

/* Compact SVG Icons sizing */
.svg-icon[b-i44u64bycq] {
    width: 15px;
    height: 15px;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
}

.pointer-label[b-i44u64bycq] {
    cursor: pointer;
    user-select: none;
}

/* Shared Card Styling Unification Rules */
.order-history-card[b-i44u64bycq] {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    border-radius: 0; /* Matches your address card configuration */
}

    .order-history-card:hover[b-i44u64bycq] {
        border-color: rgba(0, 0, 0, 0.16);
    }

/* Micro Typography Alignment */
.xx-small[b-i44u64bycq] {
    font-size: 0.65rem;
}

.tracking-wider[b-i44u64bycq] {
    letter-spacing: 0.05rem;
}

/* Responsive adjustments across layout break-points */
@media (max-width: 575.98px) {
    .border-sm-top-0[b-i44u64bycq] {
        border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    }
}
