.elementor-12570 .elementor-element.elementor-element-c747633{color:var( --e-global-color-secondary );width:var( --container-widget-width, 102.698% );max-width:102.698%;--container-widget-width:102.698%;--container-widget-flex-grow:0;}.elementor-12570 .elementor-element.elementor-element-c747633.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-12570 .elementor-element.elementor-element-1ef2dbe{--display:flex;--background-transition:0.3s;}.elementor-12570 .elementor-element.elementor-element-3f72dff .elementor-button{background-color:var( --e-global-color-fb1008e );}/* Start custom CSS for text-editor, class: .elementor-element-c747633 *//* 最外層容器：不設背景色，100% 靠左對齊，嚴格直角 */
.yz-agency-layout-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333333;
}

/* 主標題視覺樣式 */
.yz-agency-layout-main-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #123d58; /* 大標題深藍配色 */
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #2d9cdb; /* 主要品牌色細條 */
}

/* 前言導讀段落 */
.yz-agency-layout-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    margin-bottom: 35px;
}

/* 內文超連結色彩設定 */
.yz-agency-layout-link {
    color: #2d9cdb; /* 主要品牌色 */
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.yz-agency-layout-link:hover {
    color: #123d58;
}

/* 獨立卡片架構：白底、100% 直角、左側深色飾條 */
.yz-agency-layout-item {
    background: #ffffff;
    border-left: 6px solid #24465d; /* 主色 */
    border-top: 1px solid #e1e8ed;
    border-right: 1px solid #e1e8ed;
    border-bottom: 1px solid #e1e8ed;
    border-radius: 0px !important; /* 強制直角 */
    padding: 25px 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(36, 70, 93, 0.05);
    box-sizing: border-box;
}

/* 卡片獨立子標題 */
.yz-agency-layout-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #123d58;
    margin-top: 0;
    margin-bottom: 15px;
}

/* 卡片內一般文字段落 */
.yz-agency-layout-text {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 15px;
}
.yz-agency-layout-text:last-child {
    margin-bottom: 0;
}

/* 無序項目列表排版 */
.yz-agency-layout-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0 0 15px 0;
}
.yz-agency-layout-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 12px;
    position: relative;
    padding-left: 18px;
}
.yz-agency-layout-list li:last-child {
    margin-bottom: 0;
}
/* 列表項目符號（主色深藍直角小方塊） */
.yz-agency-layout-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #24465d;
    border-radius: 0px;
}

/* 有序項目列表排版 */
.yz-agency-layout-list-numbered {
    padding-left: 20px;
    margin: 0 0 15px 0;
}
.yz-agency-layout-list-numbered li {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 12px;
}

/* 表格響應式外盒 */
.yz-agency-layout-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 15px;
    border: 1px solid #e1e8ed;
}

/* 表格樣式（無圓角、對齊左側） */
.yz-agency-layout-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}
.yz-agency-layout-table th {
    background-color: #24465d;
    color: #ffffff;
    padding: 12px 15px;
    font-weight: 600;
}
.yz-agency-layout-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e1e8ed;
    color: #4b5563;
}
.yz-agency-layout-table tr:nth-child(even) {
    background-color: #f8fafc;
}

/* 結尾與 CTA 區塊外盒 */
.yz-agency-layout-footer {
    margin-top: 40px;
}
.yz-agency-layout-cta-box {
    background-color: #f4f8fa; /* 亮色底 */
    border: 1px solid #2d9cdb;
    border-radius: 0px !important; /* 直角 */
    padding: 30px;
    box-sizing: border-box;
}
.yz-agency-layout-cta-headline {
    font-size: 19px;
    font-weight: 700;
    color: #123d58;
    margin-top: 0;
    margin-bottom: 12px;
}
.yz-agency-layout-cta-text {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 25px;
}

/* 底部互動按鈕群組 */
.yz-agency-layout-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.yz-agency-layout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0px !important; /* 按鈕一律直角 */
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
}

/* 按鈕風格 1：主色（官網） */
.yz-btn-primary {
    background-color: #24465d;
    color: #ffffff !important;
    border: 1px solid #24465d;
}
.yz-btn-primary:hover {
    background-color: #123d58;
    border-color: #123d58;
}

/* 按鈕風格 2：品牌色（解析） */
.yz-btn-secondary {
    background-color: #2d9cdb;
    color: #ffffff !important;
    border: 1px solid #2d9cdb;
}
.yz-btn-secondary:hover {
    background-color: #1a83c2;
    border-color: #1a83c2;
}

/* 按鈕風格 3：外框色（文章） */
.yz-btn-outline {
    background-color: transparent;
    color: #24465d !important;
    border: 2px solid #24465d;
}
.yz-btn-outline:hover {
    background-color: #24465d;
    color: #ffffff !important;
}

/* RWD 行動裝置優化：精準調整 padding，防止過胖 */
@media screen and (max-width: 768px) {
    .yz-agency-layout-container {
        padding: 20px 15px;
    }
    .yz-agency-layout-main-title {
        font-size: 22px;
    }
    .yz-agency-layout-item {
        padding: 20px 15px; /* 縮小手機端間距以優化閱讀空間 */
        margin-bottom: 20px;
    }
    .yz-agency-layout-card-title {
        font-size: 18px;
    }
    .yz-agency-layout-cta-box {
        padding: 20px 15px;
    }
    .yz-agency-layout-btn-group {
        flex-direction: column; /* 行動裝置按鈕改為垂直排列 */
        width: 100%;
        gap: 12px;
    }
    .yz-agency-layout-btn {
        width: 100%; /* 手機版按鈕寬度100%方便點擊 */
        text-align: center;
    }
}/* End custom CSS */