/* Badge rotund 18+ pentru cos */
.plant18-badge-cart {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px 12px;
  border: 1px solid #d6b25e;
  border-radius: 999px;
  background: #fff8df;
  color: #5b4a22;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.plant18-box {
  margin: 16px 0;
  padding: 16px 18px;
  border: 1px solid #e7c66a;
  border-radius: 12px;
  background: #fff8df;
  color: #4a4030;
}

.plant18-box-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.plant18-box-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 3px solid #d62828;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plant18-box-text {
  flex: 1 1 auto;
}

.plant18-box-text strong {
  display: block;
  margin-bottom: 6px;
  color: #2f2a20;
}

.plant18-box-text p {
  margin: 0 0 8px 0;
}

.plant18-box-text a {
  color: #6f5b2a;
  font-weight: 700;
  text-decoration: underline;
}

.plant18-checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  font-weight: 700;
}

.plant18-checkbox-row input[type="checkbox"] {
  margin-top: 3px;
}

.plant18-box--error {
  border: 2px solid #d62828 !important;
  background: #fff1f1;
  box-shadow: 0 0 0 3px rgba(214, 40, 40, 0.08);
}

.plant18-inline-alert {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #d62828;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.plant18-product-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid #e7c66a;
  border-radius: 12px;
  background: #fff8df;
  color: #4a4030;
}

.plant18-product-notice-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 3px solid #d62828;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plant18-product-notice-body strong {
  display: block;
  margin-bottom: 4px;
  color: #2f2a20;
}

.plant18-product-notice-body p {
  margin: 0;
}

.plant18-product-notice a {
  color: #6f5b2a;
  font-weight: 700;
  text-decoration: underline;
}

/* ===== Adaptare One Page Checkout PS + responsivitate ===== */
.plant18-box {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  clear: both;
}

.plant18-box * {
  box-sizing: border-box;
}

/* Caseta să respire în coloana de plată din OPC */
#onepagecheckoutps .plant18-box,
.opc-main-block .plant18-box {
  margin: 14px 0;
}

.plant18-checkbox-row span,
.plant18-box-text p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Țintă de atingere confortabilă pe mobil pentru bifă */
.plant18-checkbox-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  cursor: pointer;
}

.plant18-checkbox-row {
  cursor: pointer;
}

/* Pe ecrane mici: iconița 18+ trece deasupra textului, totul pe lățime plină */
@media (max-width: 575px) {
  .plant18-box {
    padding: 14px;
  }
  .plant18-box-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .plant18-box-icon {
    margin: 0 auto;
  }
  .plant18-box-text {
    text-align: left;
  }
  .plant18-product-notice {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
  }
  .plant18-product-notice-icon {
    margin: 0 auto;
  }
}

/* Badge 18+ în coș: nu sare pe rând nou inutil pe desktop, dar se aliniază pe mobil */
@media (max-width: 575px) {
  .plant18-badge-cart {
    margin-top: 6px;
    margin-left: 6px;
  }
}

/* ===== Variantă compactă (v1.5.1) — se potrivește cu rândurile de checkout ===== */
.plant18-box {
  margin: 10px 0;
  padding: 11px 13px;
  border-radius: 10px;
}
.plant18-box-inner {
  gap: 11px;
  align-items: flex-start;
}
.plant18-box-icon,
.plant18-product-notice-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-width: 2px;
  font-size: 12px;
}
.plant18-box-text strong {
  font-size: 13.5px;
  margin-bottom: 3px;
}
.plant18-box-text p {
  font-size: 12.5px;
  line-height: 1.35;
  margin: 0 0 5px 0;
}
.plant18-box-text p:last-of-type {
  margin-bottom: 0;
}
.plant18-checkbox-row {
  margin-top: 8px;
  gap: 8px;
  font-weight: 600;
  font-size: 12.5px;
  line-height: 1.3;
}
.plant18-checkbox-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 1px;
}
.plant18-inline-alert {
  margin-top: 8px;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.plant18-product-notice {
  margin: 12px 0;
  padding: 11px 13px;
  border-radius: 10px;
  gap: 11px;
}

/* Bara de avertizare: text centrat (v1.5.2) */
.plant18-inline-alert {
  text-align: center;
}
