
.ffaq{ direction: rtl; font-family: inherit; }
.ffaq-header{ margin-bottom: 14px; }
.ffaq-heading{ font-size: 22px; font-weight: 800; line-height: 1.2; }
.ffaq-desc{
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(17,24,39,.75);
}
.ffaq-desc p{ margin: 0 0 8px; }
.ffaq-desc p:last-child{ margin-bottom: 0; }
.ffaq-highlight{
  display:inline-block;
  padding: 4px 10px;
  border-radius: 10px;
  background: #fb923c;
  color: #fff;
  position: relative;
  top: -1px;
}

.ffaq-list{ display:flex; flex-direction:column; gap: 12px; }

.ffaq-item{
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.ffaq-q{
  width:100%;
  background: transparent;
  border:0;
  padding: 0;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  cursor:pointer;
  text-align: right;
}

.ffaq-q-text{ font-size: 16px; font-weight: 700; }

.ffaq-icon{
  width: 28px;
  height: 28px;
  display:grid;
  place-items:center;
  border-radius: 10px;
  background: rgba(251,146,60,.12);
  color: #fb923c;
  font-weight: 900;
  flex: 0 0 auto;
  transition: transform .18s ease;
}

.ffaq-item.is-open .ffaq-icon{ transform: rotate(45deg); }

.ffaq-panel{ margin-top: 10px; }
.ffaq-a{ font-size: 14px; line-height: 1.8; color: rgba(17,24,39,.9); }

.ffaq-empty{
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff7ed;
  border: 1px solid rgba(251,146,60,.35);
  color: #9a3412;
  font-weight: 600;
}
