.csct-remove-button,
.csct-remove-button:visited {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    color: #b91c1c;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 4px;
    line-height: 1.2;
    margin-top: 6px;
    padding: 0;
    text-decoration: none;
}

.csct-remove-button:hover,
.csct-remove-button:focus {
    color: #7f1d1d;
    text-decoration: underline;
}

.csct-remove-button[disabled],
.csct-remove-button.is-loading {
    cursor: wait;
    opacity: .6;
    pointer-events: none;
}

.csct-remove-button::before {
    content: "×";
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.csct-remove-button--block {
    margin-left: 0;
}

.csct-block-action-wrapper {
    display: block;
    margin-top: 6px;
}

.woocommerce-checkout-review-order-table .csct-remove-button--classic {
    display: table;
}
