.invalid input {
    border: 2px solid #cd0204 !important;
}

.woocommerce_review_order_after_shipping__wrapper.invalid {
    background-color: #fff7f7;
}

.woocommerce_review_order_after_shipping__wrapper .validationError {
    margin-top: 16px;
}

.validationError {
    max-width: max-content;
    position: relative;
    background-color: #cd0204;
    color: #fff;
    padding: 4px 8px;
    font-size: 0.8em;
    margin-top: 10px;
    font-weight: 700 !important;
}

.validationError::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 20px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #cd0204;
    border-left: 0.5;
    border-right: 0.5;
    border-top: 0;
}

.validationError strong {
    font-weight: 500;
}

#tos_acceptance_field .validationError {
    margin-top: 0;
    margin-bottom: 10px;
}

#tos_acceptance_field .validationError::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 20px;
    top: initial;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #cd0204;
    border-left: 0.5;
    border-right: 0.5;
    border-bottom: 0;
}