@media (max-width: 768px) {
  details.mptbm-mobile-details {
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
  }

  details.mptbm-mobile-details > summary.mptbm-mobile-details__summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
  }

  details.mptbm-mobile-details > summary::-webkit-details-marker {
    display: none;
  }

  details.mptbm-mobile-details > summary::after {
    content: "▾";
    font-size: 18px;
    line-height: 1;
    margin-left: 10px;
  }

  details.mptbm-mobile-details[open] > summary::after {
    content: "▴";
  }

  .mptbm-mobile-details__body {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .mptbm-mobile-details__body .wc-block-components-product-metadata {
    margin: 0;
  }

  .mptbm-mobile-details__body .wc-block-components-product-metadata li {
    margin: 4px 0 !important;
  }
}