.cw-country-restriction-notice {
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 0.9em;
    line-height: 1.4;
}
.cw-country-restriction-notice.cw-cr-whitelist {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
}
.cw-country-restriction-notice.cw-cr-blacklist {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}
.cw-country-restriction-notice .cw-cr-icon {
    margin-right: 6px;
}
.cw-cr-checkout-error {
    margin-bottom: 15px;
    padding: 12px 16px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    color: #721c24;
    font-size: 0.95em;
}
