nav.uk-navbar-container.uk-navbar {
    background-color: #005249;
}

div.banner {
    background-color: #005249;
    padding: 1rem 2rem 3rem;
    align-items: center;
}

div.banner > .image {
    display: flex;
    justify-content: center;
}

div.banner > .image > img {
    border-radius: 50%;
    max-height: 16rem;
}

div.banner .description {
    font-family: "Outfit", serif;
    padding-left: 2rem;
}

div.banner .title {
    color: #eff4cd;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
}

div.banner .sub-title {
    margin-top: 1rem;
    color: #f8f7f3;
    font-size: 2rem;
    font-weight: 600;
}

div.banner span.underlined {
    border-bottom: 0.5rem solid #b0d52b;
    line-height: 1;
    display: inline-block;
}

ul.faq > li > a.uk-accordion-title {
    font-family: "Outfit", serif;
    font-weight: 500;
    font-size: 1.5rem;
}

ul.faq > li > a.uk-accordion-title::before {
    margin-left: 1rem;
}

div.form-fields {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

div.map-container {
    margin-left: 2rem;
}

#field-map {
    height: 60vh;
    width: 100%;
    border-radius: 0.5rem;
}

button.uk-button.submit svg {
    max-height: 1rem;
}

.uk-form-danger ~ p.error.map {
    font-size: 1.25rem;
    margin-top: 1rem;
}

gmp-place-autocomplete {
    background-color: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: 0.2s ease-in-out;
    transition-property: border;
    color-scheme: light;
    border-radius: 0.5rem;
    margin-bottom: 0.25rem;
}

button.map-action {
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1.25;
    padding: 0.25rem 0.5rem;
    text-align: center;
}

div.map-actions {
    bottom: 1.75rem !important;
    left: 0.75rem !important;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

div.map-help {
    display: none;
}

ol.help-list {
    text-align: left;
}

ol.help-list li:not(:first-child) {
    margin-top: 1rem;
}

ol.help-list li::marker {
    font-weight: 700;
}

ol.help-list li i.bi.uk-badge {
    border-radius: 0.25rem;
    background-color: #efeae1;
    color: inherit !important;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    div.banner > .image > img {
        max-height: 8rem;
    }
    div.banner .description {
        padding: 1rem 0;
    }
    div.banner .title {
        font-size: 2rem;
        line-height: 1.5;
    }
    div.banner .sub-title {
        margin-top: 1rem;
        font-size: 1.25rem;
    }
    div.map-container {
        margin-left: 0;
        margin-top: 1rem;
    }
}
