.chkov2-loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
}


.chkov2-card-info {
    padding: 4px 10px;
    margin: 10px 0px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    gap: 15px;
    background: var(--fw-white-000);
    border: 1px solid var(--fw-white-200);
    border-radius: 4px;
}

.chkov2-card-type {
    flex: 0;
}

.chkov2-card-number {
    /* font-weight: bold; */
    font-size: 0.85rem;
    flex: 1;
    color: var(--fw-black-000);
}

.chkov2-card-info .funcelv2-container {
    flex: 0;
}

.chkov2-button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 5px;
}

.chkov2-remove-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    color: var(--fw-static-white-000);
    background-color: #d86a6a;
    border: 1px solid #b86060;
    flex: 1;
}

.chkov2-update-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    color: var(--fw-black-100);
    background-color: var(--fw-white-350);
    border: 1px solid var(--fw-white-450);
    flex: 1;
}




/* /////////////////////////////////////////////////////////////////////////////// */

.mco-access-options-container {
    margin: 10px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}







.chkov2-creator-info {
    margin-top: 10px;
}



.chkov2-payment-review-title {
    color: var(--fw-black-100);
    font-size: 1.0rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.mco-price-options-description {
    font-size: 0.65rem;
    color: var(--fw-black-400);
    margin: 10px 0px;
}

.mco-price-options-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.8rem;
    width: 100%;
    gap: 0px;
    margin: 10px 0px;
}

.mco-price-option-item {
    padding: 4px 0px;
}




.chkov2-creator-row {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    margin: 0px 0px 10px 0px;
    gap: 10px;
    background: var(--fw-white-250);
    border: 1px solid var(--fw-white-400);
    border-radius: 4px;
}

.chkov2-creator-row .chkov2-display-name {
    font-weight: bold;
    color: var(--fw-black-050);
    font-size: 0.85rem;
}

.chkov2-creator-row .chkov2-username {
    color: var(--fw-black-400);
    font-size: 0.7rem;
}




.chkov2-payment-review-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
    margin: 0px 0px 20px 0px;
    font-size: 0.8rem;
}

.chkov2-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.chkov2-total-value,
.chkov2-total-label {
    color: var(--fw-black-000);
    font-weight: 600;
}

.mco-price-option-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mco-checkout-options-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mco-checkout-options-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    width: 100%;
}


.mco-checkout-options-menu-description {
    font-size: 0.8em;
}

.mco-checkout-options-menu-description {
    font-size: 0.8em;
}








