.mt_gc-preview-message {
  padding: 24px;
  overflow: hidden;
  word-break: break-all;
  font-size: 21px;
}

.mt_gc-motiv-select {
  display: flex;
}

.mt_gc-motiv-select .mt_gc-motiv {
  width: 120px;
  height: 70px;
  background-position: center;
  background-size: cover;
  margin: 4px;
  box-shadow: inset 0px 0px 0 1px rgba(0,0,0,0.4);
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.mt_gc-motiv-select .mt_gc-motiv.active,
.mt_gc-motiv-select .mt_gc-motiv:hover {
  opacity: 0.6;
}

.woocommerce-product-gallery__image--placeholder {
  display: none;
}

.mt_gc-preview {
  line-height: 1.6;
  background: white;
  box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
}

.mt_gc-preview-headline {
  text-align: center;
  word-break: break-all;
  overflow: hidden;
  font-size: 36px;
  color: #a0202f;
  padding: 12px 24px;
}

.mt_gc-preview-message {
  padding: 24px;
  overflow: hidden;
  word-break: break-all;
  font-size: 21px;
}

.mt_gc-preview-footer {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  font-size: 18px;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.mt_gc-preview-message-placeholder {
    color: rgba(0,0,0,0.6);
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0 !important;
}


#page textarea.mt_gc-customer-note {
  width: 100%;
  margin-bottom: 18px;
}

.product-geschenkgutschein .entry-title {
  text-align: left;
}

.mt_gc-preview-price {
  font-weight: bold;
}

.mt_gc-preview-code {
  color: rgba(0,0,0,0.6);
  font-family: monospace;
}

.woocommerce-tabs ,
.product_meta,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.qty  {
  display: none;
}
