.ek-popular-searches {
    box-sizing: border-box;
    clear: both;
    margin: 48px auto 8px;
    padding: 30px 20px 8px;
    border-top: 1px solid #e7e1d8;
    text-align: center;
}

.ek-popular-searches .ek-ps-title {
    margin: 0 0 18px;
    color: #9c8a6e;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 13px !important;
    font-weight: 500;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ek-popular-searches .ek-ps-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.ek-popular-searches .ek-ps-list li {
    margin: 0;
    padding: 0;
}

.ek-popular-searches .ek-ps-list a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #e7e1d8;
    border-radius: 999px;
    background: #f7f4ef;
    color: #1a1714;
    font-size: 13px;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.ek-popular-searches .ek-ps-list a:hover,
.ek-popular-searches .ek-ps-list a:focus-visible {
    border-color: #1a1714;
    background: #1a1714;
    color: #f7f4ef;
    outline: none;
}

.ek-popular-searches .ek-ps-list a:focus-visible {
    box-shadow: 0 0 0 3px rgba(156, 138, 110, .28);
}

@media (max-width: 767px) {
    .ek-popular-searches {
        margin-top: 36px;
        padding: 26px 16px 4px;
    }

    .ek-popular-searches .ek-ps-list {
        gap: 8px;
    }

    .ek-popular-searches .ek-ps-list a {
        min-height: 44px;
        padding: 9px 14px;
        font-size: 12px;
    }
}
