/*
Theme Name: Custom Theme
Text domain: adv-advert
*/

/* Style for the search form */
.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

/* Style for the label */
.search-form label {
    display: flex;
    align-items: center;
    font-size: 16px;
}

/* Screen reader text */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Style for the search input field */
.search-field {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
}

/* Style for the search button */
.search-submit {
    padding: 10px 20px;
    background-color: #FFC43D;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.search-submit:hover {
    background-color: #005bb5;
}
