/* Payment cards token list */
.payment-cards__tokens {
    margin-bottom: 15px;
}

.payment-cards__tokens.loading {
    opacity: 0.5;
    pointer-events: none;
}

.payment-cards {
    margin-bottom: 10px;
}

.payment-cards__field {
    margin-bottom: 8px;
}

.payment-cards__field label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.payment-cards__field label span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.payment-cards__field .card-icon {
    max-height: 25px;
    width: auto;
}

.payment-cards__field .remove {
    color: #a00;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    margin-left: 10px;
}

.payment-cards__field .remove:hover {
    color: #dc3232;
}

/* Payment modal / iframe */
.cardlink_payment_gateway_woocommerce_modal,
.cardlink_payment_gateway_woocommerce_iris_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000000000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardlink_payment_gateway_woocommerce_modal_wrapper,
.cardlink_payment_gateway_woocommerce_iris_modal_wrapper {
    width: 100%;
    max-width: 1280px;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#payment_iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
}

/* Card logos in checkout */
.wc_payment_method img.card-icon {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}

/* Form row for installments */
.form-row label[for="cardlink-installments"] {
    display: block;
    margin-bottom: 5px;
}

.form-row .input-select {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
    padding: 3px 5px;
    max-width: 200px;
}
