.elementor-33583 .elementor-element.elementor-element-e77fba4{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:30px;--padding-bottom:30px;--padding-left:10px;--padding-right:10px;}.elementor-33583 .elementor-element.elementor-element-e77fba4:not(.elementor-motion-effects-element-type-background), .elementor-33583 .elementor-element.elementor-element-e77fba4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-33583 .elementor-element.elementor-element-e77fba4{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:2em;--padding-bottom:3em;--padding-left:0em;--padding-right:0em;}}/* Start custom CSS for html, class: .elementor-element-c7a99da */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* --- General Styling --- */
.camdongho-pricing-table { /* Đã đổi tên class */
    font-family: 'Inter', roboto;
    max-width: 100%;
    width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

.camdongho-pricing-table table { /* Đã đổi tên class */
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    border: 1px solid #d4e6f1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.camdongho-pricing-table th { /* Đã đổi tên class */
    background-color: #f8f9fa;
    padding: 20px 15px;
    text-align: center;
    font-size: 16px;
    color: #212529;
    border-bottom: 1px solid #d4e6f1;
    border-right: 1px solid #d4e6f1;
    white-space: nowrap;
}

.camdongho-pricing-table th:first-child { /* Đã đổi tên class */
    background-color: #00A650; /* Primary color */
    color: #ffffff;
    font-size: 18px;
}

.camdongho-pricing-table td { /* Đã đổi tên class */
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #d4e6f1;
    border-right: 1px solid #d4e6f1;
    color: #212529;
    font-size: 15px;
}

.camdongho-pricing-table th:last-child, /* Đã đổi tên class */
.camdongho-pricing-table td:last-child { /* Đã đổi tên class */
    border-right: none;
}

.camdongho-pricing-table tbody td:first-child { /* Đã đổi tên class */
    background-color: #f8f9fa;
    text-align: left;
    font-weight: 600;
}

.camdongho-pricing-table tr:last-child td { /* Đã đổi tên class */
    border-bottom: none;
}

/* Specific styling for prices */
.price-row td { color: #00A650; }
.price-row strong { font-size: 1.1em; font-weight: bold; }
.price-row small { display: block; font-size: 12px; color: #777; font-weight: normal; }

/* Checkmark styling */
.check {
    color: #00A650; /* Primary color for checkmarks */
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}

/* Badge styling */
.camdongho-pricing-table th.daily-col, /* Đã đổi tên class */
.camdongho-pricing-table th.weekly-col, /* Đã đổi tên class */
.camdongho-pricing-table th.recommended { /* Đã đổi tên class */
    position: relative;
    padding-top: 40px;
    padding-bottom: 15px;
}

.badge {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    width: max-content;
    color: white;
}
.badge-daily,
.badge-weekly,
.badge-recommended {
    background-color: #00A650; /* All badges use the primary color */
}

/* Recommended column styling - keep it distinct for "Nổi bật" */
.camdongho-pricing-table th.recommended { /* Đã đổi tên class */
    background-color: #e6f7ed; /* Lighter shade of primary color */
    border-top: 4px solid #00A650; /* Primary color border */
}
.camdongho-pricing-table td[data-label*="Theo thỏa thuận"] { /* Đã đổi tên class */
    background-color: #e6f7ed; /* Lighter shade for recommended column cells */
}

/* Call to action button styling */
.cta-button {
    display: inline-block;
    background-color: #00A650; /* Primary color */
    color: #ffffff !important;
    padding: 9px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}
.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.cta-recommended {
    background-color: #008D43; /* Slightly darker primary color for recommended CTA */
}
.cta-recommended:hover {
    background-color: #007A38; /* Even darker on hover */
}

/* --- RESPONSIVE LOGIC: SCROLL ON SMALL SCREENS --- */
@media screen and (max-width: 991px) {
    .camdongho-pricing-table th:first-child, /* Đã đổi tên class */
    .camdongho-pricing-table td:first-child { /* Đã đổi tên class */
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 2;
    }
    .camdongho-pricing-table thead th { /* Đã đổi tên class */
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 3;
        background-color: #f8f9fa;
    }
    .camdongho-pricing-table th:first-child { /* Đã đổi tên class */
        z-index: 4;
        background-color: #00A650; /* Primary color */
    }
}/* End custom CSS */