.text-page {
    max-width: 820px;
    font-size: 17px;
    line-height: 1.68;
}

.text-page h2 {
    margin-top: 24px;
}

.requisites dl {
    display: grid;
    gap: 0;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.requisites div {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 18px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
}

.requisites div:last-child {
    border-bottom: 0;
}

.requisites dt {
    color: var(--muted);
}

.requisites dd {
    margin: 0;
}

.location-card {
    padding: 18px;
    margin-bottom: 12px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 8px 18px rgba(6, 55, 28, 0.05);
}

.location-card p {
    margin: 8px 0 0;
    color: var(--muted);
}

.map-box,
.map-fallback {
    min-height: 380px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--panel);
}

.map-fallback {
    display: grid;
    place-items: center;
    padding: 24px;
    color: var(--muted);
    text-align: center;
}

.yandex-reviews-widget {
    max-width: 760px;
    margin: 0 auto 28px;
}

.profile-form textarea {
    min-height: 92px;
}

.order-card p {
    margin-bottom: 4px;
}
