.obras-search-container-7ae0e0b2 {
    background-color: #FDB913; /* Default yellow */
    padding: 20px 30px;
    border-radius: 0 40px 0 0;
    font-family: sans-serif;
}

.obras-search-form-7ae0e0b2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.obras-search-container-7ae0e0b2 .input-group {
    flex: 1;
    min-width: 200px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #003366;
    padding-bottom: 5px;
}

.obras-search-container-7ae0e0b2 select {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    color: #003366;
    font-size: 16px;
    padding: 10px 0;
    appearance: none;
    cursor: pointer;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23003366" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
    padding-right: 20px;
}
