/* /Components/Layout/MainLayout.razor.rz.scp.css */
.test-mode-banner[b-pvcn1mh5ya] {
    background-color: #d90429;
    color: #ffffff;
    text-align: center;
    padding: 0.75rem 1rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-bottom: 3px solid #7d0018;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: test-mode-pulse-b-pvcn1mh5ya 1.6s ease-in-out infinite;
}

.test-mode-banner strong[b-pvcn1mh5ya] {
    text-decoration: underline;
}

@keyframes test-mode-pulse-b-pvcn1mh5ya {
    0%, 100% {
        background-color: #d90429;
    }
    50% {
        background-color: #a4001f;
    }
}
