.mbr-section-title {
  font-size: clamp(1.8rem, 4vw + 1rem, 3rem) !important;
  line-height: 1.2;
}

.text-muted-custom {
  color: #d1d5db !important;
  font-size: clamp(0.875rem, 1.5vw + 0.5rem, 1.1rem) !important;
}

.custom-accordion .accordion-button {
  background-color: #ffffff !important;
  color: #2c3e50 !important;
  padding: 1rem 1.25rem;
  font-size: clamp(0.95rem, 1.2vw + 0.6rem, 1.15rem) !important;
  box-shadow: none !important;

  &:not(.collapsed) {
    background-color: #f8f9fa !important;
    color: #2b5a9e !important;
    border-bottom: 2px solid #2b5a9e !important;
  }

  &::after {
    filter: grayscale(100%);
  }
}

.custom-accordion .accordion-body {
  background-color: #ffffff !important;
  padding: 1.25rem;
  
  h5 {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #1a202c !important;
    font-size: clamp(1.1rem, 1.2vw + 0.5rem, 1.45rem) !important;
  }

  p, li {
    line-height: 1.6;
    color: #4a5568 !important;
    font-size: clamp(0.875rem, 1vw + 0.4rem, 1rem) !important;
  }
}

.generator-notice {
  color: #e5e7eb !important;
  font-size: clamp(0.75rem, 1vw + 0.3rem, 0.85rem) !important;
  margin-top: 1.5rem;

  a {
    color: #ffffff !important;
    text-decoration: underline;

    &:hover {
      color: #d1d5db !important;
    }
  }
}

@media (max-width: 576px) {
  .custom-accordion .accordion-button {
    padding: 0.85rem 1rem;
  }
  
  .custom-accordion .accordion-body {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .custom-accordion .accordion-button {
    padding: 0.85rem 1rem;
  }
  .custom-accordion .accordion-body {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .mbr-section-title, h1.mbr-section-title {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }
  .text-muted-custom {
    font-size: 0.85rem !important;
    margin-bottom: 1.5rem !important;
  }
  .custom-accordion .accordion-button {
    font-size: 0.95rem !important;
    padding: 0.75rem 1rem !important;
  }
}
@media (max-width: 480px) {
  .mbr-section-title, h1.mbr-section-title {
    font-size: 1.35rem !important;
  }
  .custom-accordion .accordion-button {
    font-size: 0.875rem !important;
  }
}
