aside.search-form-container {
    padding: 16px 0px;
}

.give-search-form {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #bbb;
    border-radius: 8px;
    overflow: hidden;
}

.give-search-bar {
    display: flex;
}

.give-search-form:focus-within {
    box-shadow: 0 0 4px 2px rgba(13, 110, 253, 0.4);
}

.give-search-bar input {
    flex: 1;
    border: none;
    font-size: 16px;
    padding: 0px 8px;
    font-family:
        "proxima-nova",
        -apple-system,
        "system-ui",
        "Segoe UI",
        Roboto,
        sans-serif;
}

.give-search-bar input:focus {
    outline: none;
}

.give-search-bar button {
    border: none;
    background: none;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 16px;
}

.give-search-bar button:focus-visible {
    border: none;
    background: none;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 16px;
    background: #00437B;
}

.give-search-bar button i {
    color: #666;
}

/* Search icon color */
.give-search-bar button:focus-visible i {
    color: white;
}
