.elementor-kit-13{--e-global-color-primary:#9D7C5B;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 h1{font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =================================== */
/* STYLING BẢNG BÀI HỌC */
.pods-repeated-fields-table {
    width: 100%;
    border-collapse: collapse; /* Removes table borders */
    border: none; /* Ensures no border around the table */
}

.pods-repeated-item {
    padding-bottom: 10px; /* Adds space between rows */
}

.pods-label, .pods-value {
    border: none; /* Removes borders from both columns */
    padding: 8px 10px; /* Adds space inside cells */
    text-align: left; /* Ensures left alignment */
    font-size: 1rem; /* Set font size to 1rem */
}

.pods-label {
    width: 30%; /* Set first column width to 30% */
    font-weight: bold;
    color: var(--e-global-color-primary); /* Set label color to primary color */
}

.pods-value {
    width: 70%; /* Set second column width to 70% */
    color: #C7C7C7; /* Set value color */
}



/* =================================== */
/* THÊM HIỆU ỨNG GRADIENT ĐỐI VỚI TEXT CÓ CLASS */
.site__text--gradient {
    background: -webkit-linear-gradient(180deg, var( --e-global-color-primary), #B89C7B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}/* End custom CSS */