.woocommerce-coupon ul,
.woocommerce-notices-wrapper ul {
    list-style: none;
    padding: 0;
}

.woocommerce-coupon ul li,
.woocommerce-coupon .woocommerce-message,
.woocommerce-notices-wrapper ul li,
.woocommerce-notices-wrapper .woocommerce-message {
    padding: 15px 20px;
    background: var(--info-bg);
    border: solid 1px var(--info-border);
    border-left: solid 8px var(--info-border-left);
    border-radius: var(--border-radius-md);
    font-weight: var(--font-weight);
}

.woocommerce-coupon ul.woocommerce-error li,
.woocommerce-notices-wrapper ul.woocommerce-error li {
    border-color: var(--error-border);
    border-left: solid 8px var(--error-border-left);
    background: var(--error-bg);
}

.woocommerce-notices-wrapper .woocommerce-message a {
    color: var(--text);
}

.woocommerce-coupon .woocommerce-message {
    margin-top: 20px;
}

/* My Account */

.woocommerce-MyAccount-content .woocommerce-info {
    font-weight: var(--font-weight);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.woocommerce-account .table-wrapper .woocommerce-info {
    margin: 20px 24px;
}

.woocommerce-info a.woocommerce-Button.wc-forward.button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-weight: var(--font-weight-semibold);
    padding: 0;
    text-decoration: underline;
}