.natelo_faq .wd-accordion.wd-style-default > .wd-accordion-item:first-of-type {
    border-top: 0 !important;
}

.natelo_faq .wd-accordion-content {
    padding: 10px 45px 30px 45px;
}

.natelo_faq .wd-accordion-title-text span {
    display: flex;
    align-items: center;
    gap: 20px;
}

.natelo_faq .wd-accordion-title-text span::before {
    display: flex;
    content: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.16967 2.16967C3.72914 0.610201 6.07603 0 9.15 0H16.35C19.424 0 21.7709 0.610201 23.3303 2.16967C24.8898 3.72914 25.5 6.07603 25.5 9.15V16.35C25.5 19.424 24.8898 21.7709 23.3303 23.3303C21.7709 24.8898 19.424 25.5 16.35 25.5H9.15C6.07603 25.5 3.72914 24.8898 2.16967 23.3303C0.610201 21.7709 0 19.424 0 16.35V9.15C0 6.07603 0.610201 3.72914 2.16967 2.16967ZM3.23033 3.23033C2.0898 4.37086 1.5 6.22397 1.5 9.15V16.35C1.5 19.276 2.0898 21.1291 3.23033 22.2697C4.37086 23.4102 6.22397 24 9.15 24H16.35C19.276 24 21.1291 23.4102 22.2697 22.2697C23.4102 21.1291 24 19.276 24 16.35V9.15C24 6.22397 23.4102 4.37086 22.2697 3.23033C21.1291 2.0898 19.276 1.5 16.35 1.5H9.15C6.22397 1.5 4.37086 2.0898 3.23033 3.23033Z" fill="%231D1D1F"/><path d="M18.9918 12.7C18.9918 14.428 18.3978 15.922 17.2098 17.182L18.5958 18.568L17.4438 19.612L16.0218 18.172C14.9298 18.88 13.7418 19.234 12.4578 19.234C10.6578 19.234 9.12181 18.598 7.84981 17.326C6.57781 16.054 5.94181 14.512 5.94181 12.7C5.94181 10.888 6.57781 9.346 7.84981 8.074C9.12181 6.802 10.6578 6.166 12.4578 6.166C14.2578 6.166 15.7938 6.802 17.0658 8.074C18.3498 9.346 18.9918 10.888 18.9918 12.7ZM12.4578 17.596C13.3218 17.596 14.1138 17.392 14.8338 16.984L12.3138 14.446L13.4658 13.42L16.0578 16.012C16.8978 15.1 17.3178 13.996 17.3178 12.7C17.3178 11.32 16.8438 10.156 15.8958 9.208C14.9598 8.26 13.8138 7.786 12.4578 7.786C11.1018 7.786 9.94981 8.26 9.00181 9.208C8.06581 10.156 7.59781 11.32 7.59781 12.7C7.59781 14.068 8.06581 15.226 9.00181 16.174C9.94981 17.122 11.1018 17.596 12.4578 17.596Z" fill="%231D1D1F"/></svg>');
}

.natelo_faq .wd-accordion-opener {
    border: 1px solid var(--border, #E6E6E6);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    align-content: center;
    color: var(--title-color, #1D1D1F);
    font-size: 15px;
}

.natelo_faq .wd-accordion-opener::before {
    margin-top: 1px;
}

.natelo_faq .wd-accordion-title-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: var( --title-color, #1D1D1F );
}

.natelo_faq .wd-accordion-title.wd-active .wd-accordion-title-text , .natelo_faq .wd-accordion-title:hover .wd-accordion-title-text{
  color: var( --wd-primary-color, #0071E3 );	
}

.natelo_faq .wd-accordion-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var( --caption , #6E6E73 );
}

@media screen and (max-width: 1024px) {
	    .natelo_faq .wd-accordion-content {
        padding: 5px 45px 25px 45px;
    }
	
	.natelo_faq .wd-accordion-title-text{
		line-height: 20px;
	}
}

@media screen and (max-width: 768px) {
	    .natelo_faq .wd-accordion-content {
        padding: 0 45px 20px 45px;
    }
	
		.natelo_faq .wd-accordion-title-text{
		line-height: 22px;
	}
}