﻿.recoveryCodes__hint {
    margin: 0;
    opacity: .95;
    text-align: center;
}

.recoveryCodes__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 8px;
    margin: 16px auto 0;
    width: min(100%, calc(5 * 160px + 4 * 8px));
    min-width: 0;
}

.recoveryCodes__code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    padding: 10px;
    border: 1px solid var(--border, #eee);
    border-radius: 8px;
    text-align: center;
}

.recoveryCodes__actions {
    margin-top: 18px;
    text-align: center;
}
