.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
[data-section-id="wrights-faq"] { background: linear-gradient(135deg, rgb(13, 27, 42) 0%, rgb(26, 46, 69) 50%, rgb(15, 34, 53) 100%); padding: 80px 20px; min-height: 100vh; box-sizing: border-box; }
[data-section-id="wrights-faq"] .faq-wrapper { max-width: 860px; margin: 0px auto; }
[data-section-id="wrights-faq"] .faq-header { text-align: center; margin-bottom: 56px; }
[data-section-id="wrights-faq"] .faq-badge { display: inline-block; background: linear-gradient(90deg, rgb(248, 110, 93), rgb(255, 154, 92)); color: rgb(255, 255, 255); font-family: Inter, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; border-radius: 30px; margin-bottom: 18px; }
[data-section-id="wrights-faq"] .faq-title { font-family: Poppins, sans-serif; font-size: clamp(28px, 5vw, 46px); font-weight: 700; color: rgb(255, 255, 255); margin: 0px 0px 16px; line-height: 1.2; background: linear-gradient(90deg, rgb(255, 255, 255), rgb(168, 212, 245)) text; -webkit-text-fill-color: transparent; }
[data-section-id="wrights-faq"] .faq-subtitle { font-family: Inter, sans-serif; font-size: 16px; font-weight: 400; color: rgb(148, 184, 212); max-width: 600px; margin: 0px auto; line-height: 1.7; }
[data-section-id="wrights-faq"] .faq-container { display: flex; flex-direction: column; gap: 12px; }
[data-section-id="wrights-faq"] .faq-item { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; overflow: hidden; transition: border-color 0.3s, background 0.3s; }
[data-section-id="wrights-faq"] .faq-item:hover { border-color: rgba(248, 110, 93, 0.5); background: rgba(255, 255, 255, 0.08); }
[data-section-id="wrights-faq"] .faq-item.active { border-color: rgba(248, 110, 93, 0.7); background: rgba(248, 110, 93, 0.07); }
[data-section-id="wrights-faq"] .faq-question { width: 100%; background: transparent; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; text-align: left; transition: background 0.2s; }
[data-section-id="wrights-faq"] .faq-question:hover { background: rgba(255, 255, 255, 0.04); }
[data-section-id="wrights-faq"] .faq-question-text { font-family: Inter, sans-serif; font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); line-height: 1.4; flex: 1 1 0%; }
[data-section-id="wrights-faq"] .faq-icon { width: 32px; height: 32px; min-width: 32px; border-radius: 50%; background: linear-gradient(135deg, rgb(248, 110, 93), rgb(255, 154, 92)); color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 300; line-height: 1; transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s; user-select: none; }
[data-section-id="wrights-faq"] .faq-item.active .faq-icon { transform: rotate(45deg); background: linear-gradient(135deg, rgb(255, 154, 92), rgb(248, 110, 93)); }
[data-section-id="wrights-faq"] .faq-answer { max-height: 0px; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s; }
[data-section-id="wrights-faq"] .faq-answer.open { max-height: 500px; }
[data-section-id="wrights-faq"] .faq-answer p { font-family: Inter, sans-serif; font-size: 15px; font-weight: 400; color: rgb(176, 207, 232); line-height: 1.8; padding: 0px 24px 24px; margin: 0px; }
[data-section-id="wrights-faq"] .faq-cta { margin-top: 56px; text-align: center; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; padding: 48px 32px; }
[data-section-id="wrights-faq"] .faq-cta-text { font-family: Inter, sans-serif; font-size: 18px; font-weight: 500; color: rgb(208, 232, 248); margin: 0px 0px 24px; }
[data-section-id="wrights-faq"] .faq-cta-btn { display: inline-block; background: linear-gradient(135deg, rgb(248, 110, 93), rgb(255, 154, 92)); color: rgb(255, 255, 255); font-family: Inter, sans-serif; font-size: 15px; font-weight: 600; text-decoration: none; padding: 14px 36px; border-radius: 50px; transition: transform 0.25s, box-shadow 0.25s, filter 0.25s; box-shadow: rgba(248, 110, 93, 0.4) 0px 4px 20px; letter-spacing: 0.5px; }
[data-section-id="wrights-faq"] .faq-cta-btn:hover { transform: translateY(-3px); box-shadow: rgba(248, 110, 93, 0.55) 0px 8px 30px; filter: brightness(1.1); }
[data-section-id="wrights-faq"] .faq-cta-btn:active { transform: translateY(0px); box-shadow: rgba(248, 110, 93, 0.35) 0px 4px 15px; }
@media (max-width: 600px) {
  [data-section-id="wrights-faq"] { padding: 50px 16px; }
  [data-section-id="wrights-faq"] .faq-question { padding: 18px 16px; }
  [data-section-id="wrights-faq"] .faq-question-text { font-size: 14px; }
  [data-section-id="wrights-faq"] .faq-answer p { padding: 0px 16px 20px; font-size: 14px; }
  [data-section-id="wrights-faq"] .faq-cta { padding: 36px 20px; }
}
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }