.vh-wa-custom-size {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  text-decoration: none !important;
  line-height: 1.35;
  transition: border-color .15s ease, background-color .15s ease;
}

/* VH Product Page Layout, standart secenek satirini nowrap yapar.
   WhatsApp satiri ayni beyaz kartta kalir fakat ikinci satiri tam doldurur. */
div#product .product-options.vh-pp-no-dyn > .form-group.vh-pp-optrow:has(> .vh-wa-custom-size),
div#product .product-options > .form-group:has(> .vh-wa-custom-size) {
  flex-wrap: wrap !important;
  padding-bottom: 4px !important;
}
div#product .product-options .form-group > .vh-wa-custom-size {
  flex: 0 0 calc(100% + 24px) !important;
  order: 20;
  width: calc(100% + 24px) !important;
  max-width: none !important;
  margin-left: -12px !important;
  margin-right: -12px !important;
  transform: translateY(4px);
}
.vh-wa-custom-size__text { min-width: 0; }
.vh-wa-custom-size__lead { font-weight: var(--vh-wa-font-weight); color: var(--vh-wa-text-color); }
.vh-wa-custom-size__link { margin-left: 4px; font-weight: 700; color: var(--vh-wa-link-color); }
.vh-wa-custom-size__arrow { flex: 0 0 auto; margin-left: 12px; color: var(--vh-wa-link-color); font-size: 16px; line-height: 1; }
.vh-wa-custom-size:hover,
.vh-wa-custom-size:focus { text-decoration: none !important; filter: brightness(.98); }
.vh-wa-custom-size:hover .vh-wa-custom-size__link,
.vh-wa-custom-size:focus .vh-wa-custom-size__link { text-decoration: none; color: var(--vh-wa-link-color); }
@media (max-width: 768px) {
  .vh-wa-custom-size { font-size: var(--vh-wa-mobile-font-size) !important; padding: var(--vh-wa-mobile-padding) !important; margin: var(--vh-wa-mobile-margin) !important; }
  .vh-wa-custom-size__text { white-space: normal; }
}

@media (min-width: 769px) {
  .vh-wa-custom-size__text { white-space: nowrap; }
}
