/* Styles pour le plugin WP Rentals Switch Booking */

#wprentals-switch-container {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#wprentals-switch-container p {
    margin-bottom: 10px;
    font-size: 14px;
}

#wprentals-switch-container strong {
    font-weight: 600;
}

.wprentals-switch-btn {
    width: 100%;
    padding: 10px !important;
    font-size: 14px !important;
    margin-top: 10px;
}

.wprentals-switch-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#wprentals-switch-loader {
    text-align: center;
    padding: 10px;
    background: #f0f0f0;
    border-radius: 4px;
    color: #666;
}

.listing-pair {
    display: flex;
    gap: 15px;
    align-items: center;
}

.listing-pair label {
    flex: 1;
    margin: 0;
}

.listing-pair input[type="number"] {
    width: 100%;
    max-width: 150px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#wprentals-switch-calendar-container {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.wprentals-switch-calendar-info {
    margin: 8px 0;
    font-size: 13px;
}

.wprentals-switch-calendar-unavailable {
    color: #a00;
}

.wprentals-switch-calendar-loader {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}
