.environment-badge {
    position: fixed;
    top: auto;
    left: auto;
    right: 1rem;
    bottom: 1rem;
    z-index: 2147483647;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #fcd34d;
    border-radius: 9999px;
    background: #fef3c7;
    padding: 0.375rem 0.75rem;
    color: #78350f;
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.25rem;
    text-transform: uppercase;
    box-shadow: 0 10px 15px -3px rgb(120 53 15 / 0.15);
    pointer-events: none;
}
