.ap-homelayout {
    height: 100vh;
    flex-direction: column;
}

.ap-homefooter {
    font-family: 'Poppins';
    font-size: 14px;
    height: 70px;
    margin: 0 auto;
    padding: 16px;
    text-align: center;
}

.ap-logo {
    width:100%;
    max-width: 350px;
}

.ap-searchcontainer {
    margin: 0 auto;
    flex-grow: 1;
    max-width: 600px;
    width: 100%;
    align-items: center;
    padding:10% 32px 32px 32px;
    box-sizing: border-box;
    flex-direction: column;
}

.ap-searchbox {
    width: 100%;
}

.ap-searchbox_query {
    height: 48px;
    border-radius: 24px;
    border: 1px solid gray;
    font-size: 16px;
    font-family: 'Poppins';
    padding: 0 16px;
    margin-top: 32px;
    width: 100%;
    box-sizing: border-box;
}

.ap-searchbox_results {
    padding: 0;
}

.ap-searchbox_result {
    list-style: none;
}

.ap-searchbox_result a {
    padding: 6px 16px;
    display: block;
    border-radius: 18px;
    height: 24px;
}

.ap-searchbox_result a:hover {
    background-color: #0000000f;
}