/* WCPEC Qabul FAQ Center 2.1.2 — isolated professional component */
.wcpec-qcg-faq-center{
  --faq-navy:#082544;
  --faq-blue:#0b3b72;
  --faq-gold:#c79b34;
  --faq-text:#152a42;
  --faq-muted:#66788c;
  --faq-line:#dbe5ef;
  --faq-soft:#f6f9fc;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  color:var(--faq-text)!important;
  font-family:Tajawal,Arial,sans-serif!important;
}
.wcpec-qcg-faq-center,.wcpec-qcg-faq-center *{box-sizing:border-box!important}
.wcpec-qcg-faq-center>header{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px)!important;
  gap:20px!important;
  align-items:center!important;
  margin:0 0 14px!important;
  padding:20px 22px!important;
  border:1px solid var(--faq-line)!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,#fff 0%,#f8fbff 72%,#fffaf0 100%)!important;
  box-shadow:0 14px 36px rgba(8,37,68,.07)!important;
}
.wcpec-qcg-faq-center>header>div>span{
  display:block!important;
  margin:0 0 3px!important;
  color:var(--faq-gold)!important;
  font-size:10px!important;
  font-weight:950!important;
}
.wcpec-qcg-faq-center>header h2{
  margin:0 0 4px!important;
  color:var(--faq-navy)!important;
  font-size:24px!important;
  line-height:1.35!important;
  font-weight:950!important;
}
.wcpec-qcg-faq-center>header p{
  margin:0!important;
  color:var(--faq-muted)!important;
  font-size:12px!important;
  line-height:1.75!important;
  font-weight:700!important;
}
.wcpec-qcg-faq-center>header>label{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  min-width:0!important;
  width:100%!important;
  padding:0 13px!important;
  border:1px solid #cfdbe7!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(8,37,68,.045)!important;
}
.wcpec-qcg-faq-center>header>label .dashicons{color:#71869b!important}
.wcpec-qcg-faq-center>header>label input{
  width:100%!important;
  min-height:44px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:var(--faq-text)!important;
  box-shadow:none!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:750!important;
}
.wcpec-qcg-faq-center>header>label input::placeholder{color:#8b99a8!important;opacity:1!important}
.wcpec-qcg-faq-categories{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  flex-wrap:wrap!important;
  margin:0 0 13px!important;
  padding:11px!important;
  border:1px solid var(--faq-line)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(8,37,68,.035)!important;
}
.wcpec-qcg-faq-categories button{
  width:auto!important;
  min-width:0!important;
  min-height:36px!important;
  margin:0!important;
  padding:0 12px!important;
  border:1px solid #d6e0ea!important;
  border-radius:10px!important;
  background:#f8fafc!important;
  color:#40566e!important;
  box-shadow:none!important;
  font-family:inherit!important;
  font-size:10.5px!important;
  font-weight:900!important;
  line-height:1!important;
  cursor:pointer!important;
}
.wcpec-qcg-faq-categories button:hover{
  border-color:#bfcfe0!important;
  background:#eef4fa!important;
  color:var(--faq-blue)!important;
}
.wcpec-qcg-faq-categories button.is-active{
  border-color:var(--faq-navy)!important;
  background:var(--faq-navy)!important;
  color:#fff!important;
}
.wcpec-qcg-faq-list{
  display:grid!important;
  gap:9px!important;
}
.wcpec-qcg-faq-list article{
  overflow:hidden!important;
  border:1px solid var(--faq-line)!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(8,37,68,.035)!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.wcpec-qcg-faq-list article:hover{
  border-color:#c8d7e6!important;
  box-shadow:0 12px 30px rgba(8,37,68,.065)!important;
}
.wcpec-qcg-faq-list article:has(>button[aria-expanded="true"]){
  border-color:#b9cde1!important;
  box-shadow:0 13px 32px rgba(8,37,68,.08)!important;
}
.wcpec-qcg-faq-list article>button{
  width:100%!important;
  min-height:64px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) 34px!important;
  gap:12px!important;
  align-items:center!important;
  margin:0!important;
  padding:13px 16px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:var(--faq-text)!important;
  box-shadow:none!important;
  text-align:right!important;
  font-family:inherit!important;
  cursor:pointer!important;
}
.wcpec-qcg-faq-list article>button:hover,
.wcpec-qcg-faq-list article>button[aria-expanded="true"]{
  background:linear-gradient(90deg,#fff,#f5f9fd)!important;
  color:var(--faq-text)!important;
}
.wcpec-qcg-faq-list article>button span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:27px!important;
  padding:3px 9px!important;
  border:1px solid #ead8aa!important;
  border-radius:999px!important;
  background:#fff8e8!important;
  color:#8a6514!important;
  font-size:9px!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.wcpec-qcg-faq-list article>button strong{
  min-width:0!important;
  color:var(--faq-navy)!important;
  font-size:13px!important;
  line-height:1.65!important;
  font-weight:950!important;
}
.wcpec-qcg-faq-list article>button i{
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  border:1px solid #d6e1ec!important;
  border-radius:10px!important;
  background:#f4f8fb!important;
  color:#55728e!important;
  font-size:17px!important;
  transition:transform .2s ease,background .2s ease,color .2s ease!important;
}
.wcpec-qcg-faq-list article>button[aria-expanded="true"] i{
  transform:rotate(180deg)!important;
  border-color:var(--faq-blue)!important;
  background:var(--faq-blue)!important;
  color:#fff!important;
}
.wcpec-qcg-faq-list article>div{
  padding:16px 18px 18px!important;
  border-top:1px solid #e4ebf2!important;
  background:#f8fbfe!important;
  color:#354b62!important;
  font-size:12px!important;
  line-height:1.95!important;
  font-weight:650!important;
}
.wcpec-qcg-faq-list article>div p{margin:0 0 9px!important;color:#354b62!important}
.wcpec-qcg-faq-list article>div p:last-child{margin-bottom:0!important}
.wcpec-qcg-faq-no-results{
  padding:30px!important;
  border:1px dashed #c9d7e5!important;
  border-radius:16px!important;
  background:#fff!important;
  color:#62758a!important;
  text-align:center!important;
  font-size:12px!important;
  font-weight:800!important;
}
@media(max-width:850px){
  .wcpec-qcg-faq-center>header{grid-template-columns:1fr!important;padding:17px!important}
  .wcpec-qcg-faq-list article>button{grid-template-columns:minmax(0,1fr) 34px!important}
  .wcpec-qcg-faq-list article>button span{grid-column:1/-1!important;justify-self:start!important}
}
@media(max-width:520px){
  .wcpec-qcg-faq-center>header h2{font-size:20px!important}
  .wcpec-qcg-faq-categories button{flex:1 1 auto!important}
  .wcpec-qcg-faq-list article>button{padding:12px!important}
}
