.staging-environment-banner {
    position: sticky;
    top: 0;
    z-index: 1100;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .65rem;
    min-height: 34px;
    padding: .35rem 1rem;
    color: #1d1400;
    background: #f1b43f;
    border-bottom: 2px solid #8c6500;
    font-size: .82rem;
    letter-spacing: .04em;
    text-align: center;
}

.staging-environment-banner strong { font-weight: 1000; }
.staging-environment-banner span { font-weight: 800; }

@media (max-width: 520px) {
    .staging-environment-banner {
        align-items: stretch;
        flex-direction: column;
        gap: .1rem;
    }
}
