.pw-excursies-filter-form {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.pw-excursies-filter-form label {
    font-weight: 600;
    color: #583a1f;
}

.pw-excursies-filter-form select {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='12' fill='%23aa7945'/%3E%3Cpath d='M9.5 12.5l4.5 4.5 4.5-4.5' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    background-size: 1.6rem;
    border: 1px solid rgba(170, 121, 69, 0.55);
    border-radius: 999px;
    color: #3c2415;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.2;
    min-width: 220px;
    padding: 0.65rem 2.75rem 0.65rem 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pw-excursies-filter-form select:focus,
.pw-excursies-filter-form select:hover {
    border-color: #aa7945;
    box-shadow: 0 0 0 0.35rem rgba(170, 121, 69, 0.18);
    outline: none;
}
