/* Compact board dropdown */
.board-results-menu {
  columns: 1 !important;
  min-width: 245px !important;
  width: max-content !important;
  max-width: 280px !important;
  padding: 7px !important;
}
.board-results-menu .dropdown-item {
  white-space: nowrap;
  padding: 8px 12px;
  font-size: .78rem;
}
.board-results-menu .dropdown-divider { margin: 5px 0; }

/* Keep the official, captcha-protected result service inside PaperMCQs */
.br-embedded-checker { width: min(1040px, calc(100% - 36px)); }
.br-frame-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -4px 0 16px;
  padding: 12px 14px;
  border-radius: 9px;
  background: #edf8f0;
  color: #29633e;
  font-size: .8rem;
}
.br-frame-note i { color: #087b36; font-size: 1.15rem; }
.br-frame-wrap {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border: 1px solid #dce7df;
  border-radius: 12px;
  background: #fff;
}
.br-frame-wrap iframe {
  display: block;
  width: 100%;
  height: 720px;
  border: 0;
  background: #fff;
}
.br-frame-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #fff;
  color: #466455;
  font-weight: 700;
}
.br-frame-loading[hidden] { display: none; }
.br-frame-fallback {
  margin: 12px 0 0;
  color: #78877f;
  font-size: .75rem;
  text-align: center;
}
@media (max-width: 991px) {
  .board-results-menu { min-width: 0 !important; width: 100% !important; max-width: none !important; }
  .br-frame-wrap, .br-frame-wrap iframe { height: 780px; }
}
@media (max-width: 575px) {
  .br-frame-wrap, .br-frame-wrap iframe { height: 840px; }
  .br-frame-note { align-items: flex-start; }
}

.br-direct-note{display:flex;align-items:center;gap:10px;margin:-4px 0 18px;padding:13px 15px;border-radius:10px;background:#eaf8ee;color:#25613b;font-size:.82rem}.br-direct-note i{color:#0b8a40;font-size:1.15rem}.br-direct-form{padding:4px}.br-direct-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.br-direct-grid label>span{display:block;margin-bottom:8px;font-weight:700;color:#213b2d}.br-direct-grid select,.br-direct-grid input{width:100%;height:52px;padding:0 14px;border:1px solid #d2dfd6;border-radius:8px;background:#fff;outline:none}.br-direct-grid select:focus,.br-direct-grid input:focus{border-color:#0b8a40;box-shadow:0 0 0 3px rgba(11,138,64,.1)}.br-direct-query{grid-column:1/-1}.br-result-output{margin-top:22px}.br-result-status,.br-result-error{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid #dde8e1;border-radius:12px;background:#fafcfb}.br-result-error i{font-size:2rem;color:#c0392b}.br-result-error strong{margin-top:8px}.br-result-error p{margin:5px 0;color:#748078}.br-official-result{overflow:auto;border:1px solid #cfe0d5;border-radius:12px;background:#fff}.br-official-head{display:flex;align-items:center;gap:9px;padding:15px 18px;background:#087b36;color:#fff;font-weight:800}.br-official-result table{width:100%;border-collapse:collapse}.br-official-result th,.br-official-result td{padding:10px;border:1px solid #dde6e0;font-size:.8rem}.br-official-result tr:nth-child(even){background:#f7faf8}@media(max-width:991px){.br-direct-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.br-direct-grid{grid-template-columns:1fr}.br-direct-query{grid-column:auto}}
