.page-hero {
    background: linear-gradient(180deg, rgba(13, 110, 253, 0.10), rgba(13, 110, 253, 0.00));
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    padding: 0.75rem 1rem;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    z-index: 2000;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
}

.map-wrap {
    width: 100%;
    height: 70vh;
    min-height: 420px;
}

.map-wrap.is-tall {
    height: 85vh;
    min-height: 520px;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.results {
    max-height: 55vh;
    overflow: auto;
    display: grid;
    gap: 0.5rem;
}

.result-item {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 0.75rem;
    background: var(--bs-body-bg);
}

.result-top {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: start;
}

.result-title {
    font-weight: 600;
    margin: 0;
}

.result-meta {
    margin: 0.25rem 0 0 0;
    color: var(--bs-secondary-color);
    font-size: 0.875rem;
}

.details-desc img {
    max-width: 100%;
    height: auto;
}

.details-desc a {
    word-break: break-word;
}