/*
 Theme Name:   Factory Child
 Description:  A child theme for the Factory theme.
 Template:     Factory
 Version:      1.0.0
*/
/*通用CSS*/body{background-color:#fff;color:#414141;line-height:1.65;font-family:"Microsoft YaHei","微软雅黑",Arial,sans-serif;font-size:14px;font-weight:400;overflow-x:hidden;text-rendering:optimizelegibility}@media (max-width:767px){body{font-size:12px}}.u-permalink{bottom:0;left:0;outline:0;position:absolute;right:0;top:0;z-index:10}.text-align-left{text-align:left !important}@media (min-width:1200px){.container{max-width:1200px}}
/* Gutenberg & 普通表格统一*/.wp-block-table-wrapper,.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.wp-block-table,.table-wrapper table,table{width:100%;border-collapse:collapse;font-size:15px;margin:20px 0;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,0.05)}.wp-block-table thead,table thead{background:#f2f4f7;color:#0f172a;font-weight:600;border-bottom:2px solid #d1d5db}.wp-block-table thead th,table thead th{padding:14px 12px;text-align:left}.wp-block-table tfoot,table tfoot{background:#f9fafc;color:#1f2937;font-weight:600;border-top:2px solid #d1d5db}.wp-block-table td,.wp-block-table th,table td,table th{padding:12px 10px;border:1px solid #e5e7eb;word-break:break-word;vertical-align:middle;color:#374151;line-height:1.6}.wp-block-table tbody tr:nth-child(even),table tbody tr:nth-child(even){background:#f9fafc}.wp-block-table tbody tr:hover,table tbody tr:hover{background:#eef4ff;transition:0.2s ease}.wp-block-table td:first-child,.wp-block-table th:first-child,table td:first-child,table th:first-child{font-weight:600;color:#2a4d8f;white-space:nowrap}.wp-block-table figcaption,table figcaption{color:#6b7280;text-align:center;margin:8px 0;font-size:13px}@media (max-width:720px){.wp-block-table td,.wp-block-table th,table td,table th{padding:8px 6px;font-size:14px}}
 /* 英&俄&日&西&韩&德字体样式 */html[lang^="en"] body,html[lang^="ru"] body,html[lang^="es"] body{font-family:'Roboto','Helvetica Neue',Arial,sans-serif}html[lang^="ja"] body{font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN','Meiryo',sans-serif}html[lang^="ko"] body{font-family:'Noto Sans KR','Apple SD Gothic Neo','Malgun Gothic',sans-serif}html[lang^="de"] body{font-family:'Roboto','Helvetica Neue','Segoe UI',Arial,sans-serif}html[lang^="en"] .about-features .content p,html[lang^="en"] .home-modular-5 .contact-item p,html[lang^="en"] .contact-text p,html[lang^="en"] .home-modular-11 .cleaning-service-item .content p,html[lang^="en"] .modular15_wrapper .modular15_text_box p,html[lang^="ru"] .about-features .content p,html[lang^="ru"] .home-modular-5 .contact-item p,html[lang^="ru"] .contact-text p,html[lang^="ru"] .home-modular-11 .cleaning-service-item .content p,html[lang^="ru"] .modular15_wrapper .modular15_text_box p,html[lang^="ja"] .about-features .content p,html[lang^="ja"] .home-modular-5 .contact-item p,html[lang^="ja"] .contact-text p,html[lang^="ja"] .home-modular-11 .cleaning-service-item .content p,html[lang^="ja"] .modular15_wrapper .modular15_text_box p,html[lang^="es"] .about-features .content p,html[lang^="es"] .home-modular-5 .contact-item p,html[lang^="es"] .contact-text p,html[lang^="es"] .home-modular-11 .cleaning-service-item .content p,html[lang^="es"] .modular15_wrapper .modular15_text_box p,html[lang^="ko"] .about-features .content p,html[lang^="ko"] .home-modular-5 .contact-item p,html[lang^="ko"] .contact-text p,html[lang^="ko"] .home-modular-11 .cleaning-service-item .content p,html[lang^="ko"] .modular15_wrapper .modular15_text_box p,html[lang^="de"] .about-features .content p,html[lang^="de"] .home-modular-5 .contact-item p,html[lang^="de"] .contact-text p,html[lang^="de"] .home-modular-11 .cleaning-service-item .content p,html[lang^="de"] .modular15_wrapper .modular15_text_box p{text-align:left}
/* --- 问题标题样式 --- */span.uagb-question{font-size:18px;font-weight:bold;color:#333333;line-height:1.5;margin-bottom:10px;display:block;text-decoration:none}span.uagb-question::before{content:"Q:";font-weight:bold;color:#555555;margin-right:8px}span.uagb-question:hover{color:#0073aa;cursor:pointer}