/* ========================================
   FILTER STYLES
   Floating filter button and filter modal
   ======================================== */

/* Filter Modal Styles */
#filter-card-inner {
    max-width: 480px;
    margin: auto;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.flex-1 {
    flex: 1;
}

.auth-form .form-group {
    margin-bottom: 15px;
}

.auth-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
}

.filter-actions {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.filter-actions .btn {
    padding: 12px;
}

.filter-actions .btn-secondary {
    flex: 1;
}

.filter-actions .btn-primary {
    flex: 2;
}

/* Specific adjustments for small inputs in rows */
.form-row input,
.form-row select {
    width: 100%;
}