.recently-searched {
    border: 1px solid #b8bdcc;
    border-radius: 10px;
}

.suggestion-box {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 15px 0;
    text-align: center;
    margin: 0 5px;
    transition: all 0.3s ease;
    height: 100%;
}

.suggestion-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #181C32;
    height: 100%;
    width: 100%;
}