.cl-modal-header {
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 0;
}

.cl-product-title {
    font-weight: 700;
    font-size: 24px;
    color: #1b74e4;
    margin-left: 10px;
}

.cl-icon-bar {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 10px;
}

.cl-channel-icon {
    width: 47px;
    height: 47px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 #e7edfa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cl-pricing-bar {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.cl-pricing-bar .cl-pricing-block-item {
    flex: 1 1 0;
    min-width: 0;
}

.cl-pricing-block {
    padding: 15px 20px;
    border-radius: 12px;
    background: #f1f6fd;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s, color 0.2s;
    position: relative;
}

.cl-pricing-block .badge-popular {
    position: absolute;
    top: -12px;
    left: 0;
    background-color: #4361ee;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px 4px 8px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.cl-pricing-block.selected {
    color: #1b74e4;
    position: relative;
    background: rgba(27, 116, 228, 0.1);
    border: 1px solid #1b74e4;
}

.cl-pricing-block .price-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.cl-pricing-block.selected .bi-check-circle-fill {
    display: inline;
    margin-left: 6px;
    color: #1b74e4;
    font-size: 14px;
    vertical-align: middle;
}

.cl-pricing-block .bi-check-circle-fill {
    display: none;
}

/* Package name with star icon styles */
.cl-pricing-block .package-name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

/* .cl-pricing-block.selected .package-star-icon {
    display: inline-flex !important;
    animation: starIconFadeIn 0.3s ease-in-out;
}

.cl-pricing-block:not(.selected) .package-star-icon {
    display: none !important;
} */

@keyframes starIconFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.5) rotate(-180deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.cl-divider {
    border-top: 1px solid #e5eefc;
    margin: 1.5rem 0;
}

.cl-modal-description {
    margin-top: 30px;
}

.cl-modal-description .h5 {
    font-size: 32px;
}

.cl-screenshot {
    width: 100%;
    border-radius: 14px;
    border: 2px solid #e2eaf5;
    background: #fff;
    box-shadow: 0 2px 7px #e7edfa;
    margin-bottom: 10px;
}

.modal-content {
    border-radius: 18px;
    border: 2px solid #1b74e4;
}

.modal-content .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-flexible {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}

.package-label-name {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-package .package-name {
    color: #1b74e4;
    font-size: 24px;
    font-weight: bold;
}

.compare-tale-all-package {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-dialog .btn-close {
    position: absolute;
    top: 10px;
    right: 16px;
    opacity: 0.5;
    background: #1b74e4;
    border: 1px solid #1b74e4;
    border-radius: 50px;
    width: 0.5rem;
    height: 0.5rem;
    padding: 10px;
    background: rgba(27, 116, 228, 0.1);
    cursor: pointer;
}

.modal-dialog .btn-close i {
    top: 3px;
    position: absolute;
    right: 5px;
    /* color: #1b74e4; */
}

.flex-col-left {
    flex: 0 0 350px;
    max-width: 35%;
}

.flex-fill {
    min-width: 0;
}

/* Custom Button Styles */
.cl-btn {
    border-radius: 30px;
    padding: 10px 32px;
    font-size: 1rem;
}

.cl-btn-primary {
    background: #1b74e4;
    color: #fff;
    border: none;
    transition: background 0.2s;
}

.cl-btn-primary:hover {
    background: #1b74e4;
    color: #fff;
}

.cl-btn-outline {
    border: 1.5px solid #c1d0e6;
    background: #fff;
}

.cl-btn-outline:hover {
    background: #eaf3fa;
    color: #104673;
}

.block-cl-btn-bottom {
    gap: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.block-cl-btn-bottom .action-buttons-container {
    display: flex;
    gap: 15px;
}

a.see-more {
    font-size: 14px;
    font-weight: 500;
    color: #1b74e4;
    text-decoration: none;
    right: 0;
    position: absolute;
}

.cl-btn-add-to-cart {
    color: #1b74e4;
}

.block-slider-thumbnail-introduce {
    max-width: 450px;
    display: flex;
    height: 100%;
    padding: 20px;
}

.block-slider-thumbnail-introduce .swiper-button-prev,
.block-slider-thumbnail-introduce .swiper-button-next {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50px;
}

.block-slider-thumbnail-introduce .swiper-button-prev:after {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-left: 9px;
    margin-top: 15px;
}

.block-slider-thumbnail-introduce .swiper-button-next:after {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 15px;
}

.block-slider-thumbnail-introduce .box img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}


/* Responsive */
@media(max-width: 900px) {
    .cl-modal-body {
        flex-direction: column !important;
    }
}

@media (min-width: 576px) {
    .appended-purchase-information-modal .modal-dialog {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }
}

.action-buttons-container button.cl-btn-buy-now .btn-text,
.action-buttons-container button.cl-btn-add-to-cart .btn-text {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

/* **BADGE-POPULAR STYLES cho Pricing Blocks** */

/* Package name container với flexbox để align badge và text */


/* Responsive adjustments cho badge */
@media (max-width: 768px) {
    .cl-pricing-block .package-name {
        flex-direction: column;
        gap: 2px;
    }

    .cl-pricing-block .badge-popular.package-star-icon {
        font-size: 10px;
        padding: 1px 4px;
    }

    .cl-pricing-block .badge-popular.package-star-icon svg {
        width: 12px;
        height: 12px;
    }

    .block-flexible {
        padding-left: 0;
        display: grid;
    }

    .cl-pricing-bar {
        display: block;
    }

    .cl-pricing-block {
        margin-bottom: 20px;
    }

    .block-cl-btn-bottom button.cl-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Selected state styling cho pricing block */