.home-geo-button {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    margin: .15rem .2rem .2rem 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #e4f4ff;
    box-shadow: 0 4px 10px rgba(8, 59, 115, .12);
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    vertical-align: middle;
}

.home-geo-button:hover {
    transform: translateY(-1px);
    background: #ccecff;
}

.home-geo-dialog {
    width: min(680px, calc(100vw - 28px));
    max-height: min(520px, calc(100vh - 28px));
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(5, 31, 59, .34);
}

.home-geo-dialog::backdrop {
    background: rgba(4, 24, 45, .55);
    backdrop-filter: blur(3px);
}

.home-geo-dialog__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 66px;
    padding: .55rem .75rem;
    background: #fff;
}

.home-geo-dialog__brand {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-width: 0;
}

.home-geo-dialog__brand img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.home-geo-dialog__brand strong,
.home-geo-dialog__brand span {
    display: block;
}

.home-geo-dialog__brand strong {
    color: #0b3768;
    font-size: 1rem;
}

.home-geo-dialog__brand span {
    margin-top: .12rem;
    color: #64748b;
    font-size: .76rem;
}

.home-geo-dialog__close {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #eef4f8;
    color: #0b3768;
    cursor: pointer;
    font-size: 1.4rem;
}

.home-geo-dialog__map {
    display: block;
    width: 100%;
    height: min(310px, 42vh);
    border: 0;
}

.home-geo-dialog__footer {
    display: flex;
    justify-content: flex-end;
    padding: .72rem .8rem .8rem;
    background: #fff;
}

.home-geo-dialog__maps {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: .65rem .9rem;
    border-radius: 10px;
    background: #ef2c6c;
    color: #fff;
    font-weight: 850;
    text-decoration: none;
}

.home-geo-dialog__maps:hover {
    background: #cf1f59;
}

@media (max-width: 560px) {
    .home-geo-dialog__map {
        height: 260px;
    }
}
