/*!/wp-content/themes/hello-theme-child-master/style.css*/function custom_preload_fonts(){echo '<link rel="preconnect" href="https://fonts.googleapis.com">';echo '<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>';echo '<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">'}add_action('wp_head','custom_preload_fonts');.engeman-faqs{margin:2rem auto;max-width:820px}.engeman-faq{margin:0 0 12px 0}.engeman-faq-item{border:1px solid #e5e7eb;border-radius:10px;background:#fff;overflow:hidden}.engeman-faq-summary{cursor:pointer;padding:14px 16px;font-weight:600;display:flex;align-items:center;gap:10px}.engeman-faq-item>summary::-webkit-details-marker{display:none}.engeman-faq-item>summary::marker{content:""}.engeman-faq-item>summary::after{content:"+";margin-left:auto;color:#6b7280;font-weight:700}.engeman-faq-item[open]>summary::after{content:"−"}.engeman-faq-summary:focus,.engeman-faq-summary:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.engeman-faq-item .engeman-faq-content{max-height:0;overflow:hidden;padding:0 16px 0 16px;transition:max-height 300ms ease,padding 300ms ease}.engeman-faq-item[open] .engeman-faq-content{max-height:1000px;padding:0 16px 16px 16px;transition:cubic-bezier(.165,.84,.44,1)}.engeman-faq-answer p{margin:0 0 .75rem 0}.engeman-faq-answer ul,.engeman-faq-answer ol{margin:.5rem 0 .75rem 1.25rem}@media (max-width:480px){.engeman-faq-summary{padding:12px 14px}.engeman-faq-item[open] .engeman-faq-content{padding:0 14px 14px 14px}}@media (prefers-reduced-motion:reduce){.engeman-faq-item .engeman-faq-content{transition:none}}