.elementor-1759 .elementor-element.elementor-element-073f642{--display:flex;--min-height:450px;--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;--justify-content:flex-end;--align-items:center;--margin-top:-245px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1759 .elementor-element.elementor-element-073f642:not(.elementor-motion-effects-element-type-background), .elementor-1759 .elementor-element.elementor-element-073f642 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a06e78f );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1759 .elementor-element.elementor-element-2311b76{text-align:center;}.elementor-1759 .elementor-element.elementor-element-2311b76 .elementor-heading-title{font-family:"Noto Serif TC", Sans-serif;font-size:30px;font-weight:500;letter-spacing:4px;color:#FFFFFF;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-1759 .elementor-element.elementor-element-52612ee{--divider-border-style:solid;--divider-color:var( --e-global-color-c78221c );--divider-border-width:1px;margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1759 .elementor-element.elementor-element-52612ee .elementor-divider-separator{width:30%;margin:0 auto;margin-center:0;}.elementor-1759 .elementor-element.elementor-element-52612ee .elementor-divider{text-align:center;padding-block-start:2px;padding-block-end:2px;}.elementor-1759 .elementor-element.elementor-element-7d09ca1{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1759 .elementor-element.elementor-element-8aad594{--spacer-size:20px;}.elementor-1759 .elementor-element.elementor-element-7347cd0{--display:flex;--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;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1759 .elementor-element.elementor-element-073f642{--min-height:500px;}}/* Start custom CSS for shortcode, class: .elementor-element-7d09ca1 */.breadcrumbs { 
    font-size: 14px;
    color: #fff; 
    
}
.breadcrumbs a {
    color: #fff;  /* 將連結顏色設為黑色 */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef0fa82 *//* --- CẤU HÌNH CƠ BẢN (CSS) - THEME ĐỎ CAFE --- */
    :root {
        /* Palette màu Đỏ Cafe */
        --primary: #68181d;    /* Màu đỏ cafe đậm (Deep Burgundy/Coffee Red) */
        --accent: #a34e3e;     /* Màu đỏ gạch/đồng ấm (Warm Terracotta/Copper) */
        
        --bg-color: #ffffff;   /* Nền trắng theo yêu cầu */
        --white: #ffffff;
        --text-color: #555;
        --radius: 12px;        /* Bo góc */
        --shadow: 0 10px 30px rgba(104, 24, 29, 0.08); /* Hiệu ứng đổ bóng hơi ám đỏ */
    }

    #easy-beauty-page {
        font-family: 'Helvetica Neue', Helvetica, Arial, "Microsoft JhengHei", sans-serif;
        line-height: 1.7;
        color: var(--text-color);
        background-color: var(--bg-color);
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #easy-beauty-page * {
        box-sizing: border-box;
    }

    /* Đảm bảo hình ảnh hiển thị tốt */
    #easy-beauty-page img {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: var(--radius);
    }

    /* --- CẤU TRÚC LAYOUT --- */
    .eb-container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .eb-section {
        padding: 60px 0;
        border-bottom: 1px solid #f2eaea; /* Đường kẻ chuyển sang màu xám ấm */
    }

    .eb-section:last-child {
        border-bottom: none;
    }

    /* --- TIÊU ĐỀ --- */
    .eb-title-group {
        text-align: center;
        margin-bottom: 30px;
    }

    .eb-title-group h2 {
        font-size: 2rem;
        color: var(--primary);
        margin-bottom: 10px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .eb-title-group .eb-subtitle {
        font-size: 1.1rem;
        color: var(--accent);
        font-weight: 500;
    }

    /* --- KHUNG CHỨA ẢNH --- */
    .eb-page-visual {
        width: 100%;
        margin-bottom: 40px;
        box-shadow: var(--shadow);
        border-radius: var(--radius);
        overflow: hidden;
        background-color: #f7eded; /* Màu nền chờ ảnh chuyển sang hồng phấn rất nhạt */
    }
    
    .eb-page-visual img {
        width: 100%;
        object-fit: cover;
    }

    /* --- GRID CARD DỊCH VỤ --- */
    .eb-card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }

    .eb-card {
        background: var(--white);
        padding: 30px;
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        transition: transform 0.3s ease;
        border-top: 3px solid transparent;
        border: 1px solid #faf0f0; /* Viền rất nhạt để nổi trên nền trắng */
        display: flex;
        flex-direction: column;
    }

    .eb-card:hover {
        transform: translateY(-5px);
        border-top: 3px solid var(--accent);
    }

    .eb-card h3 {
        color: var(--primary);
        font-size: 1.3rem;
        margin-top: 0;
        margin-bottom: 15px;
        border-bottom: 1px solid #f2eaea;
        padding-bottom: 10px;
    }

    .eb-card .desc {
        font-style: italic;
        color: #888;
        margin-bottom: 15px;
        font-size: 0.95rem;
    }

    .eb-tag-box {
        background-color: #fdf6f5; /* Chuyển nền box xám sang màu trắng ấm (warm white) */
        padding: 15px;
        border-radius: 8px;
        font-size: 0.9rem;
        margin-bottom: 15px;
    }

    .eb-tag-box strong {
        color: var(--primary);
        display: block;
        margin-bottom: 5px;
    }

    .eb-target {
        margin-top: auto;
        font-size: 0.9rem;
        color: var(--text-color);
    }
    .eb-target strong {
        color: var(--accent);
    }

    /* --- DANH SÁCH THÀNH PHẦN (TRANG CUỐI) --- */
    .eb-ing-list {
        list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .eb-ing-item {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        border-left: 4px solid var(--accent);
        box-shadow: 0 2px 10px rgba(104, 24, 29, 0.05);
        border: 1px solid #f5ebeb;
    }

    .eb-ing-item h4 {
        margin: 0 0 10px 0;
        color: var(--primary);
    }

    /* Mobile */
    @media (max-width: 768px) {
        .eb-title-group h2 { font-size: 1.5rem; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8205e5a *//* =========================================
   Easy Beauty - External Eye Bag Surgery Styles
   Scope: #eb-medical-wrapper
   ========================================= */

/* Font Import (Songti for headings, Sans for body) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500&family=Noto+Serif+TC:wght@400;600;700&display=swap');

#eb-medical-wrapper {
    /* --- Theme Variables --- */
    --eb-primary: #6b301a;       /* Deep Brown/Red from image header */
    --eb-accent: #a88e68;        /* Muted Gold/Bronze */
    --eb-text: #444444;          /* Dark Gray for text */
    --eb-light-bg: #fbfbf9;      /* Warm Light Beige */
    --eb-border: #e0e0e0;        /* Light Gray Border */
    --eb-white: #ffffff;
    
    font-family: 'Noto Sans TC', sans-serif;
    color: var(--eb-text);
    line-height: 1.8;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}

#eb-medical-wrapper * {
    box-sizing: border-box;
}

/* --- Layout Sections --- */
#eb-medical-wrapper .eb-section {
    padding: 60px 20px;
    margin-bottom: 0;
}

#eb-medical-wrapper .eb-bg-light {
    background-color: var(--eb-light-bg);
    border-radius: 8px;
}

/* --- Typography --- */
#eb-medical-wrapper .eb-main-title {
    font-family: 'Noto Serif TC', serif;
    font-size: 32px;
    color: var(--eb-primary);
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

#eb-medical-wrapper .eb-sub-title {
    font-family: 'Noto Serif TC', serif;
    font-size: 20px;
    color: var(--eb-primary);
    margin-bottom: 15px;
    font-weight: 600;
}

#eb-medical-wrapper .eb-divider {
    width: 60px;
    height: 3px;
    background-color: var(--eb-accent);
    margin: 0 auto 40px auto;
}

#eb-medical-wrapper .eb-intro-text {
    font-size: 17px;
    color: #333;
    text-align: justify;
    margin-bottom: 40px;
    line-height: 1.9;
}

#eb-medical-wrapper .eb-text {
    font-size: 16px;
    color: #555;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 1.8;
}

#eb-medical-wrapper .eb-text-center {
    text-align: center;
}

/* --- Grid System (Why Eye Bags) --- */
#eb-medical-wrapper .eb-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

#eb-medical-wrapper .eb-card {
    background: var(--eb-white);
    padding: 30px;
    border: 1px solid var(--eb-border);
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#eb-medical-wrapper .eb-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: var(--eb-accent);
}

#eb-medical-wrapper .eb-card-title {
    font-family: 'Noto Serif TC', serif;
    font-size: 18px;
    color: var(--eb-primary);
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

#eb-medical-wrapper .eb-icon-star {
    color: var(--eb-accent);
    font-size: 20px;
    margin-right: 5px;
}

/* --- Process List (Surgery Types) --- */
#eb-medical-wrapper .eb-process-list {
    margin-bottom: 50px;
}

#eb-medical-wrapper .eb-process-item {
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 3px solid var(--eb-accent);
}

#eb-medical-wrapper .eb-highlight-num {
    color: var(--eb-accent);
    margin-right: 5px;
}

/* --- Feature Box (Surgery Features) --- */
#eb-medical-wrapper .eb-feature-box {
    background-color: #fff;
    border: 1px solid var(--eb-accent);
    padding: 40px;
    position: relative;
    margin-top: 40px;
}

#eb-medical-wrapper .eb-box-title {
    font-family: 'Noto Serif TC', serif;
    font-size: 22px;
    color: var(--eb-primary);
    margin-bottom: 25px;
    text-align: center;
}

#eb-medical-wrapper .eb-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#eb-medical-wrapper .eb-check-list li {
    position: relative;
    padding-left: 35px;
    color: #444;
}

#eb-medical-wrapper .eb-svg-check {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    color: var(--eb-accent);
}

/* --- Checklist Grid (Suitable Candidates) --- */
#eb-medical-wrapper .eb-checklist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

#eb-medical-wrapper .eb-check-card {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

#eb-medical-wrapper .eb-check-icon {
    font-family: 'Noto Serif TC', serif;
    font-size: 24px;
    color: var(--eb-accent);
    margin-right: 15px;
    line-height: 1;
}

#eb-medical-wrapper .eb-check-content {
    font-size: 16px;
    color: #333;
}

#eb-medical-wrapper .eb-alert-box {
    background-color: rgba(107, 48, 26, 0.05); /* Very light primary color */
    padding: 30px;
    border-radius: 6px;
    border-left: 4px solid var(--eb-primary);
}

#eb-medical-wrapper .eb-alert-title {
    margin-top: 0;
    font-size: 18px;
}

#eb-medical-wrapper .eb-simple-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    color: #555;
}

#eb-medical-wrapper .eb-simple-list li {
    margin-bottom: 8px;
}

/* --- Ordered List (Technical Details) --- */
#eb-medical-wrapper .eb-ordered-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    counter-reset: my-counter;
}

#eb-medical-wrapper .eb-ordered-list li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-weight: 500;
    color: var(--eb-primary);
}

/* --- QA Section --- */
#eb-medical-wrapper .eb-qa-section {
    background-color: #fff;
}

#eb-medical-wrapper .eb-qa-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

#eb-medical-wrapper .eb-qa-item:last-child {
    border-bottom: none;
}

#eb-medical-wrapper .eb-question {
    font-family: 'Noto Serif TC', serif;
    font-size: 18px;
    color: var(--eb-accent);
    margin-bottom: 15px;
    font-weight: 700;
}

#eb-medical-wrapper .eb-answer {
    padding-left: 20px;
    border-left: 2px solid #eee;
    color: #555;
}

/* --- Responsive Design (Mobile) --- */
@media screen and (max-width: 768px) {
    #eb-medical-wrapper .eb-section {
        padding: 40px 15px;
    }

    #eb-medical-wrapper .eb-main-title {
        font-size: 26px;
    }
    
    /* Stack Grids */
    #eb-medical-wrapper .eb-grid-container,
    #eb-medical-wrapper .eb-check-list,
    #eb-medical-wrapper .eb-checklist-grid {
        grid-template-columns: 1fr;
    }
    
    #eb-medical-wrapper .eb-card,
    #eb-medical-wrapper .eb-feature-box {
        padding: 20px;
    }

    #eb-medical-wrapper .eb-intro-text,
    #eb-medical-wrapper .eb-text {
        text-align: left; /* Better for mobile reading */
    }
}/* End custom CSS */