.deedpoll-faq-categories,
.deedpoll-faq-categories *{box-sizing:border-box}
.deedpoll-faq-categories{width:100%;background:#f7f9fc;padding:60px 20px;font-family:Inter,Arial,sans-serif;overflow:hidden}
.deedpoll-faq-categories__inner{width:100%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:minmax(0,34%) minmax(0,1fr);gap:24px;align-items:stretch}
.deedpoll-faq-categories__sidebar,.deedpoll-faq-categories__content{background:#fff;border:1px solid #dce4ee;border-radius:18px;box-shadow:0 8px 24px rgba(18,45,82,.06)}
.deedpoll-faq-categories__sidebar{padding:28px}
.deedpoll-faq-categories__nav{display:flex;flex-direction:column;width:100%;border:1px solid #dce4ee;border-radius:16px;overflow:hidden;background:#fff}
.deedpoll-faq-category{appearance:none;-webkit-appearance:none;width:100%;min-height:84px;border:0;border-bottom:1px solid #dce4ee;background:#fff;color:#08285d;display:grid;grid-template-columns:52px minmax(0,1fr) 44px;align-items:center;gap:14px;padding:12px 20px;text-align:left;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}
.deedpoll-faq-category:last-child{border-bottom:0}
.deedpoll-faq-category:hover{background:#eef4fd;color:#08285d}
.deedpoll-faq-category.is-active{background:#092d74;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.deedpoll-faq-category__icon-wrap{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#f0f5fd;color:#0a377c;transition:background .2s ease,color .2s ease}
.deedpoll-faq-category.is-active .deedpoll-faq-category__icon-wrap{background:#fff;color:#0a377c}
.deedpoll-faq-category__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:22px;line-height:1}
.deedpoll-faq-category__icon svg{width:1em;height:1em;fill:currentColor}
.deedpoll-faq-category__title{font-size:18px;line-height:1.3;font-weight:500;color:inherit}
.deedpoll-faq-category__count{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f2f4f8;color:#132e5d;font-size:18px;font-weight:600;line-height:1;border:1px solid rgba(8,40,93,.04)}
.deedpoll-faq-category.is-active .deedpoll-faq-category__count{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.28);color:#fff}
.deedpoll-faq-categories__content{padding:38px 34px}
.deedpoll-faq-categories__list{display:flex;flex-direction:column;gap:24px;width:100%}
.deedpoll-faq-cat-item{width:100%;border:1px solid #e0e6ef;border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(18,45,82,.08);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}
.deedpoll-faq-cat-item[hidden]{display:none!important}
.deedpoll-faq-cat-item:hover{border-color:#d1dbea;box-shadow:0 9px 24px rgba(18,45,82,.10)}
.deedpoll-faq-cat-item__toggle{appearance:none;-webkit-appearance:none;width:100%;min-height:86px;border:0;background:transparent;display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:18px;padding:16px 24px 16px 28px;text-align:left;cursor:pointer;color:#062a66}
/*
 * FAQ interaction states.
 * Keep every idle/focus/open state transparent so global theme button styles can
 * never inject a red/pink background. Blue + white text is used ONLY on a real
 * pointer hover. This also prevents sticky hover colours on touch devices.
 */
body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle,
body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle:focus,
body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle:focus-visible,
body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle:active,
body .deedpoll-faq-categories .deedpoll-faq-cat-item.is-open button.deedpoll-faq-cat-item__toggle{
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  text-shadow:none!important;
  -webkit-tap-highlight-color:transparent;
}
body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle:focus-visible{
  outline:2px solid #0b3a82!important;
  outline-offset:2px;
}
body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle:focus:not(:focus-visible){outline:none!important}

@media (hover:hover) and (pointer:fine){
  body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle:hover,
  body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle:focus:hover,
  body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle:active:hover,
  body .deedpoll-faq-categories .deedpoll-faq-cat-item.is-open button.deedpoll-faq-cat-item__toggle:hover{
    background-color:var(--deedpoll-faq-question-hover-bg,#0b3a82)!important;
    background-image:none!important;
    color:var(--deedpoll-faq-question-hover-text,#fff)!important;
  }
  body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle:hover .deedpoll-faq-cat-item__question{
    color:var(--deedpoll-faq-question-hover-text,#fff)!important;
  }
  body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle:hover .deedpoll-faq-cat-item__chevron{
    color:var(--deedpoll-faq-question-hover-text,#fff)!important;
  }
}

/* Keep keyboard/touch/click standby states in the normal Deedpoll colours. */
@media (hover:none), (pointer:coarse){
  body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle:hover,
  body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle:focus,
  body .deedpoll-faq-categories button.deedpoll-faq-cat-item__toggle:active{
    background-color:transparent!important;
    background-image:none!important;
  }
}
.deedpoll-faq-cat-item__question{font-size:20px;line-height:1.35;font-weight:700;color:#062a66}
.deedpoll-faq-cat-item__chevron{display:flex;align-items:center;justify-content:center;color:#082e72;font-size:20px;transition:transform .2s ease}
.deedpoll-faq-cat-item.is-open .deedpoll-faq-cat-item__chevron{transform:rotate(180deg)}
.deedpoll-faq-cat-item__answer{border-top:1px solid #edf0f5;color:#4a5870}
.deedpoll-faq-cat-item__answer[hidden]{display:none!important}
.deedpoll-faq-cat-item__answer-inner{padding:0 76px 24px 28px;font-size:16px;line-height:1.7}
.deedpoll-faq-cat-item__answer-inner p:first-child{margin-top:0}.deedpoll-faq-cat-item__answer-inner p:last-child{margin-bottom:0}
.deedpoll-faq-categories__empty{padding:34px;border:1px dashed #d6deea;border-radius:14px;color:#5c687c;text-align:center;font-size:16px}
.deedpoll-faq-categories__empty[hidden]{display:none!important}
@media(max-width:1024px){
  .deedpoll-faq-categories__inner{grid-template-columns:1fr!important;gap:22px}
  .deedpoll-faq-categories__sidebar{padding:20px}
  .deedpoll-faq-categories__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
  .deedpoll-faq-category{border-right:1px solid #dce4ee}
  .deedpoll-faq-category:nth-child(even){border-right:0}
  .deedpoll-faq-categories__content{padding:26px}
}
@media(max-width:767px){
  .deedpoll-faq-categories{padding:40px 20px}
  .deedpoll-faq-categories__sidebar{padding:14px}
  .deedpoll-faq-categories__nav{display:flex}
  .deedpoll-faq-category{min-height:72px;grid-template-columns:44px minmax(0,1fr) 36px;padding:10px 14px;border-right:0}
  .deedpoll-faq-category__icon-wrap{width:42px;height:42px}
  .deedpoll-faq-category__count{width:34px;height:34px;font-size:15px}
  .deedpoll-faq-category__title{font-size:15px}
  .deedpoll-faq-categories__content{padding:14px}
  .deedpoll-faq-categories__list{gap:14px}
  .deedpoll-faq-cat-item__toggle{min-height:76px;grid-template-columns:minmax(0,1fr) 24px;gap:12px;padding:14px 16px 14px 18px}
  .deedpoll-faq-cat-item__question{font-size:16px}
  .deedpoll-faq-cat-item__chevron{font-size:16px}
  .deedpoll-faq-cat-item__answer-inner{padding:0 18px 20px 18px;font-size:15px}
}

/* FAQ question rows intentionally use no leading icon. */
.deedpoll-faq-cat-item__icon{display:none!important}
