/* WC Post Delivery – Front-end styles */
.wpd-delivery-wrap {
    margin: 14px 0;
    direction: rtl;
    font-family: inherit;
}

.wpd-delivery-notice {
	display: flex;
  	width: 100%; 
	flex-wrap:wrap;
  	align-items: center;
  	gap: 6px;
  	background: #f0f4f9;
  	border: 1px solid #b8c1dd;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(184, 193, 221);
  	border-right: 4px solid #2e547d;
  	border-radius: 6px;
  	padding: 10px 14px;
  	font-size: 0.95em;
  	color: #1b1e4f !important;
  	line-height: 1.7;
}

.wpd-delivery-notice::before {
    content: "📦";
    font-size: 1.1em;
    flex-shrink: 0;
}

.wpd-delivery-notice strong {
    color: #1b324f;
    font-weight: 700;
}
