html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.directory-search,
.search-field,
.hero-copy,
.hero-copy > * {
    min-width: 0;
}

.search-field input,
.search-field select {
    color: var(--ink);
}

@media (max-width: 600px) {
    .hero h1 {
        max-width: 340px;
        margin-inline: auto;
        font-size: 2.25rem;
    }

    .hero-copy > p {
        max-width: 340px;
    }

    .directory-search {
        width: 100%;
    }

    .search-field input,
    .search-field select {
        min-width: 0;
    }
}
