/* Allowed countries memo card — casino description, above FAQ */

body.page-casino section.casino-description > .pb-geo-shell {
    margin: 20px 0 12px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    body.page-casino section.casino-description > .pb-geo-shell {
        padding-left: 16px;
        padding-right: 16px;
        margin: 24px 0 14px;
    }
}

.pb-geo__card {
    display: flex;
    max-width: 100%;
    border: 1px solid #0b1228;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 36px rgba(11, 18, 40, 0.12);
}

.pb-geo__spine {
    flex-shrink: 0;
    width: 40px;
    background: linear-gradient(180deg, #111827 0%, #0b1228 100%);
    color: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pb-geo__spine span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}

.pb-geo__body {
    flex: 1;
    min-width: 0;
    padding: 18px 18px 16px 20px;
    background: linear-gradient(145deg, #ffffff 0%, #f3f6fb 55%, #eef2f9 100%);
}

.pb-geo__title {
    margin: 0 0 14px;
    padding: 0;
    color: #0b1228;
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: clamp(20px, 4vw, 26px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.pb-geo__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
}

@media (min-width: 520px) {
    .pb-geo__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .pb-geo__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.pb-geo__item {
    margin: 0;
}

.pb-geo__chip {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 11px;
    border-radius: 12px;
    border: 1px solid rgba(11, 18, 40, 0.1);
    background: #fff;
    box-shadow: 0 4px 14px rgba(11, 18, 40, 0.06);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    line-height: 1.25;
}

.pb-geo__emoji {
    flex-shrink: 0;
    font-size: 1.35rem;
    line-height: 1;
    font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Twemoji Mozilla", system-ui, sans-serif;
}

.pb-geo__flag-wrap {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background: transparent;
}

.pb-geo__flag-img {
    display: block;
    height: 22px;
    width: auto;
    max-width: 36px;
    object-fit: contain;
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
}

.pb-geo__flag-placeholder {
    display: block;
    width: 32px;
    height: 22px;
    border-radius: 4px;
    background: linear-gradient(135deg, #e5e7eb, #f3f4f6);
    border: 1px dashed #cbd5e1;
    box-sizing: border-box;
}

.pb-geo__emoji--empty {
    width: 0.5em;
    height: 1em;
    border-radius: 4px;
    background: linear-gradient(135deg, #e5e7eb, #f3f4f6);
}

.pb-geo__name {
    min-width: 0;
    overflow-wrap: anywhere;
}

.pb-geo__chip--icon-only {
    justify-content: center;
}

.pb-geo__chip--text-only {
    justify-content: flex-start;
}
