/**
 * ROBTEC Booking Page Styles
 * Version: 2.1.0
 * Datum: 29.12.2025
 * 
 * Marketing-optimiertes Design mit Urgency-Elementen
 */

/* =============================================================================
   CONTAINER & LAYOUT
   ============================================================================= */

.robtec-booking-page {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 1.5rem 1rem !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    line-height: 1.5 !important;
    color: #1f2937 !important;
}

/* =============================================================================
   LOADING / ERROR STATES
   ============================================================================= */

.robtec-loading,
.robtec-error {
    text-align: center !important;
    padding: 4rem 1rem !important;
    background: #f9fafb !important;
    border-radius: 16px !important;
}

.robtec-spinner {
    border: 4px solid #e5e7eb !important;
    border-top: 4px solid #f97316 !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    animation: robtec-spin 1s linear infinite !important;
    margin: 0 auto 1rem !important;
}

@keyframes robtec-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* =============================================================================
   BOOKING LAYOUT
   ============================================================================= */

.robtec-booking-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

/* =============================================================================
   TERMIN CARD - Hauptkarte
   ============================================================================= */

.robtec-booking-page .termin-card {
    background: white !important;
    padding: 2rem !important;
    border-bottom: 1px solid #f3f4f6 !important;
}

.robtec-booking-page .termin-card .termin-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 0.75rem !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
}

.robtec-booking-page .termin-card .termin-hersteller {
    background: #f97316 !important;
    color: white !important;
    padding: 0.375rem 1rem !important;
    border-radius: 20px !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.robtec-booking-page .termin-card .termin-punkte {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
    color: #92400e !important;
    padding: 0.375rem 1rem !important;
    border-radius: 20px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
}

.robtec-booking-page .termin-card .termin-titel {
    font-size: 1.75rem !important;
    color: #1f2937 !important;
    margin: 0 0 0.75rem 0 !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

.robtec-booking-page .termin-card .termin-beschreibung {
    color: #6b7280 !important;
    line-height: 1.7 !important;
    margin-bottom: 1.5rem !important;
    font-size: 1rem !important;
}

/* Meta-Infos als Grid */
.robtec-booking-page .termin-card .termin-meta {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
}

.robtec-booking-page .termin-card .meta-item {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    padding: 1.25rem !important;
    background: #f9fafb !important;
    border-radius: 12px !important;
    border: 1px solid #f3f4f6 !important;
}

.robtec-booking-page .termin-card .meta-icon {
    font-size: 1.5rem !important;
    margin-bottom: 0.25rem !important;
}

.robtec-booking-page .termin-card .meta-text {
    font-size: 0.9rem !important;
    color: #374151 !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

/* Datum groesser */
.robtec-booking-page .termin-card .datum-gross {
    display: block !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 0.25rem !important;
}

.robtec-booking-page .termin-card .datum-zeit {
    display: block !important;
    font-size: 0.9rem !important;
    color: #6b7280 !important;
    font-weight: 500 !important;
}

/* Footer mit Punkte-Banner zentriert */
.robtec-booking-page .termin-card .termin-footer {
    padding-top: 1.5rem !important;
    margin-top: 1.5rem !important;
    border-top: 1px solid #e5e7eb !important;
}

/* Punkte-Banner im Footer */
.robtec-booking-page .termin-footer .punkte-banner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    background: linear-gradient(135deg, #fef9e7 0%, #fef3c7 100%) !important;
    border: 1px solid #fcd34d !important;
    border-radius: 8px !important;
    padding: 0.75rem 1rem !important;
    margin: 0 !important;
}

.robtec-booking-page .termin-footer .punkte-icon {
    font-size: 1.125rem !important;
    line-height: 1 !important;
}

.robtec-booking-page .termin-footer .punkte-text {
    font-size: 0.9rem !important;
    color: #92400e !important;
}

.robtec-booking-page .termin-footer .punkte-text strong {
    color: #78350f !important;
}

/* Status-Section mit Balken */
.robtec-booking-page .status-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    margin-top: 1.25rem !important;
    padding-top: 1.25rem !important;
    border-top: 1px solid #e5e7eb !important;
}

.robtec-booking-page .status-row {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
}

.robtec-booking-page .status-info {
    flex: 0 0 180px !important;
}

.robtec-booking-page .status-label {
    font-size: 0.875rem !important;
    color: #374151 !important;
    font-weight: 500 !important;
}

.robtec-booking-page .status-row.status-success .status-label {
    color: #16a34a !important;
}

.robtec-booking-page .status-row.status-urgent .status-label {
    color: #dc2626 !important;
    font-weight: 600 !important;
}

.robtec-booking-page .reserviert-hint {
    display: inline-block;
    background: #fef3c7;
    color: #92400e;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 4px;
}

.robtec-booking-page .status-bar {
    flex: 1 !important;
    height: 8px !important;
    background: #e5e7eb !important;
    border-radius: 4px !important;
    overflow: hidden !important;
}

.robtec-booking-page .status-bar-fill {
    height: 100% !important;
    border-radius: 4px !important;
    transition: width 0.3s ease !important;
}

.robtec-booking-page .status-row.status-pending .status-bar-fill {
    background: #f59e0b !important;
}

.robtec-booking-page .status-row.status-success .status-bar-fill {
    background: #22c55e !important;
}

.robtec-booking-page .status-row.status-plaetze .status-bar-fill {
    background: #3b82f6 !important;
}

.robtec-booking-page .status-row.status-urgent .status-bar-fill {
    background: #ef4444 !important;
}

/* =============================================================================
   BOOKING ACTION AREA
   ============================================================================= */

#booking-action-area {
    background: white !important;
}

/* =============================================================================
   STATUS SECTION - Durchfuehrung & Verfuegbarkeit
   ============================================================================= */

.robtec-booking-page .booking-status-section {
    padding: 1.25rem 2rem !important;
    background: #f9fafb !important;
    border-bottom: 1px solid #f3f4f6 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.robtec-booking-page .status-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
}

.robtec-booking-page .status-info {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    flex: 1 !important;
    min-width: 200px !important;
}

.robtec-booking-page .status-icon {
    font-size: 1.25rem !important;
    line-height: 1 !important;
}

.robtec-booking-page .status-text {
    font-size: 0.9rem !important;
    color: #374151 !important;
}

.robtec-booking-page .status-text strong {
    color: #1f2937 !important;
}

.robtec-booking-page .status-bar-container {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.robtec-booking-page .status-bar {
    width: 120px !important;
    height: 8px !important;
    background: #e5e7eb !important;
    border-radius: 4px !important;
    overflow: hidden !important;
}

.robtec-booking-page .status-bar-fill {
    height: 100% !important;
    border-radius: 4px !important;
    transition: width 0.5s ease !important;
}

.robtec-booking-page .status-bar-fill.fill-pending {
    background: linear-gradient(90deg, #fbbf24 0%, #f59e0b 100%) !important;
}

.robtec-booking-page .status-bar-fill.fill-success {
    background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%) !important;
}

.robtec-booking-page .status-bar-fill.fill-available {
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%) !important;
}

.robtec-booking-page .status-count {
    font-size: 0.8rem !important;
    color: #6b7280 !important;
    white-space: nowrap !important;
}

/* Status-spezifische Farben */
.robtec-booking-page .status-row.status-success .status-icon {
    color: #16a34a !important;
}

.robtec-booking-page .status-row.status-pending .status-icon {
    color: #f59e0b !important;
}

.robtec-booking-page .status-row.status-urgent .status-text {
    color: #dc2626 !important;
}

.robtec-booking-page .status-row.status-urgent .status-text strong {
    color: #dc2626 !important;
}

.robtec-booking-page .status-row.status-urgent .status-bar-fill.fill-available {
    background: linear-gradient(90deg, #f97316 0%, #ea580c 100%) !important;
}

/* =============================================================================
   PREIS SECTION
   ============================================================================= */

.robtec-booking-page .booking-price-section {
    padding: 1.25rem 2rem !important;
    background: white !important;
    border-bottom: 1px solid #f3f4f6 !important;
    display: flex !important;
    justify-content: center !important;
}

.robtec-booking-page .price-display {
    display: flex !important;
    align-items: baseline !important;
    gap: 0.5rem !important;
}

.robtec-booking-page .price-amount {
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    color: #1f2937 !important;
}

.robtec-booking-page .price-label {
    font-size: 0.95rem !important;
    color: #6b7280 !important;
}

/* =============================================================================
   AUTH CONTAINER - Login/Register
   ============================================================================= */

.robtec-booking-page .auth-container {
    background: white !important;
    padding: 2rem !important;
}

.robtec-booking-page .auth-container h3 {
    text-align: left !important;
    margin: 0 0 0.5rem 0 !important;
    color: #1f2937 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}

.robtec-booking-page .auth-container > p {
    text-align: left !important;
    color: #6b7280 !important;
    margin-bottom: 1.5rem !important;
    font-size: 0.9rem !important;
}

.robtec-booking-page .auth-container h4 {
    margin: 0 0 1rem 0 !important;
    color: #374151 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}

.robtec-booking-page .auth-container .form-group {
    margin-bottom: 1rem !important;
}

.robtec-booking-page .auth-container .form-group label {
    display: block !important;
    margin-bottom: 0.5rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
    font-size: 0.875rem !important;
}

.robtec-booking-page .auth-container .form-group input {
    width: 100% !important;
    padding: 0.875rem 1rem !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}

.robtec-booking-page .auth-container .form-group input:focus {
    outline: none !important;
    border-color: #f97316 !important;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15) !important;
}

.robtec-booking-page .auth-container .form-group small {
    display: block !important;
    margin-top: 0.375rem !important;
    color: #6b7280 !important;
    font-size: 0.8rem !important;
}

.robtec-booking-page .auth-container .form-switch {
    text-align: center !important;
    margin-top: 1.5rem !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid #f3f4f6 !important;
    color: #6b7280 !important;
    font-size: 0.9rem !important;
}

.robtec-booking-page .auth-container .form-switch a {
    color: #f97316 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

/* =============================================================================
   BOOKING FORM
   ============================================================================= */

.robtec-booking-page .booking-form-container {
    background: white !important;
    padding: 2rem !important;
}

.robtec-booking-page .booking-form-container h3 {
    margin: 0 0 1.25rem 0 !important;
    color: #1f2937 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}

.robtec-booking-page .booking-user-info {
    background: #f0fdf4 !important;
    padding: 1rem 1.25rem !important;
    border-radius: 10px !important;
    margin-bottom: 1.5rem !important;
    font-size: 0.9rem !important;
    border: 1px solid #bbf7d0 !important;
}

.robtec-booking-page .booking-user-info p {
    margin: 0.125rem 0 !important;
    color: #166534 !important;
}

.robtec-booking-page .buchung-typ-options {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.625rem !important;
}

.robtec-booking-page label.radio-option,
.robtec-booking-page .radio-option {
    display: flex !important;
    align-items: center !important;
    padding: 1rem 1.25rem !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    margin: 0 !important;
    background: white !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.2s !important;
}

.robtec-booking-page label.radio-option:hover,
.robtec-booking-page .radio-option:hover {
    border-color: #f97316 !important;
    background: #fff7ed !important;
}

.robtec-booking-page label.radio-option:has(input:checked),
.robtec-booking-page .radio-option:has(input:checked) {
    border-color: #f97316 !important;
    background: #fff7ed !important;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1) !important;
}

.robtec-booking-page .radio-option input[type="radio"] {
    margin: 0 0.75rem 0 0 !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    accent-color: #f97316 !important;
    flex-shrink: 0 !important;
}

.robtec-booking-page .radio-label {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    flex: 1 !important;
}

.robtec-booking-page .radio-icon {
    font-size: 1.25rem !important;
    flex-shrink: 0 !important;
}

.robtec-booking-page .radio-text {
    flex: 1 !important;
}

.robtec-booking-page .radio-text strong {
    display: block !important;
    color: #1f2937 !important;
    font-size: 0.95rem !important;
    margin-bottom: 0.125rem !important;
}

.robtec-booking-page .radio-text small {
    color: #6b7280 !important;
    font-size: 0.8rem !important;
    display: block !important;
}

.robtec-booking-page .booking-form-container .form-group {
    margin-bottom: 1rem !important;
}

.robtec-booking-page .booking-form-container .form-group > label:not(.radio-option) {
    display: block !important;
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
}

.robtec-booking-page .booking-form-container .form-group textarea {
    width: 100% !important;
    font-size: 0.95rem !important;
    padding: 0.75rem 1rem !important;
    min-height: 70px !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    resize: vertical !important;
}

.robtec-booking-page .booking-form-container .form-group textarea:focus {
    outline: none !important;
    border-color: #f97316 !important;
}

.robtec-booking-page .booking-summary {
    display: none !important;
}

/* Preis-Block vor Button */
.robtec-booking-page .booking-price-final {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
    border: 1px solid #7dd3fc !important;
    border-radius: 10px !important;
    padding: 1rem 1.25rem !important;
    margin: 1.25rem 0 !important;
    text-align: center !important;
}

.robtec-booking-page .booking-price-final .price-label {
    display: block !important;
    font-size: 0.8rem !important;
    color: #0369a1 !important;
    margin-bottom: 0.25rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.robtec-booking-page .booking-price-final .price-amount {
    display: block !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #0c4a6e !important;
    line-height: 1.2 !important;
}

.robtec-booking-page .booking-price-final .price-note {
    display: block !important;
    font-size: 0.8rem !important;
    color: #0369a1 !important;
    margin-top: 0.25rem !important;
}

/* =============================================================================
   BUTTONS - Orange CTA
   ============================================================================= */

.robtec-booking-page .btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    width: 100% !important;
    padding: 1.125rem 1.5rem !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.025em !important;
}

.robtec-booking-page .btn-primary:hover:not(:disabled) {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4) !important;
}

.robtec-booking-page .btn-secondary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    width: 100% !important;
    padding: 1rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    background: #f3f4f6 !important;
    color: #374151 !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.robtec-booking-page .btn-primary:disabled,
.robtec-booking-page .btn-secondary:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

/* =============================================================================
   EMAIL CONFIRMATION
   ============================================================================= */

.email-confirmation-container {
    padding: 2rem !important;
    text-align: center !important;
    background: #f0fdf4 !important;
}

.email-confirmation-container .confirmation-icon {
    font-size: 3.5rem !important;
    color: #22c55e !important;
    margin-bottom: 1rem !important;
}

.email-confirmation-container h3 {
    color: #166534 !important;
    margin-bottom: 0.75rem !important;
    font-size: 1.35rem !important;
}

.email-confirmation-container p {
    color: #15803d !important;
    margin-bottom: 0.75rem !important;
}

.confirmation-steps {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    margin: 1.5rem 0 !important;
    text-align: left !important;
}

.confirmation-steps .step {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 0.875rem !important;
    background: white !important;
    border-radius: 10px !important;
}

.confirmation-steps .step-number {
    width: 28px !important;
    height: 28px !important;
    background: #22c55e !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
}

.confirmation-steps .step-text {
    color: #374151 !important;
    font-size: 0.9rem !important;
}


/* =============================================================================
   AUFKLAPPBARE SECTIONS (Lernziele, Kursinhalte)
   ============================================================================= */

.robtec-collapsible {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin-bottom: 1rem !important;
}

.robtec-collapse-header {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 20px !important;
    background: #f9fafb !important;
    border: none !important;
    cursor: pointer !important;
    text-align: left !important;
    transition: background 0.2s !important;
}

.robtec-collapse-header:hover {
    background: #f3f4f6 !important;
}

.robtec-collapse-header .robtec-section-title {
    margin: 0 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
}

.robtec-collapse-icon {
    font-size: 0.8rem !important;
    color: #6b7280 !important;
    transition: transform 0.3s !important;
}

.robtec-collapsible.robtec-expanded .robtec-collapse-icon {
    transform: rotate(180deg) !important;
}

.robtec-collapse-content {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease-out !important;
}

.robtec-collapsible.robtec-expanded .robtec-collapse-content {
    max-height: 1000px !important;
    transition: max-height 0.5s ease-in !important;
}

.robtec-collapse-content ul {
    margin: 0 !important;
    padding: 20px !important;
    padding-left: 40px !important;
}

.robtec-collapse-content li {
    margin-bottom: 8px !important;
    color: #4b5563 !important;
    line-height: 1.5 !important;
}

.robtec-list-check li {
    list-style: none !important;
    position: relative !important;
    padding-left: 0 !important;
}

.robtec-list-bullet li {
    list-style: disc !important;
}

/* =============================================================================
   SUCCESS SECTION
   ============================================================================= */

.robtec-success-section {
    text-align: center !important;
    padding: 3rem 2rem !important;
}

.success-icon {
    font-size: 4rem !important;
    margin-bottom: 1rem !important;
}

#booking-success-content,
.booking-success-container {
    text-align: center !important;
    background: white !important;
    padding: 2rem !important;
}

#booking-success-content h3,
.booking-success-container h3 {
    color: #16a34a !important;
    margin-bottom: 1rem !important;
    font-size: 1.5rem !important;
}

#booking-success-content p,
.booking-success-container p {
    color: #374151 !important;
    margin-bottom: 0.5rem !important;
}

.success-actions {
    margin-top: 2rem !important;
}

.success-actions .btn-primary {
    width: auto !important;
}

/* =============================================================================
   BOOKING TYPE SELECTION - Schritt 1 vor Login/Register
   ============================================================================= */

.robtec-booking-page .booking-type-selection {
    background: white !important;
    padding: 2rem !important;
}

.robtec-booking-page .booking-type-selection h3 {
    text-align: center !important;
    margin: 0 0 0.5rem 0 !important;
    color: #1f2937 !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}

.robtec-booking-page .booking-type-selection > p {
    text-align: center !important;
    color: #6b7280 !important;
    margin-bottom: 2rem !important;
    font-size: 1rem !important;
}

.robtec-booking-page .booking-type-options {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.25rem !important;
}

.robtec-booking-page .booking-type-card {
    background: white !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 16px !important;
    padding: 2rem 1.5rem !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    font-family: inherit !important;
    width: 100% !important;
}

.robtec-booking-page .booking-type-card:hover {
    border-color: #f97316 !important;
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.15) !important;
    transform: translateY(-4px) !important;
}

.robtec-booking-page .booking-type-card .type-icon {
    font-size: 3rem !important;
    display: block !important;
    margin-bottom: 1rem !important;
}

.robtec-booking-page .booking-type-card h4 {
    margin: 0 0 0.75rem 0 !important;
    color: #1f2937 !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
}

.robtec-booking-page .booking-type-card p {
    color: #6b7280 !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1.25rem !important;
}

.robtec-booking-page .booking-type-card .type-cta {
    display: inline-block !important;
    color: #f97316 !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 640px) {
    .robtec-booking-page {
        padding: 1rem 0.75rem !important;
    }
    
    /* Buchungstyp-Karten als Stack auf Mobile */
    .robtec-booking-page .booking-type-options {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    .robtec-booking-page .booking-type-card {
        padding: 1.5rem 1.25rem !important;
    }
    
    .robtec-booking-page .termin-card {
        padding: 1.5rem !important;
    }
    
    .robtec-booking-page .termin-card .termin-titel {
        font-size: 1.35rem !important;
    }
    
    .robtec-booking-page .termin-card .termin-meta {
        grid-template-columns: 1fr !important;
    }
    
    .robtec-booking-page .booking-status-section {
        padding: 1rem 1.25rem !important;
    }
    
    .robtec-booking-page .status-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
    }
    
    .robtec-booking-page .status-bar-container {
        width: 100% !important;
    }
    
    .robtec-booking-page .status-bar {
        flex: 1 !important;
        width: auto !important;
    }
    
    .robtec-booking-page .booking-price-section {
        padding: 1rem 1.5rem !important;
    }
    
    .robtec-booking-page .price-amount {
        font-size: 1.75rem !important;
    }
    
    .robtec-booking-page .auth-container,
    .robtec-booking-page .booking-form-container {
        padding: 1.5rem !important;
    }
}
