/* Basic styles for badges and notices */
.wpdt-badge { display:inline-block; padding:4px 8px; border-radius:3px; font-size:12px; margin-top:6px; font-weight:600; }
.wpdt-preorder { background:#f39c12; color:#fff; }
.wpdt-estimate { background:#27ae60; color:#fff; }

.wpdt-single-notice { padding:10px; border-radius:4px; margin:10px 0; font-size:14px; }
.wpdt-preorder-notice { background: rgba(243,156,18,0.06); border-left:4px solid #f39c12; color:#333; }
.wpdt-estimate-notice { background: rgba(39,174,96,0.04); border-left:4px solid #27ae60; color:#333; }

.wpdt-cart-wpdt { color:#666; font-size:12px; display:block; margin-top:4px; }

.wpdt-email-block h4 { margin: 12px 0 6px; font-size:15px; }
