/* Formular-Styling für NOAF Festival Planner */

.form-container {
    width: 100%;
    margin: 0;
    padding: 0 10px;
}

.form-card {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--bg-card);
    border-radius: 20px;
    padding: 0;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-xl);
  }

  .form-title {
    font-size: 22px;
    color: #ffee28;
    padding: 10px 0;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffee28;
    background-clip: text;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
  }

  .form-title i {
    padding-right: 10px;
  }

  .form-subtitle {
    text-align: center;
    color: #646464;
    margin: 0;
    font-size: 12px;
    padding: 0 5px;
  }

  #geburtsdatum {
    font-size: 11px;
    height: 31.5px;
  }

  .form-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
  }

  .festival-day-group h4 i {
    font-size: 33px;
  }

      .form-section .section-title {
        font-size: 16px;
        font-weight: 600;
        color: var(--text-primary);
        text-align: center;
        margin: 10px 0 0 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
      }

      .form-section .section-title i {
        font-size: 80px;
        padding-bottom: 10px;
        color: #ffee28;
      }

      fieldset {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        border: none;
        padding: 0;
        margin: 0;
      }

.form-group {
    margin: 0;
}

.login-form {
    max-width: 350px;
    margin: 0 auto;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #ffee28;
    font-size: 13px;
  }

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
    background-color: #111;
    border: 1px solid #dccd18;
    color: #fff;
    padding: 5px 10px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #ffee28;
    background-color: #111;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #666;
}

.form-group small {
    display: block;
    margin-top: 0.5rem;
    color: #666;
    font-size: 0.875rem;
}

.registration-form {
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

/* Checkbox und Radio Button Styling - wird in profile.css definiert */

/* Datum-Auswahl Styling */
.date-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.date-group .form-group {
    margin-bottom: 0;
}

/* Festivaltage Checkboxen */
.festival-days,
.band-preferences {
    display: flex;
    margin: 22px 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
    padding: 0;
  }

  .festival-day-group {
  align-items: flex-start;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

  .festival-day-group, .band-day-group {
    display: flex;
    flex: 0 0 30%;
    flex-direction: column;
    border: 1px solid #ffee28;
    border-radius: 14px;
  }

  .band-day-group {
    padding: 5px;
  }

  #crew-helferanmeldung .festival-day-group .checkbox-group .checkbox-label {
    padding-left: 12px;
    font-size: 18px;
    margin: 6px 0;
  }

  #crew-helferanmeldung .festival-day-group .checkbox-group .checkbox-label input[type="checkbox"] {
    width: 33px;
    height: 33px;
    margin-right: 10px;
  }

  .festival-day-group h4, .band-day-group h4 {
    color: #ffee28;
    margin: 10px 0 0 0;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .band-day-group .checkbox-text {
    font-size: 9px;
  }

  /* Band-Auswahl als Tags/Buttons */
  .band-day-group .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }

  .band-day-group .checkbox-label input[type="checkbox"] {
    display: none;
  }

  .band-day-group .checkbox-label .checkbox-text {
    display: inline-block;
    padding: 6px;
    border: 1px solid #fff;
    border-radius: 14px;
    color: #fff;
    background-color: #000;
    width: 100%;
    text-align: center;
    font-size: 9px;
  }

  /* Ausgewählt: invertierte Farben, fett */
  .band-day-group .checkbox-label input[type="checkbox"]:checked + .checkbox-text {
    color: #000;
    background-color: #ffee28;
    border: 1px solid #ffee28
  }

  form hr {
    width: 80%;
    max-width: 300px;
    color: #6c6c6c;
    margin: 10px auto 10px auto;
  }

  .section-title span.section-subtitle {
    font-size: 12px;
    color: #ffee28;
  }

#job-praeferenzen {
  padding: 20px 0 20px 0;
  width: 100%;
  margin: 0 auto;
}

.job-group {
  margin-bottom: 24px;
}

.job-group h4 {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}

.job-group h4 i {
  margin-right: 6px;
  color: #ffee28;
}

.job-group:last-child {
  margin-bottom: 0;
}

#crew-helferanmeldung .content-container {
  padding: 5px !important;
}

/* 3er-Grid für Job-Buttons */
.job-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

.job-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #000;
  border: 1px solid #555;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 80px;
  margin-bottom: 10px;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
  user-select: none !important;
}

.job-btn input[type="checkbox"] {
  display: none;
}

.job-btn .job-icon {
  width: 86px;
  height: 86px;
  margin-bottom: 12px;
  object-fit: contain;
}

.job-btn .job-label {
  font-size: 10px;
  color: #FFED38;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  min-height: 36px;
}

/* Aktivierter Zustand */
.job-btn.active,
.job-btn:has(input:checked) {
  background: #FFED38;
  border-color: #000;
}

.job-btn.active .job-label,
.job-btn:has(input:checked) .job-label {
  color: #000;
}

/* Checked-Icon in linker unterer Ecke */
.job-btn {
  position: relative;
}

.job-btn.active::after, .job-btn:has(input:checked)::after {
  content: '✓';
  position: absolute;
  bottom: -8px;
  right: 4px;
  width: 30px;
  height: 26px;
  background: #08ff00;
  color: #000;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}


/* T-Shirt System */
.shirt-price-info {
    background: #111;
    padding: 6px 5px;
    border-radius: 12px;
    border: 2px dotted #ffeb00;
    margin-bottom: 1.5rem;
    color: #ffee28;
    font-weight: 500;
    text-align: center;
    font-size: 12px;
    width: 146px;
    align-self: center;
  }

#shirt-container, .shirt-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

  .shirt-row select,
  .shirt-row input {
    background: #000;
    color: #fff;
    border: 1px solid #dccd18;
    border-radius: 8px;
    padding: 0.5rem;
    font-size: 14px;
  }

  .shirt-row select:focus,
  .shirt-row input:focus {
    border-color: #ffee28;
    outline: none;
    background: #000;
  }

  .shirt-inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 6px;
    margin: 8px 0;
  }

.shirt-inputs select {
    background: #111;
    border: 1px solid #dccd18;
    color: #fff;
    padding: 0.5rem;
    border-radius: 8px;
    font-size: 14px;
}

.shirt-inputs select:focus {
    border-color: #ffee28;
    outline: none;
}

.shirt-inputs button {
    display: flex;
    width: 35px;
    font-weight: bold;
    font-size: 18px;
  }

  .shirt-actions button {
    width: 220px;
    background-color: #ffee28;
    border: 1px solid #ffee28;
    color: #000;
    font-size: 14px;
    margin: 22px 0 33px 0;
    padding: 8px 0;
  }

.shirt-type {
    width: 120px;
  }

  .shirt-size {
    width: 60px;
  }


  .shirt-anzahl {
    width: 60px;
  }

.shirt-actions {
    text-align: center;
    margin-bottom: 1rem;
}

.shirt-total {
    text-align: center;
    font-size: 1.2rem;
    color: #ffee28;
    padding: 1rem;
    background: #111;
    border-radius: 12px;
    border: 2px solid #ffee28;
    margin-bottom: 25px;
  }




.checkbox-group {
    line-height: 1;
  }


/* =====================================================
   BESTEHENDE STYLES WIEDERHERGESTELLT
   ===================================================== */

/* Formular-Aktionen */
.form-actions {
    text-align: center;
    margin: 2rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

/* Ernährung 2-Spalten-Container */
.nutrition-container {
    display: flex;
    gap: 2%;
    margin: 0;
    justify-content: center;
    padding-bottom: 6px;
}

.nutrition-column {
    flex: 1;
    max-width: 50%;
}

/* Kompakte Checkboxen und Radio-Buttons */
.checkbox-group, .radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.checkbox-label, .radio-label {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  padding: 0.5rem;
}

.checkbox-label input, .radio-label input {
    margin: 0;
    width: 14px;
    height: 14px;
    accent-color: #ffee28;
}

.checkbox-label:hover, .radio-label:hover {
    color: #ffee28;
}

.helfer-form .section-title {
    color: var(--primary-color);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

/* Profile-Form 2-Spalten-Layout */
.profile-form {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow-x: hidden;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
}

.form-footer p {
    text-align: center;
    margin: 0;
  }

  .form-footer-password-recovery {
    padding-top: 14px;
  }

  .form-footer-password-recovery a {
    color: #666;
  }



.nutrition-container .nutrition-column {
    flex: 1;
    max-width: 142px;
}

.nutrition-column > .form-group > label {
    height: 35px;
}

/* Input-Styles für alle Bildschirme ab 320px */
@media (min-width: 320px) {
    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        padding: 5px 10px;
        border-radius: 12px;
        background: #111;
        color: #fff;
        font-size: 1rem;
        transition: all 0.3s ease;
        font-family: inherit;
        background-color: #111;
        border: 1px solid #dccd18;
    }
    
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
        outline: none;
        border-color: #ffee28;
        background-color: #111;
    }
}

/* Spezielle Styling für das Helfer-Formular */
.helfer-form .form-section {
    background: var(--bg-tertiary);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid var(--border-color);
}

/* Spezielle Input-Anordnung ab 320px aufwärts */
@media (min-width: 320px) {
    .form-row {
        display: flex;
        gap: 0.5rem;
        margin-bottom: 1rem;
    }
    
    .form-row .form-group {
        margin-bottom: 0;
    }
    
    /* Zeile 1: Vorname | Nachname (gleichmäßig verteilt) */
    .name-row .form-group:first-child {
        flex: 1; /* 50% */
    }
    
    .name-row .form-group:last-child {
        flex: 1; /* 50% */
    }
    
    /* Zeile 3: Straße | Nr. (Straße 3x, Nr. 1x) */
    .address-row .form-group:first-child {
        flex: 3; /* 75% - Straße */
    }
    
    .address-row .form-group:last-child {
        flex: 1; /* 25% - Nr. */
    }
    
    /* Zeile 4: PLZ | Ort (PLZ 1x, Ort 3x) */
    .location-row .form-group:first-child {
        flex: 1; /* 25% - PLZ */
    }
    
    .location-row .form-group:last-child {
        flex: 3; /* 75% - Ort */
    }
}

@media (max-width: 480px) {
    .form-card {
        padding: 0;
    }
    
    .form-actions .btn {
        min-width: 100%;
    }
}

/* =====================================================
   TAB NAVIGATION STYLES WIEDERHERGESTELLT
   ===================================================== */

/* Tab Navigation */
.tab-navigation {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #333;
}

.btn-remove {
  background-color: #fbe703;
  border: 1px solid #fbe703;
  color: #000;
  padding: 12px 0;
  border-radius: 5px;
}

.tab-button {
    background: none;
    border: none;
    padding: 0.75rem 1rem;
    color: #666;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
    text-align: center;
}

.tab-button:hover {
    color: #ffee28;
    background-color: rgba(255, 238, 40, 0.1);
}

.tab-button.active {
    color: #ffee28;
    border-bottom-color: #ffee28;
}

.tab-button i {
    font-size: 1.2rem;
    line-height: 1;
}

.tab-button .tab-text {
    display: block;
    font-size: 0.8rem;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: flex;
    width: 100%;
    justify-content: center;
  }

/* Profil Tab Navigation - Gleiche Styles wie normale Tabs, aber eindeutige Klassen */
.profile-tab-navigation {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #333;
}

.profile-tab-button {
    background: none;
    border: none;
    padding: 0 8px 8px 8px;
    color: #666;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
    text-align: center;
}

.profile-tab-button:hover {
    color: #ffee28;
    background-color: rgba(255, 238, 40, 0.1);
}

.profile-tab-button.active {
    color: #ffee28;
    border-bottom-color: #ffee28;
}

.profile-tab-button i {
    font-size: 1.2rem;
    line-height: 1;
}

.profile-tab-button .tab-text {
    display: block;
    font-size: 0.8rem;
}

/* Profile Tab Content - siehe profile.css für vollständige Styles */

.danger-zone {
    max-width: 300px;
    text-align: center;
}

.empty-state {
  color: #666;
  text-align: center;
  padding-top: 22px;
}

.empty-state i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.empty-state h3 {
    color: #ffee28;
    margin-bottom: 1rem;
}

.empty-state p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Positionen Checkboxen */
.positions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.position-category {
    background: var(--bg-input);
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.position-category h4 {
    color: var(--primary-color);
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

/* =====================================================
   MODAL STYLES WIEDERHERGESTELLT
   ===================================================== */

/* Modal-Styles wurden in modals.css verschoben */

/* Jahr-Grid */
.year-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.year-item {
    background: #222;
    border: 1px solid #333;
    color: #fff;
    padding: 1rem;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.year-item:hover {
    background: #333;
    border-color: #ffee28;
    color: #ffee28;
}

/* Jahr-Display (Monat-Modal) */
.year-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.selected-year {
    color: #ffee28;
    font-size: 1.5rem;
    font-weight: 600;
}

/* Monat-Grid */
.month-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.month-item {
    background: #222;
    border: 1px solid #333;
    color: #fff;
    padding: 1.5rem 1rem;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 0.9rem;
}

.month-item:hover {
    background: #333;
    border-color: #ffee28;
    color: #ffee28;
}

/* Datum-Info */
.date-info {
    text-align: center;
    margin-bottom: 2rem;
}

.date-info span {
    color: #ffee28;
    font-size: 1.3rem;
    font-weight: 600;
}

/* Tag-Grid */
.day-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.day-item {
    background: #222;
    border: 1px solid #333;
    color: #fff;
    padding: 1rem 0.5rem;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.day-item:hover {
    background: #333;
    border-color: #ffee28;
    color: #ffee28;
}

/* Modal Animationen */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal-content {
        margin: 10% auto;
        width: 95%;
    }
    
    .year-grid, .month-grid, .day-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.75rem;
    }
    
    .year-item, .month-item, .day-item {
        padding: 0.75rem 0.5rem;
        font-size: 0.9rem;
    }
}

/* ===== Verfügbarkeit & Bands im Profil ===== */
.festival-data-row {
    display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.festival-data-row .availability-section,
.festival-data-row .bands-section {
    flex: 1;
    margin-top: 0;
}

.availability-section,
.bands-section {
    margin-top: 1.5rem;
}

.availability-section .section-title,
.bands-section .section-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-description {
    color: #888;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.festival-days-container,
.bands-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.day-group,
.band-group {
    background: rgba(255, 238, 40, 0.05);
    border: 1px solid rgba(255, 238, 40, 0.3);
    border-radius: 8px;
    padding: 1rem;
}

.day-group h4,
.band-group h4 {
    color: #ffee28;
    font-size: 0.9rem;
    margin: 0 0 0.75rem 0;
    font-weight: 600;
}

.day-checkboxes,
.band-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.day-checkbox,
.band-checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.day-checkbox:hover,
.band-checkbox:hover {
    background: rgba(255, 238, 40, 0.1);
    border-color: rgba(255, 238, 40, 0.3);
}

.day-checkbox input:checked + .day-label,
.band-checkbox input:checked + .band-label {
    color: #ffee28;
}

.day-checkbox input,
.band-checkbox input {
    accent-color: #ffee28;
}

.day-label,
.band-label {
    font-size: 0.85rem;
    color: #ccc;
    display: flex;
    flex-direction: column;
}

.band-time {
    font-size: 0.7rem;
    color: #888;
    margin-top: 2px;
}

/* Band-Limit-Info */
.band-limit-info {
    background: rgba(255, 238, 40, 0.1);
    border: 1px solid rgba(255, 238, 40, 0.3);
    border-radius: 8px;
    padding: 12px 16px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffee28;
    font-size: 0.9rem;
}

.band-limit-info i {
    font-size: 1rem;
    color: #ffee28;
}

/* Band-Validierungs-Feedback */
.band-validation-error {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3);
    border-radius: 8px;
    padding: 12px 16px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #dc3545;
    font-size: 0.9rem;
}

.band-validation-error i {
    font-size: 1rem;
    color: #dc3545;
}

/* Band-Counter für jeden Tag */
.band-counter {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 4px 8px;
    margin-left: 8px;
    font-size: 0.8rem;
    color: #ccc;
    min-width: 60px;
    text-align: center;
}

.band-counter.warning {
    background: rgba(255, 193, 7, 0.2);
    border-color: rgba(255, 193, 7, 0.5);
    color: #ffc107;
}

.band-counter.error {
    background: rgba(220, 53, 69, 0.2);
    border-color: rgba(220, 53, 69, 0.5);
    color: #dc3545;
}

@media (max-width: 768px) {
    .festival-data-row {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .day-checkbox,
    .band-checkbox {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 100px;
    }
}

/* AGB Styling */
.agb {
    padding: 20px 24px 40px;
    max-width: 800px;
    margin: 0 auto;
    color: var(--text-primary);
    line-height: 1.7;
}

.agb h2 {
    color: #ffee28;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.agb h3 {
    color: #ffee28;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

.agb p {
    margin: 0.75rem 0;
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.agb ul {
    margin: 0.75rem 0;
    padding-left: 1.5rem;
}

.agb li {
    color: var(--text-secondary);
    margin: 0.4rem 0;
    font-size: 0.95rem;
}

.agb strong {
    color: var(--text-primary);
}

@media (max-width: 480px) {
    .agb {
        padding: 16px 20px 40px;
    }
    
    .agb h2 {
        font-size: 1.3rem;
    }
    
    .agb h3 {
        font-size: 1rem;
    }
}
