/* Finder and Results */
.base-finder-results .finder-results-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 394px));
    grid-gap: 18px;
    justify-content: center;
}
.base-finder-results .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.base-finder-results .details label {
    width: 160px;
}
.base-finder-results label {
    font-weight: bold;
}
.base-finder .btn-toolbar {
    justify-content: center;
}
.base-finder .btn-toolbar button {
    width: initial !important;
}
.base-finder-results address {
    display: inline-flex;
}
