.f-collapsible-content {
  .disclosure--row {
    border-top: none;
    border-bottom-color: var(--text-gray-color);
  }

  .disclosure > summary {
    padding: 1rem 0;
  }

  .text__collection-name {
    margin-top: 2.4rem;
    margin-bottom: 0.2rem;
  }

  .disclosure__content {
    padding-bottom: 1.8rem;
  }

  .rte ul > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }

  .link {
    text-decoration: none;
  }
}
