/*
Generated time: August 2, 2025 13:13
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.faq__item details[open] summary .icon-minus{display:block}.faq__item details[open] summary .icon-plus{display:none}.faq__item details:not([open]) summary .icon-minus{display:none}.faq__item details:not([open]) summary .icon-plus{display:block}.faq__title .title{text-align:center;color:#affc2f}.faq__items{display:flex;flex-direction:column;align-items:center;gap:10px}.faq__item{width:950px;overflow:hidden}.faq__item summary{display:flex;align-items:center;justify-content:space-between;background-color:#f0f0f0;padding:16px 26px;cursor:pointer;transition:background-color .2s ease;list-style:none}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:hover{background-color:#affc30}.faq__question{font-size:20px;color:#000;margin:0}.faq__answer{color:#000;background:#fff;font-size:16px;padding:0 26px;overflow:hidden;transition:none}.faq__answer p,.faq__answer ul{margin:0}.faq__item svg{width:16px;height:16px;transition:transform .3s cubic-bezier(.4, 0, .2, 1);flex-shrink:0}.faq__item details[open] summary svg{transform:rotate(180deg)}.faq__item svg path{fill:black}.faq__item details[open] summary{background-color:#affc30}.faq__answer-wrapper{overflow:hidden}@media screen and (max-width:990px){.faq__item{width:95%;max-width:950px}}@media screen and (max-width:480px){.faq__item summary{padding:16px 20px}.faq__question{font-size:17px;padding-right:10px;}.faq__answer{padding:0 20px;font-size:15px}}