.wcrl-box {
  margin: 16px 0 18px;
  padding: 16px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background: #fafafa;
}

.wcrl-head h3 {
  margin: 0 0 4px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.wcrl-head p {
  margin: 0 0 12px;
  color: #666;
  font-size: 0.92rem;
}

.wcrl-options {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.wcrl-option-card {
  display: block;
  cursor: pointer;
}

.wcrl-option-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wcrl-option-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  transition: all 0.18s ease;
}

.wcrl-option-content strong {
  font-size: 0.98rem;
}

.wcrl-option-content small {
  color: #666;
  font-size: 0.88rem;
}

.wcrl-option-card:hover .wcrl-option-content {
  border-color: #bdbdbd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.wcrl-option-card input[type="radio"]:checked + .wcrl-option-content {
  border-color: #2271b1;
  box-shadow: 0 0 0 2px rgba(34,113,177,0.12);
  background: #f7fbff;
}

.wcrl-delivery-fields {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ddd;
}

.wcrl-field {
  margin: 0 0 10px;
}

.wcrl-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 0.92rem;
}

#wcrl_address,
#wcrl_delivery_date {
  width: 100%;
  min-height: 40px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.95rem;
  background: #fff;
  box-sizing: border-box;
}

#wcrl_address:focus,
#wcrl_delivery_date:focus {
  outline: none;
  border-color: #2271b1;
  box-shadow: 0 0 0 2px rgba(34,113,177,0.12);
}

.wcrl-small {
  display: inline-block;
  margin-top: 6px;
  color: #666;
  font-size: 0.85rem;
}

.wcrl-grid {
  display: grid;
  gap: 12px;
}

@media (min-width: 640px) {
  .wcrl-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.wcrl-times {
  display: grid;
  gap: 8px;
}

.wcrl-time {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.wcrl-time input {
  margin: 0;
}

.wcrl-estimate {
  margin: 10px 0;
  padding: 10px 12px;
  border: 1px solid #e3eaf2;
  border-radius: 8px;
  background: #fff;
}

.wcrl-estimate p {
  margin: 0 0 6px;
}

.wcrl-estimate ul {
  margin: 0;
  padding-left: 18px;
}

.wcrl-estimate li {
  margin: 3px 0;
}

.wcrl-hint {
  margin: 8px 0 0;
  color: #666;
  font-size: 0.85rem;
}

.wcrl-range-note {
  color: #b32d2e;
}

/* CTA verstecken bis Auswahl erfolgt */
form.cart .single_add_to_cart_button.wcrl-hidden-cta,
form.cart button.single_add_to_cart_button.wcrl-hidden-cta {
  display: none !important;
}

form.cart {
  display: block !important;
}

form.cart .single_add_to_cart_button {
  display: block;
  margin-top: 12px;
  clear: both;
}

/* --- BeTheme / Muffin: Layout sauber untereinander --- */
.mfn-product-add-to-cart form.cart {
  display: block !important;
}

.mfn-product-add-to-cart form.cart .quantity {
  display: block !important;
  margin: 12px 0 !important;
  clear: both;
}

.mfn-product-add-to-cart form.cart .single_add_to_cart_button {
  display: block !important;
  width: 100%;
  margin-top: 12px !important;
  clear: both;
}

/* Standardmäßig ausblenden (bis Auswahl erfolgt) */
.mfn-product-add-to-cart form.cart .single_add_to_cart_button.wcrl-hidden-cta {
  display: none !important;
}