/* #faq-numeria .toggle >.toggle-title a{
color: var(--nectar-accent-color);
    font-family: "The Seasons";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 1px;
    padding-left: 0px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
#faq-numeria .toggle.open .faq-item-inner{
     padding-bottom:40px;
}

#faq-numeria .faq-item-inner {
border-bottom: 1px dashed var(--nectar-extra-color-1);

}

#faq-numeria .faqTogglerIcon{
    width:40px;
    margin-bottom:0px !important;
}

#faq-numeria .toggle.open .faqTogglerIcon,
#faq-numeria .toggle .faqTogglerIcon:hover{
    opacity:.5;

}
#faq-numeria .inner-toggle-wrap{
    padding:0px 0px 25px 0px;
}

*/

#faq-numeria .toggle >.toggle-title a{
  gap:10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
#faq-numeria .toggle-heading,
#faq-numeria .inner-toggle-wrap{
  padding-left: 0px;
}
#faq-numeria .toggle{
  border-bottom: 1px solid #DADADA;
}

#faq-numeria .toggle.open .refillHover{
  fill:#FF647A;
}
.faqContent{
  text-align: left;
  padding-bottom: 24px;
  font-weight: 300;
}
.faqTitleAndNumber{
  display: flex;
  gap:20px;
  align-items: center;
  flex:1;
}

.faqTitleAndNumber .faqCounter{
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 120%;
}

.faqTitleAndNumber .faqTitle{
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 22.8px */
margin-bottom: 0px !important;
text-align:left;
}
.faqTogglerIcon{
  margin-bottom: 0px !important;
}

@media screen and (max-width:690px){
  .faqTitleAndNumber .faqCounter{
    display: none;
  }
  .faqContent{
    font-size:16px;
  }
}
