/* FL875 continuation: full desktop descriptions and progressive mobile previews. */
body[data-template="product"] .fsl-pdp-description-disclosure .expand-view-more-box {
  margin-top: 14px;
}

body[data-template="product"] .fsl-pdp-description-disclosure .expand-view-more-button,
body[data-template="product"] .fsl-pdp-description-disclosure .expand-view-less-button {
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

body[data-template="product"] .fsl-pdp-description-disclosure .expand-view-more-button:focus-visible,
body[data-template="product"] .fsl-pdp-description-disclosure .expand-view-less-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

@media (max-width: 959px) {
  body[data-template="product"] .fsl-pdp-description-disclosure.expand-limit-height .expand-wrapper {
    max-height: 20rem;
  }
}

@media (min-width: 960px) {
  body[data-template="product"] .fsl-pdp-description-disclosure .expand-wrapper {
    max-height: none !important;
    overflow: visible !important;
  }

  body[data-template="product"] .fsl-pdp-description-disclosure .expand-wrapper::after {
    display: none !important;
  }

  body[data-template="product"] .fsl-pdp-description-disclosure .expand-view-more-box {
    display: none !important;
  }
}
