/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
/* stylelint-disable-next-line block-no-empty */
.syrattach__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}

.syrattach__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.syrattach__filesize {
  font-style: italic;
  color: #979797;
}

.product-cart-form__syrattach-plugin-block .syrattach__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}