.search-container input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    border-radius: 5px;
}

.search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: none;
    font-size: 17px;
    border: none;
    cursor: pointer;
    margin-left: -4%;
}

.search-container button:hover {
    background: none;
}

#currencyPairs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 87%;
    z-index: 10;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 300px;
}

#currencyPairs li a {
    border: 1px solid #ddd;
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block
}





