.faq-item {padding: 14px 0;border-top: 1px solid #e5e7eb;}
.faq-toggle span {font-size: var(--text-20);font-weight: 600;line-height: 28px;}
.faq-answer p {color: #6E6E6E; padding-right: calc(var(--spacing) * 8); font-size: 1rem; margin-bottom: 10px;}
.faq-item:last-child { border-bottom: 1px solid #e5e7eb;}
.faq-answer {overflow: hidden;height: 0;opacity: 0;transition: height 0.35s ease, opacity 0.25s ease;}
.icon-circle {width: 28px;height: 28px;border: 1.5px solid #DE392E;border-radius: 50%;display: flex; align-items: center;justify-content: center;flex-shrink: 0;}
.icon-circle svg path {transition: all 0.25s ease;stroke: #DE392E;}
.line-vertical {transform-origin: center;transition: transform 0.25s ease;}
.faq-answer ul li {color: #6E6E6E; margin-bottom: 10px;}
.faq-answer ul li:last-child {margin-bottom: 0;}
.faq-answer.active {margin-top: 10px;}
.faq-answer ul, .faq-answer ol {margin-bottom: 10px;}

.dark .faq-toggle span {color: #fff;}
.dark .icon-circle svg path {stroke: #fff;}
.dark .icon-circle {border-color: #fff;}
.dark .faq-answer p, .dark .faq-answer ul li, .dark .faq-answer ol li {color: #fff;}


 @media screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio:1.5),screen and (min-width:1025px) and (min-resolution:144dpi) { 
    .faq-toggle span{font-size: 1.125rem;}
    .faq-answer p {font-size: 0.875rem !important;}
 }
