.tcc-grouped-voucher-form {
  display: grid;
  gap: 1rem;
}
.tcc-grouped-voucher-form .tcc-grouped-voucher-row {
  display: grid;
  grid-template-columns: 0.9fr minmax(18rem, 1.6fr) 10rem;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}
.tcc-grouped-voucher-form .tcc-grouped-voucher-label {
  margin: 0;
  font-weight: 600;
}
.tcc-grouped-voucher-form .tcc-grouped-voucher-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  padding-right: 3rem;
  width: 100%;
  min-height: 2.75rem;
}
.tcc-grouped-voucher-form .tcc-grouped-voucher-price {
  min-width: max-content;
  font-weight: 600;
}
.tcc-grouped-voucher-form .tcc-grouped-voucher-price del {
  opacity: 0.65;
  font-weight: 400;
}
.tcc-grouped-voucher-form .tcc-grouped-voucher-price ins {
  text-decoration: none;
}
.tcc-grouped-voucher-form .wc_gc_send_as_gift_wrapper,
.tcc-grouped-voucher-form .woocommerce_gc_giftcard_form_wrapper {
  margin-top: 0.5rem;
}
.tcc-grouped-voucher-form .wc_gc_send_as_gift_wrapper {
  padding-bottom: 0 !important;
}
.tcc-grouped-voucher-form .woocommerce_gc_giftcard_form {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0;
}
.tcc-grouped-voucher-form .wc_gc_field {
  margin-bottom: 0;
}
.tcc-grouped-voucher-form .tcc-grouped-voucher-submit {
  justify-self: start;
}
@media (max-width: 600px) {
  .tcc-grouped-voucher-form .tcc-grouped-voucher-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
  .tcc-grouped-voucher-form .tcc-grouped-voucher-price {
    min-height: 1.5em;
  }
}

.woocommerce-cart-form__cart-item.cart_item .variation {
  margin: 0.5rem 0;
}

.tcc-gccv-cart-item-info {
  margin: 0;
  font-style: italic;
  color: #8f8f8f;
  max-width: 460px;
}/*# sourceMappingURL=frontend.css.map */