﻿.payment-option {
    position: relative;
    height: 150px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 0px 10px 10px 10px;
    border: 1px solid #BCC8D7;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
    
}

    .payment-option .payment-image {
        position: absolute;
        width: calc(100% - 20px);
        text-align: center;
    }



    .payment-option label {
        height: 100%;
    }

        .payment-option label .label-text {
            position: relative;
            width: 22px;
            height: 22px;
            display: inline-block;
            margin-top: 110px;
        }

        .payment-option label span.label-text:before {
            border-radius: 50%;
            width: 24px;
            height: 24px;
        }

        .payment-option label span.label-text:after {
            top: 2px;
            left: -3px;
        }

.payment-title {
    color: #0582a6;
    font-size: 13px;
    padding: 10px;
}

.payment-image img {
    width: 65px;
}

.payment-image .image-group {
    display: inline-flex;
}

    .payment-image .image-group .card-cc {
        width: 50px;
        display: inline-block;
    }
@media screen and (max-width: 360px) {
    .payment-title {
        font-size: 12px;
    }
    .payment-option {
        height: 160px;
    }
}
@media screen and (max-width: 430px) {
    .payment-title {
        font-size: 12px;
    }

    .payment-option {
        height: 160px;
    }
    .payment-option label .label-text {
        margin-top: 120px !important;
    }
}

.payment-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Đảm bảo các option không chiếm toàn bộ chiều ngang */
/*.payment-option {
    flex: 0 1 auto;
    margin: 0 10px;
}*/
