.dh-faq{background-color:rgb(var(--color-background));}
.dh-pdp-faq{max-width:960px;margin:0 auto;width:100%;}
.dh-pdp-faq__list{display:block;}
.dh-pdp-faq__item{border-bottom:1px solid #002d1e;}
.dh-pdp-faq__q{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;cursor:pointer;}
.dh-pdp-faq__q::-webkit-details-marker{display:none;}
.dh-pdp-faq__q-text{font-family:'GalanoGrotesque',sans-serif !important;font-weight:700 !important;font-size:22.5px !important;line-height:27px !important;letter-spacing:0.5px !important;color:#002d1e !important;flex:1;}
.dh-pdp-faq__icon{position:relative;flex:none;width:20px;height:20px;}
.dh-pdp-faq__icon::before,.dh-pdp-faq__icon::after{content:'';position:absolute;left:50%;top:50%;background:#002d1e;transition:opacity .2s ease,transform .2s ease;}
.dh-pdp-faq__icon::before{width:16px;height:2px;transform:translate(-50%,-50%);}
.dh-pdp-faq__icon::after{width:2px;height:16px;transform:translate(-50%,-50%);}
.dh-pdp-faq__item[open] .dh-pdp-faq__icon::after{opacity:0;transform:translate(-50%,-50%) rotate(90deg);}
.dh-pdp-faq__a{padding:0 6px 20px;}
.dh-pdp-faq__a p{font-family:'GalanoGrotesque',sans-serif !important;font-weight:400 !important;font-size:18px !important;line-height:27px !important;letter-spacing:normal !important;color:#002d1e !important;margin:0 0 12px;}
.dh-pdp-faq__a p:last-child{margin-bottom:0;}
@media (max-width:768px){.dh-pdp-faq__q-text{font-size:18px !important;line-height:23px !important;}.dh-pdp-faq__a p{font-size:16px !important;line-height:24px !important;}.dh-pdp-faq__q{padding:14px 0;}}
