.rot-location-field {
    margin: 4px 0 22px;
    padding: 18px;
    border: 1px solid #cad8ee;
    border-radius: 16px;
    background: #f8fbff;
}

.rot-location-field > label {
    display: block;
    margin-bottom: 4px;
    color: #001f5c;
    font-size: 1.05rem;
    font-weight: 900;
}

.rot-location-help {
    margin: 0 0 12px;
    color: #52627a;
    font-size: .9rem;
}

.rot-location-search-wrap {
    position: relative;
}

.rot-location-results {
    position: absolute;
    z-index: 1000;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    max-height: 310px;
    overflow-y: auto;
    padding: 7px;
    border: 1px solid #c9d5e8;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(0, 31, 92, .18);
}

.rot-location-results[hidden] {
    display: none !important;
}

.rot-location-result {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #001f5c;
    text-align: left;
    cursor: pointer;
}

.rot-location-result:hover,
.rot-location-result:focus {
    background: #edf4ff;
    outline: none;
}

.rot-location-result strong,
.rot-location-result small {
    display: block;
}

.rot-location-result strong {
    font-weight: 900;
}

.rot-location-result small {
    margin-top: 2px;
    color: #65748a;
}

.rot-location-pin {
    flex: 0 0 auto;
    font-size: 1.1rem;
}

.rot-location-message {
    padding: 12px;
    color: #52627a;
    text-align: center;
}

.rot-selected-location {
    min-height: 58px;
    margin-top: 12px;
    padding: 11px 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #b9cbe5;
    border-radius: 13px;
    background: #ffffff;
    color: #001f5c;
}

.rot-selected-location strong,
.rot-selected-location small {
    display: block;
}

.rot-selected-location strong {
    font-weight: 900;
}

.rot-selected-location small {
    margin-top: 2px;
    color: #65748a;
}

.rot-location-empty {
    color: #65748a;
}

.rot-location-attribution {
    display: block;
    margin-top: 8px;
    color: #77859a;
    font-size: .72rem;
}

.rot-location-picker-card {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 600px) {
    .rot-location-field {
        padding: 14px;
    }

    .rot-location-results {
        max-height: 260px;
    }
}
