.trial-panel .trial-shop-field {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.trial-shop-field label {
  display: flex;
  justify-content: space-between;
}

.trial-shop-field label span {
  color: rgba(255,255,255,.36);
  font-size: .58rem;
}

.trial-panel .trial-shop-field input {
  width: 100%;
  border-right: 1px solid rgba(255,255,255,.35);
}

.trial-panel .trial-email-row {
  display: flex;
}

@media (max-width: 700px) {
  .trial-panel .trial-email-row {
    display: grid;
  }
}
