html.browser-blocked,
html.browser-blocked body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    background: #111;
}

.browser-guard {
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #111;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
}

.browser-guard-box {
    width: min(100%, 420px);
}

.browser-guard-eyebrow {
    margin: 0 0 12px;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d8b45f;
}

.browser-guard h1 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.browser-guard p {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.84);
}

.browser-guard button {
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 13px 18px;
    background: #ad2b10;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.browser-guard-note {
    color: rgba(255, 255, 255, 0.72);
}
