html[data-font-scale="decrease"] {
    font-size: 93.75%;
}

html[data-font-scale="increase"] {
    font-size: 112.5%;
}

.top-strip__meta button[aria-pressed="true"] {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.form-trap {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.form-status[hidden] {
    display: none;
}

.form-status--error {
    background: #fff1f2;
    color: #9f1239;
}
