.elementor-3 .elementor-element.elementor-element-87decfa{--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;}/* Start custom CSS for html, class: .elementor-element-91d7341 *//* Smooth transitions for FAQ accordion */
        details > summary { list-style: none; }
        details > summary::-webkit-details-marker { display: none; }
        details[open] summary ~ * { animation: fadeIn 0.3s ease-in-out; }
        @keyframes fadeIn {
            0% { opacity: 0; transform: translateY(-10px); }
            100% { opacity: 1; transform: translateY(0); }
        }
        .prose a { color: #795d26; text-decoration: none; font-weight: 600; transition: color 0.2s; }
        .prose a:hover { color: #b08d27; text-decoration: underline; }/* End custom CSS */