.speaker-questions-section { border-top: 1px solid #d8e5df; border-bottom: 1px solid #d8e5df; background: #edf4f1; }
.speaker-questions-section[hidden], [data-speaker-questions-nav][hidden] { display: none !important; }
.speaker-questions-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(22rem,1.15fr); gap: clamp(2rem,5vw,5rem); align-items: center; }
.speaker-questions-heading { margin: 0; text-align: left; }
.speaker-questions-heading p:last-child { max-width: 34rem; }
.speaker-questions-form { padding: clamp(1.35rem,3vw,2.25rem); border: 1px solid #cedbd5; border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(16,28,63,.08); }
.speaker-questions-form label { display: block; margin-bottom: .65rem; color: #101c3f; font-size: .95rem; font-weight: 600; }
.speaker-questions-form textarea { display: block; width: 100%; min-height: 9rem; resize: vertical; padding: .95rem 1rem; border: 1px solid #cbd5df; border-radius: 6px; background: #fff; color: #15213d; font: inherit; line-height: 1.55; }
.speaker-questions-form textarea:focus { outline: 3px solid rgba(217,155,55,.18); border-color: #b67a1f; }
.speaker-questions-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; }
.speaker-questions-status { min-height: 1.45rem; margin: 0; color: #5f6c78; font-size: .9rem; }
.speaker-questions-status[data-type="success"] { color: #18724a; } .speaker-questions-status[data-type="error"] { color: #b42318; }
@media (max-width: 767.98px) { .speaker-questions-layout { grid-template-columns: 1fr; gap: 1.5rem; } .speaker-questions-form-footer { align-items: stretch; flex-direction: column; } .speaker-questions-form-footer .btn { width: 100%; } }
