#freja-country-picker {
    box-sizing: border-box;
    width: min(440px, calc(100% - 32px));
    max-height: calc(100% - 32px);
    margin: auto;
    padding: 28px;
    border: 1px solid #ddd;
    background: #fff;
    color: #222;
    text-align: center;
    font: inherit;
}
#freja-country-picker::backdrop { background: rgb(0 0 0 / 45%); }
#freja-country-picker h2 { margin: 0 0 16px; font-size: 24px; }
#freja-country-picker p { margin: 0 0 24px; }
#freja-country-picker a, #freja-country-picker button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    padding: 12px;
    border: 1px solid #222;
    background: #222;
    color: #fff;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
}
#freja-country-picker button { margin-top: 12px; background: #fff; color: #222; }
#freja-country-picker :focus-visible { outline: 3px solid #1767a6; outline-offset: 3px; }
