.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
flex-wrap: wrap !important;
gap: 15px !important;
background: linear-gradient(135deg, #f8fbff 0%, #eef5fc 100%) !important;
border: none !important;
border-left: 4px solid #002347 !important;
border-radius: 8px !important;
box-shadow: 0 2px 12px rgba(0, 35, 71, 0.08) !important;
padding: 18px 25px !important;
margin: 20px 0 25px 0 !important;
font-size: 0.95rem !important;
color: #333 !important;
line-height: 1.5 !important;
}
.woocommerce-message {
border-left-color: #28a745 !important;
background: linear-gradient(135deg, #f0fff4 0%, #e6f7ed 100%) !important;
}
.woocommerce-info {
border-left-color: #17a2b8 !important;
background: linear-gradient(135deg, #f0faff 0%, #e6f4fb 100%) !important;
}
.woocommerce-error {
border-left-color: #dc3545 !important;
background: linear-gradient(135deg, #fff5f5 0%, #fee !100%) !important;
}
.woocommerce-error li {
color: #721c24 !important;
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
display: none !important;
}
.woocommerce-message,
.woocommerce-info {
position: relative !important;
padding-left: 50px !important;
}
.woocommerce-message::after {
content: "\2713" !important;
position: absolute !important;
left: 20px !important;
top: 50% !important;
transform: translateY(-50%) !important;
width: 24px !important;
height: 24px !important;
background: #28a745 !important;
color: #fff !important;
border-radius: 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
font-size: 14px !important;
font-weight: bold !important;
}
.woocommerce-info::after {
content: "i" !important;
position: absolute !important;
left: 20px !important;
top: 50% !important;
transform: translateY(-50%) !important;
width: 24px !important;
height: 24px !important;
background: #17a2b8 !important;
color: #fff !important;
border-radius: 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
font-size: 14px !important;
font-weight: bold !important;
font-style: italic !important;
}
.woocommerce-message a.button,
.woocommerce-message a.wc-forward,
.woocommerce-info a.button,
.wc-block-components-notice-banner a {
display: inline-flex !important;
align-items: center !important;
gap: 8px !important;
background: #002347 !important;
color: #fff !important;
border: none !important;
border-radius: 6px !important;
padding: 10px 20px !important;
font-size: 0.85rem !important;
font-weight: 600 !important;
text-transform: uppercase !important;
text-decoration: none !important;
letter-spacing: 0.5px !important;
transition: all 0.3s ease !important;
white-space: nowrap !important;
margin-left: auto !important;
}
.woocommerce-message a.button:hover,
.woocommerce-message a.wc-forward:hover,
.woocommerce-info a.button:hover {
background: #003d7a !important;
transform: translateY(-2px) !important;
box-shadow: 0 4px 12px rgba(0, 35, 71, 0.25) !important;
color: #fff !important;
}
.woocommerce-message a.button::before,
.woocommerce-message a.wc-forward::before {
content: "\1F6D2" !important;
font-size: 1rem !important;
}
@media screen and (max-width: 576px) {
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
flex-direction: column !important;
align-items: flex-start !important;
padding: 15px 15px 15px 45px !important;
}
.woocommerce-message a.button,
.woocommerce-message a.wc-forward {
width: 100% !important;
justify-content: center !important;
margin-left: 0 !important;
margin-top: 10px !important;
}
.woocommerce-message::after,
.woocommerce-info::after {
left: 12px !important;
}
}