.wds-search-wrapper {
    background: #eef3f8;
    padding: 30px 20px;
    border-radius: 12px;
}

.wds-search-form {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.wds-field {
    flex: 1 1 220px;
    border-right: 1px solid #e5e5e5;
}

.wds-field:last-child {
    border-right: none;
}

.wds-field select {
    width: 100%;
    height: 64px;
    border: none;
    background: transparent;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'><path d='M1 1l6 6 6-6' stroke='%23333' stroke-width='2' fill='none' fill-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
}

.wds-field select:focus {
    outline: none;
}

.wds-btn-field {
    flex: 1 1 220px;
    border-right: none;
}

.wds-button {
    width: 100%;
    height: 64px;
    background: #16386b;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.wds-button:hover {
    background: #0f2a52;
}

@media (max-width: 900px) {
    .wds-field,
    .wds-btn-field {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }
}
