/* ========================================
   MENSAJE DE ENVÍO - MAURICE
   Shortcode: [maurice-shipping-message]
   ======================================== */

.maurice-sub-shipping-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 15px 20px;
  background: #f9f8f7;
  border-radius: 12px;
}

.maurice-shipping-icon {
  width: 24px;
  height: 24px;
  fill: #009245;
  flex-shrink: 0;
}

.maurice-shipping-text {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #009245;
  line-height: 1.4;
}

.maurice-shipping-text strong {
  font-weight: 600;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
  .maurice-shipping-text {
    font-size: 14px;
  }
}

