ul.woocommerce-error.message-wrapper {
    border: 2px solid #b20000;
    padding: 1em;
    margin: 1rem 0;
    width: fit-content;
    min-width: 300px;
}

.checkout-inline-error-message {
    color: #b20000;
}

.woocommerce-error.message-wrapper li:last-child {
    margin-bottom: 0;
}

.woocommerce-cart .woocommerce-info.message-wrapper .message-container {
    border: 2px solid #FFC107;
    padding: 1em;
    margin: 1rem 0;
    width: fit-content;
    min-width: 300px;
}
