.option-grid.text-question { display: block; }
.location-entry { display: grid; grid-template-columns: 44px 1fr auto auto; gap: 10px; align-items: center; max-width: 920px; padding: 9px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcf9; }
.location-entry > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; background: var(--lime); font-size: 20px; }
.location-entry input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: 600 16px "DM Sans", sans-serif; padding: 12px 4px; }
.location-entry button { border: 0; border-radius: 9px; background: var(--ink); color: white; padding: 15px 18px; font: 700 14px "DM Sans", sans-serif; cursor: pointer; }
.location-entry .location-detect { background: white; color: var(--ink); border: 1px solid var(--line); }
@media (max-width: 620px) { .location-entry { grid-template-columns: 38px 1fr; } .location-entry > span { width: 38px; height: 38px; } .location-entry button { grid-column: 1 / 3; } .location-entry .location-detect { grid-row: 2; } .location-entry .text-submit { grid-row: 3; } }
.service-label { margin-top: 92px; }
.service-title { margin-bottom: 0; }
