.faq-icon {
    background-color: #c95c35 !important;
    color: white !important;
  }

#s-block-13 > div {
  text-align: center;
}


/* زر "عرض الكل" تحت قسم آراء العملاء وفي المنتصف */
.nk-viewall-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

/* نفس تدرجات زر الصورة */
.nk-viewall-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 22px;
  min-width: 190px;

  background: linear-gradient(180deg, #B3B3B3 0%, #C2C2C2 55%, #BDBDBD 100%);
  border: 1px solid #A7A3A3;
  border-radius: 6px;

  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;

  box-shadow: 0 2px 0 rgba(0,0,0,.08);
  transition: filter .15s ease, transform .15s ease;
}

.nk-viewall-btn:hover{
  filter: brightness(.96);
  transform: translateY(-1px);
}

.nk-viewall-btn:active{
  transform: translateY(0);
  filter: brightness(.93);
}

.nk-viewall-btn:focus{
  outline: 2px solid #A7A3A3;
  outline-offset: 2px;
}