/* /Shared/MainLayout.razor.rz.scp.css */
[b-bzsb4f7s6m] .flaming-appbar {
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

[b-bzsb4f7s6m] .flaming-drawer {
    border-right: 1px solid var(--mud-palette-divider);
}

[b-bzsb4f7s6m] .flaming-main-content {
    min-height: 100vh;
}

[b-bzsb4f7s6m] .gift-card-chip {
    background-color: rgba(255, 255, 255, 0.12) !important;
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: 'Outfit', sans-serif;
}

[b-bzsb4f7s6m] .points-chip {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.18), rgba(255, 152, 0, 0.22)) !important;
    color: inherit;
    border: 1px solid rgba(255, 193, 7, 0.35);
    font-family: 'Outfit', sans-serif;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

[b-bzsb4f7s6m] .points-chip:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(255, 152, 0, 0.18);
}
