.sgfp-search {
    border: 1px solid #d9d9d9;
    padding: 20px;
    border-radius: 8px;
    max-width: 900px;
}
.sgfp-search__row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: end;
}
.sgfp-search__field {
    display: flex;
    flex-direction: column;
    flex: 1 1 180px;
}
.sgfp-search__field input,
.sgfp-search__field select {
    min-height: 42px;
    padding: 8px 10px;
}
.sgfp-search__actions button,
.sgfp-location-card__button {
    min-height: 42px;
    border: 0;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.sgfp-search__message {
    margin-top: 12px;
    color: #a00;
}
.sgfp-search__result {
    margin-top: 18px;
}
.sgfp-location-card {
    border-top: 1px solid #ececec;
    padding-top: 18px;
}
.sgfp-location-card__title {
    margin-top: 0;
    margin-bottom: 12px;
}
.sgfp-location-card__links {
    margin-top: 16px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.sgfp-location-card__button--secondary {
    opacity: 0.9;
}
