.camper-list-banner {
    min-height: 250px;
    background-image: url(/images/Benimar_Mileo_268.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Availability filter */

.af-wrapper {
    max-width: 680px;
    margin: 0 auto 2rem;
    padding: 0 1rem;
}

.af-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.af-bar {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 9999px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid #e5e7eb;
    padding: 6px 6px 6px 28px;
}

.af-field {
    flex: 1;
    min-width: 0;
}

.af-field-label {
    display: flex;
    flex-direction: column;
    gap: 2px;
    cursor: pointer;
    padding: 6px 16px 6px 0;
    margin: 0;
}

.af-label {
    font-size: 0.65rem;
    font-weight: 700;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1;
}

.af-input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 0.875rem;
    color: #6b7280;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    width: 100%;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.4;
}

.af-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.af-input::-webkit-calendar-picker-indicator {
    opacity: 0.45;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
}

.af-divider {
    width: 1px;
    height: 36px;
    background: #e5e7eb;
    flex-shrink: 0;
    margin: 0 4px;
}

.af-submit {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #1ebbf0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    transition: background 0.2s;
    margin-left: 8px;
    padding: 0;
}

.af-submit:hover {
    background: #17a3d0;
}

.af-reset {
    font-size: 0.75rem;
    color: #9ca3af;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    display: none;
}

.af-reset:hover {
    color: #6b7280;
}

.af-reset.af-reset--visible {
    display: block;
}

@media (max-width: 480px) {
    .af-bar {
        border-radius: 1.5rem;
        padding: 8px 8px 8px 20px;
    }

    .af-field-label {
        padding-right: 8px;
    }

    .af-label {
        font-size: 0.6rem;
    }

    .af-input {
        font-size: 0.8rem;
    }

    .af-submit {
        width: 42px;
        height: 42px;
    }
}
