.tobewebto-returns {
  max-width: 760px;
  margin: 0 auto 2rem;
}

.tobewebto-returns__intro {
  margin-bottom: 1.5rem;
}

.tobewebto-returns__form .form-group {
  margin-bottom: 1rem;
}

.tobewebto-returns__order-products {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.tobewebto-returns__product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem 0;
  border-bottom: 1px solid #eee;
}

.tobewebto-returns__product:last-child {
  border-bottom: 0;
}

.tobewebto-returns__product-main {
  min-width: 0;
}

.tobewebto-returns__product-main label {
  display: block;
  margin-bottom: .25rem;
}

.tobewebto-returns__product-qty {
  width: 110px;
  flex: 0 0 110px;
}

.tobewebto-returns__form textarea {
  min-height: 140px;
}

.tobewebto-returns__history {
  margin-top: 2rem;
}

.tobewebto-returns-footer-link {
  margin-top: .5rem;
}

@media (max-width: 767px) {
  .tobewebto-returns {
    max-width: 100%;
  }

  .tobewebto-returns__product {
    align-items: stretch;
    flex-direction: column;
  }

  .tobewebto-returns__product-qty {
    width: 100%;
    flex-basis: auto;
  }
}
