.block--nir-faq__widget {
    text-align: right;
}

.block--nir-faq__widget article {
    text-align: left;
    border-top: 1px solid #a9bcd0;
}

.nir-faq-widget--accordion-link {
    display: inline-block;
    text-decoration: none !important;
    padding: 0 0 12px;
  }

/* The showing and hiding.*/
.js .nir-faq--item-wrapper.nir-faq--closed .nir-faq--answer {
  display: none;
}

.nir-faq--wrapper {

}

.nir-faq--item-wrapper {
    padding: 0;
    margin: 0;
}

.nir-faq--item-wrapper:last-child {

}

.nir-faq--question {
    cursor: pointer;
    width: 100%;
    padding: 20px 50px 20px 2px;
    margin: 0;
    position: relative;
    line-height: 1.5;
    border-bottom: 1px solid #a9bcd0;
    background: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.nir-faq--open .nir-faq--question {
    background-color: #fff;
}

.nir-faq--question .nir-faq--text {
    display: inline-block;

}

.nir-faq--question .nir-faq--text:hover {

}

.js .nir-faq--question:hover {
  cursor: pointer;
  background: #fff;
}

.nir-faq--answer {
    padding: 30px 2px 30px;
    border-bottom: 1px solid #a9bcd0;
}

.nir-faq--answer p:not(:last-child) {
    margin: 0;
    padding: 0 0 30px;
}

.nir-faq--answer *:last-child {
    padding: 0;
    margin:0;
}

.nir-faq--answer *:last-child {
    padding: 0;
    margin:0;
}

.nir-faq--answer table {
    width: 100%;
}

.nir-faq--answer table font {
    font-size: 18px;
}

.nir-faq--answer table b {
  font-family: 'Seer Sans Semi Bold';
}

/* The arrow.*/

.js .nir-faq--arrow {
    position: absolute;
    right: 4px;
    top: 0;
    height: 100%;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js .nir-faq--arrow::before {
/*    content: "+";*/
/*    font-size: 22px;*/
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    background-image: url(../../dist/css/wp-content/themes/treace/library/dist/images/btn-text-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.js .nir-faq--question:hover .nir-faq--arrow::before {

}

.js .nir-faq--item-wrapper.nir-faq--open .nir-faq--arrow::before {
    content: "";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media screen and (max-width: 1024px) {

    .nir-faq--question,
    .nir-faq--answer{
/*        padding-right: 20px;*/
    }

}
