.phantom-modular-content-minimalized {
  border: 0px;
  margin: 0;
  margin-bottom: -1px;

  .accordion-item {
    --bs-accordion-bg: transparent;
    border-top: 1px solid #c5c7c9;
    border-bottom: 1px solid #c5c7c9;
  }

  .accordion-item .accordion-header .accordion-button {
    border: 0px;
    padding-block: 1.5rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;

    @media (min-width: 992px) {
      flex-direction: row;
      justify-content: start;
      padding-block: 2rem;
    }

    &:not(.collapsed) .field--name-f-shrd-pt-title {
      color: #262626;
    }

    &:hover {
      @media (min-width: 992px) {
        text-decoration: none;
      }
    }

    /* icon */
    .icon {
      fill: #262626;

      @media (min-width: 992px) {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg fill='%23e00776' clip-path='url(%23a)'%3E%3Crect width='2.667' height='12' x='14.666' y='18.667' rx='1.333'/%3E%3Crect width='2.667' height='12' x='14.666' y='1.333' rx='1.333'/%3E%3Crect width='2.667' height='12' x='13.334' y='14.667' rx='1.333' transform='rotate(90 13.334 14.667)'/%3E%3Crect width='2.667' height='12' x='30.666' y='14.667' rx='1.333' transform='rotate(90 30.666 14.667)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-repeat: no-repeat;
        fill: transparent
      }
    }

    /* title label */
    .field--name-f-shrd-pt-title {
      color: #262626;
      font-size: 1.25rem;
      font-weight: 400;

      @media (min-width: 992px) {
        font-size: 3rem;
        line-height: 1;
      }
    }

    .label-container {
      margin: 0;
    }
  }

  .accordion-body {
    padding-inline: 0;
  }
}
