:root{
  --dq-pink: #DB7093;
  --dq-green: #0a8d56;
  --dq-muted: #e6f2ef;
}

/* Before click disabled (initial blur) */
.dq-input-done:disabled:not(.done-locked){
        background: #7abfa0 !important;
    color: #fff !important;
    border-color: #7abfa0 !important;
    opacity:.6;
}

/* After click disabled (dark green) */
.dq-input-done.done-locked{
    background:#016035 !important;
    color:#fff !important;
    border-color:#02ff8d !important;
    opacity:1 !important;
}
.dq-instruction-image img {
    height: 500px!important;
}
button.dq-btn.dq-yn-yes.selected {
    color: #ffffff;
    background: #c36;
}

button#dq-prev {
    background: #f8e8e9;
     color:#c36;
}
button#dq-prev:hover {
    background: #c36;
     color:#fff;
}
button#dq-next {
    background: #f8e8e9;
    color:#c36;
}
button#dq-next:hover {
    background: #c36;
    color:#fff;
}
.dq-option.selected button.dq-btn.dq-choose {
    background: #c36 !important;
    color: #ffffff !important;
}

.donebtn button.dq-btn.dq-primary {
    background-color: #f8e8e9;
    color: #c36;;
}
/*.dq-instruction-content p {*/
/*    text-align: left;*/
/*}*/

/* =====================================
   QUESTION PROMPT: Audio LEFT | Text RIGHT
===================================== */
.dq-prompt-wrap {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
button.dq-question-audio-btn.is-playing {
    background: #c32 !important;
}

/* AUDIO (LEFT) */
.dq-prompt-audio {
    order: 1;
    flex: 0 0 48px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* BUTTON STYLE */
.dq-question-audio-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

/* TEXT (RIGHT) */
.dq-prompt {
    order: 2;
    flex: 1;
}

/* REMOVE DEFAULT P MARGINS */
.dq-prompt p {
    margin: 0;
}

/* MOBILE STACK */
@media (max-width: 768px) {
    .dq-prompt-wrap {
        flex-direction: row; /* still side by side */
        align-items: flex-start;
    }
}

button.dq-question-audio-btn {
    float: inline-start;
}
button.instruction {
    background-color: #f8e8e9 !important;
    color: #c36!important;
}
button.instruction:hover {
    background-color: #c36 !important;
    color: #fff!important;
}
button.dq-btn.dq-audio-btn {
    color: #c36;
}
button.dq-btn.dq-audio-btn:hover {
    color: #fff;
}
button.dq-btn.dq-choose:hover {
    background-color: #c36 !important;
    color:#fff;
}
button.dq-btn.dq-choose {
    background-color: #f8e8e9 !important;
    color:#c36;
}
.dq-score-text {
    font-weight: 800;
    font-size: 2rem;
    color: #220177;
    padding-bottom: 20px;
}
.dq-score-section p {
    font-size: 20px;
    font-weight: 900;
}
h2.dq-result-title {
    color: #c36;
}
.dq-assessment-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    gap: 8px;
}

.dq-assessment-heading h3 {
    margin: 0;
}

label {
    line-height: unset!important;
}
/* ===========================
   APP DOWNLOAD BUTTONS
=========================== */

.dq-app-download {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
/* Result screen action buttons spacing */
.dq-result-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;           /* 👈 button ke beech ka gap */
    margin-top: 20px;
    flex-wrap: wrap;    /* mobile safe */
}
@media (max-width: 480px) {
    .dq-result-actions {
        gap: 12px;
    }

    .dq-result-actions .dq-btn {
        min-width: 160px;
    }
}

.dq-store-btn img {
    height: 55px;
    width: auto;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 10px;
}

.dq-store-btn:hover img {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Mobile */
@media (max-width: 600px) {
    .dq-store-btn img {
        height: 48px;
    }
}

/* Question prompt with right-side audio */
.dq-prompt-wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.dq-prompt {
    flex: 1;
}

.dq-prompt-audio,
.dq-question-audio-btn {
    flex-shrink: 0;
}

.dq-question-audio-btn,
.dq-audio-btn {
    background: #f8e8e9!important;
    border: none;
    border-radius: 50%;
    padding: 6px 8px;
    cursor: pointer;
    font-size: 16px;
}

.dq-question-audio-btn:hover,
.dq-audio-btn:hover {
    background: #e0e4ea;
}


/* ============================================
   BASE WRAPPER
============================================ */
.dq-quiz-root {
  max-width: 1060px;
  margin: 12px auto;
  padding: 18px;
  font-family: brush, Century Gothic, sans-serif;
}
.dq-instruction-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 16px 0;
}

.dq-instruction-content {
    font-size: 18px;
    line-height: 1.6;
    /*margin: 20px 0;*/
    max-width: 500px;
    margin: 20px auto;
}

.dq-instruction-actions {
    text-align: center;
    margin-top: 30px;
}


.dq-sub-number {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}

.dq-passage p {
    font-size: 20px;
}

button.dq-btn.dq-input-done {
  color: #fff;
    background:#0a8d56;
}
button.dq-pair-btn.dq-left {
  color: #000080;
}
button.dq-pair-btn.dq-left:hover {
  background:#c36;
}
button.dq-pair-btn.dq-right {
  color: #000080;
}
button.dq-pair-btn.dq-right:hover {
  background:#c36;
}

/* TITLE */
.dq-title {
  text-align: center;
  font-size: 36px;
  margin: 8px 0 18px;
  color: #012;
}

/* ============================================
   PROGRESS DOTS – Desktop + Mobile
============================================ */
.dq-dots-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 6px 0 16px;
  padding: 0 12px;
}

/* FIX: Remove global button padding from dots */
.dq-dot {
  width: 40px;
  height: 10px;
  border-radius: 8px;
  background: #d9f0ec;
  opacity: 0.85;
  border: 0;

  /* override global padding */
  padding: 0 !important;
  line-height: 0 !important;
}

.dq-dot.active {
  background: #083f36;
}

.dq-dot.done {
  background: #bddfd2;
}

/* Tablet */
@media (max-width: 768px) {
  .dq-dots-wrap { gap: 6px; }
  .dq-dot {
    width: 20px;
    height: 8px;
  }
}

/* Mobile FIX — Proper Small Dots */
@media (max-width: 480px) {
  .dq-dots-wrap { gap: 4px !important; }
  .dq-dot {
    width: 10px !important;
    height: 6px !important;
    border-radius: 4px !important;
  }
}

/* ============================================
   HEADER
============================================ */
.dq-question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 12px;
  color: #220177;
}

.dq-qcount {
  font-weight: 700;
  font-size: 36px;
}

/* ============================================
   CARD
============================================ */
.dq-card {
  padding: 18px;
  border-radius: 10px;
  background: #f0fbfa;
  border: 1px solid #dff3ef;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 8px;
}

.dq-prompt {
  font-weight: 700;
  font-size: 20px;
  margin-left: 8px;
  margin-bottom: 20px;
  color: #07131a;
}

/* ============================================
   AUDIO MC OPTIONS
============================================ */
.dq-aopt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--dq-muted);
  margin-bottom: 8px;
}

.dq-aopt.selected {
  border-color: #2f9d7a;
  box-shadow: 0 6px 12px rgba(0,0,0,0.04);
}

/* ============================================
   CAPITAL PAIR GRID
============================================ */
.dq-pair-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

/* Override global padding */
.dq-pair-btn {
  padding: 10px 12px !important;
  border-radius: 8px;
  border: 1px solid #cfe6dd;
  background: #fff;
  cursor: pointer;
}

.dq-pair-btn.selected {
  background: #e6fff0;
  color: #000;
  border-color: #29a56a;
}

/* Tablet */
@media (max-width:800px){
  .dq-pair-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================
   IMAGE GRID
============================================ */
.dq-image-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.dq-image-cell {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 6px;
  background: #fff;
  box-sizing: border-box;
}

/* image sizing */
.dq-image-cell img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  display: block;
}

/* NEW: select dot inside image */
.dq-image-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
}

.dq-select-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(0,0,0,0.12);
  transition: background .12s ease, border-color .12s ease, transform .12s ease;
  transform: scale(1);
}

/* Choose button wrapper centers Choose */
.dq-choose-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

/* choose button style (inherits your .dq-btn styling) */
.dq-choose {
  padding: 6px 14px;
  font-size: 14px;
}

/* SELECTED state: pink outline/raise, filled dot */
.dq-image-cell.selected {
  border-color: var(--dq-pink);
  box-shadow: 0 8px 18px rgba(219,112,147,0.12);
  transform: translateY(-2px);
}

.dq-image-cell.selected .dq-select-dot,
.dq-select-dot[data-selected="1"] {
  background: #c36;
  border-color: #c36;
}

/* subtle hover */
.dq-image-cell:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

/* accessibility focus */
.dq-image-cell:focus {
  outline: 3px solid rgba(91, 128, 255, 0.12);
  outline-offset: 2px;
}

/* Responsive tweak for image cells */
@media (max-width: 480px) {
  .dq-image-cell { width: 48%; }
}

/* ============================================
   LARGE RADIO OPTION STYLE
============================================ */
.dq-option.dq-large-radio {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px !important; /* override global */
  border-radius: 10px;
  border: 1px solid #e8f3ef;
  background: #fbfffe;
  margin: 8px 0;
  cursor: pointer;
  transition: 0.18s ease;
}

.dq-hidden-radio { position:absolute; left:-9999px; }

.dq-radio-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #073b5a;
  position: relative;
}

.dq-radio-circle::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--dq-pink);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.12s ease;
}

.dq-option.selected {
  background: #e8fbf6;
  border-color: var(--dq-pink);
  box-shadow: 0 8px 18px rgba(6,70,55,0.04);
}

.dq-option.selected .dq-radio-circle::after {
  transform: translate(-50%, -50%) scale(1);
}

.dq-large-label {
  font-size: 18px;
  font-weight: 600;
  color: #07202a;
}

/* ============================================
   SUB QUESTION BLOCKS
============================================ */
.dq-sub {
  margin-top: 12px;
  padding: 12px !important; /* override global */
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eef5f2;
}

.dq-sub-q {
  font-weight: 600;
  margin-bottom: 8px;
  color:#023;
}

/* ============================================
   MOBILE AUDIO FIX
============================================ */
.dq-sub-audio audio {
  width: 100% !important;
  max-width: 100% !important;
  height: 44px;
  display: block;
  border-radius: 10px;
}

.dq-sub-audio {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}

/* ============================================
   INPUT TEXT
============================================ */
.dq-input-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
}

.dq-input-text {
  flex: 1;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #bfe5d3;
  background: #fff;
}

.dq-input-text:disabled {
  background: #eef7f3;
  color: #6c7a75;
}

.dq-input-done {
  padding: 10px 14px !important;
  border-radius: 8px;
  background: var(--dq-green);
  color: #fff;
  border: none;
  cursor: pointer;
}

.dq-input-done:disabled {
  background: #7abfa0;
}

/* MOBILE FIX FOR INPUT DONE BUTTON */
@media (max-width:480px){
  .dq-input-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .dq-input-text {
    width: 100%;
    font-size: 16px;
  }
  .dq-input-done {
    width: 100%;
    padding: 12px !important;
    font-size: 16px;
  }
}

/* ============================================
   ⭐ LETTER CLICK QUESTION TYPE — 5-per-row
============================================ */

.dq-letter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 10px;
  box-sizing: border-box;
}

.dq-letter-box {
  flex: 0 0 calc(20% - 8px);
  max-width: calc(20% - 8px);
  box-sizing: border-box;
  min-width: 0;
  height: 64px;
  padding: 8px 6px;
  border-radius: 10px;
  border: 1px solid #cfe6dd;
  background: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  transition: 0.16s ease, transform 0.12s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4169e1;
}

/* selected state */
.dq-letter-box.selected {
  background: var(--dq-green);
  color: #ffffff;
  border-color: var(--dq-green);
  box-shadow: 0 6px 16px rgba(0,0,0,0.16);
  transform: translateY(-1px);
}
.dq-letter-box:hover {
  background:#c36;
}
button.dq-letter-box {
    color: #c36;
}
button.dq-letter-box:hover {
    color: #fff;
}
/* small screens: 3-per-row */
@media (max-width: 480px) {
  .dq-letter-grid { gap: 8px; justify-content: center; }

  .dq-letter-box {
    flex: 0 0 calc(33.333% - 8px);
    max-width: calc(33.333% - 8px);
    height: 52px;
    padding: 6px 4px;
    font-size: 20px;
    line-height: 40px;
  }
}

/* mid screens: 4-per-row */
@media (min-width: 481px) and (max-width: 800px) {
  .dq-letter-box {
    flex: 0 0 calc(25% - 8px);
    max-width: calc(25% - 8px);
    height: 56px;
    font-size: 24px;
    line-height: 44px;
  }
}

/* ============================================
   NAVIGATION (Prev/Next)
============================================ */
#dq-nav,
#dq-nav-inner {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.dq-btn {
  padding: 10px 14px !important;
  border-radius: 8px;
  border: 1px solid #c36;
  background: #f8e8e9 ;
  cursor: pointer;
  font-weight: 600;
}


/* ===== Result Action Buttons Section ===== */
.dq-result-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.dq-result-actions .dq-btn{
        background: #f8e8e9;
    color: #c36;
}


/* Start Level 2 Button - Green (25% opacity) */
.dq-result-actions .dq-primary {
    background: rgba(10, 141, 86, 0.25); /* green 25% opacity */
    color: #006400;
}

/* Hover Dark Green */
.dq-result-actions .dq-primary:hover {
    background: #0a8d56;
    color: #fff;
}
.dq-instruction-audio .dq-audio-btn:hover {
    background: #c36!important;
}

.donebtn button.dq-btn.dq-primary:hover {
    color: #fff!important;
    background-color: #c36;
    border-color: #c36;
}

.dq-primary {
  background: #220177;
  color: #fff;
  border-color: var(--dq-green);
}

/* ============================================
   MOBILE – FULL WIDTH GREEN BUTTONS
============================================ */
@media (max-width:480px){
  #dq-nav-inner {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  #dq-nav-inner .dq-btn {
    width: 100% !important;
    padding: 14px !important;
    font-size: 16px;
    text-align: center;
    background: #11a63a !important;
    color: #fff !important;
    border-color: #11a63a !important;
  }
}

/* ============================================
   RESULT CARD
============================================ */
.dq-result-card {
  max-width: 760px;
  margin: 24px auto;
  background: #e9fbf9;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.dq-hero img {
  max-width: 140px;
  margin: 0 auto 12px;
}

.dq-result-sub {
  color: #254f48;
  max-width: 640px;
  margin: 0 auto 10px;
}

.dq-score-num {
  font-weight: 800;
  color: #220177;
  /*color:#0a6b47;*/
}

/* ============================================
   RESPONSIVE TEXT
============================================ */
@media (max-width:800px){
  .dq-large-label { font-size: 16px; }
}

@media (max-width:480px){
  .dq-large-label { font-size: 15px; }
}
@media (max-width:480px){
  #dq-nav {
      flex-direction: column;
      gap: 10px;
      width: 100%;
  }
  #dq-nav .dq-btn {
      width: 100% !important;
      background: #11a63a !important;
      color: #fff !important;
      border-color: #11a63a !important;
  }
}

/* MOBILE: one image per row and remove fixed image height */
@media (max-width: 480px) {
  .dq-image-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .dq-image-cell {
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px;
    box-sizing: border-box;
  }
  .dq-image-wrap {
    height: auto !important;
    min-height: 0;
    display: block;
    padding: 4px;
  }
  .dq-image-cell img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain;
    display: block;
  }
  .dq-choose-wrap {
    justify-content: center;
  }
}

/* ===============================
   BUTTON STATE: ENABLED / DISABLED
=============================== */
.dq-input-done[disabled],
.dq-btn[disabled],
.dq-btn.disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(10%);
  box-shadow: none !important;
}

.dq-input-done[disabled] {
  /*background: #7abfa0 !important;*/
  /*color: #fff !important;*/
  /*border-color: #7abfa0 !important;*/
}

.dq-input-done:not([disabled]),
.dq-btn:not([disabled]) {
  transition: transform .08s ease, box-shadow .12s ease, opacity .12s ease;
}

.dq-input-done:not([disabled]):hover,
.dq-btn:not([disabled]):hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.dq-input-done:not([disabled]):active,
.dq-btn:not([disabled]):active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0,0,0,0.10);
}

.dq-input-done:focus,
.dq-btn:focus {
  outline: 3px solid rgba(0,0,0,0.15);
  outline-offset: 2px;
}

.dq-choose[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

/* =====================================================
   VISUAL PROCESSING (Q20)
===================================================== */

.dq-yn-wrap {
  display: flex;
  gap: 12px;
  margin: 12px 0 16px;
  align-items: center;
  flex-wrap: wrap;
}

.dq-yn-wrap .dq-btn {
  padding: 12px 18px !important;
  border-radius: 10px;
  min-width: 110px;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #c36;
  background: #f8e8e9;
  color: #073b5a;
  box-shadow: 0 6px 12px rgba(0,0,0,0.04);
}

.dq-yn-yes {
  background: var(--dq-green);
  color: #fff;
  border-color: var(--dq-green);
}
.dq-yn-no {
  background: #fff;
  color: #073b5a;
  border-color: #dff3ef;
}

.dq-yn-yes.selected {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(10,141,86,0.12);
}
.dq-yn-no.selected {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.04);
}

.dq-vp-heading {
  margin-top: 14px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  color: #07131a;
}

.dq-vp-symptoms,
.dq-vp-triggers {
  display: block;
  margin: 10px 0 14px;
  padding: 10px;
  background: #fbfffe;
  border-radius: 10px;
  border: 1px solid #e8f3ef;
}

.dq-vp-row {
  display: flex;
  align-items: center;
  gap: 12px;
  align-items: flex-start;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: background .08s.ease, transform .08s.ease;
  background: #fff;
  border: 1px solid #eef5f2;
  margin-bottom: 8px;
}

.dq-vp-row:hover {
  background: #f6fffb;
  transform: translateY(-1px);
}

.dq-vp-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #cfe6dd;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  flex: 0 0 22px;
  background: #fff;
  cursor: pointer;
  transition: background .08s.ease, border-color .08s.ease, transform .08s.ease;
}

.dq-vp-row input[type="checkbox"]:checked {
  background: #c36;
  border-color: var(--dq-pink);
  box-shadow: 0 8px 18px rgba(6, 70, 55, 0.04);
}

.dq-vp-row input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.dq-vp-row .dq-vp-label {
  flex: 1;
  font-size: 15px;
  color: #05343a;
  line-height: 1.35;
}

.dq-vp-row .dq-vp-label p {
  margin: 0;
}

.dq-vp-row input[type="checkbox"]:focus,
.dq-vp-row:focus-within {
  outline: 3px solid rgba(10,141,86,0.12);
  outline-offset: 2px;
  border-radius: 8px;
}

.dq-vp-row.disabled,
.dq-vp-row input[type="checkbox"][disabled] {
  opacity: 0.6;
  pointer-events: none;
}

.dq-vp-note {
  font-size: 13px;
  color: #456;
  margin-top: 6px;
}

@media (max-width: 480px) {
  .dq-yn-wrap { gap: 8px; }
  .dq-yn-wrap .dq-btn { min-width: 86px; padding: 10px 14px; font-size: 15px; }
  .dq-vp-row { padding: 8px; gap: 10px; }
  .dq-vp-row .dq-vp-label { font-size: 14px; }
  .dq-vp-symptoms, .dq-vp-triggers { padding: 8px; }
  
  .dq-instruction-card {
  padding: 14px;
  text-align: center;
}
}

/* =====================================================
   FIX: INSTRUCTIONS SCREEN
===================================================== */
.dq-instruction-card {
  padding: 14px;
  border-radius: 12px;
  background: #f0fbfa;
  /*border: 1px solid #dff3ef;*/
  text-align: center;
}

.dq-instruction-card audio {
  width: 100%;
  max-width: 360px;
  margin: 12px auto;
  display: block;
}

.dq-instruction-actions .dq-btn {
  min-width: 160px;
}

/* =====================================================
   FIX: VISUAL PROCESSING — HEADING AUDIO
===================================================== */
.dq-vp-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dq-vp-heading audio {
  width: 160px;
  height: 32px;
}

/* =====================================================
   FIX: VISUAL PROCESSING — OPTION AUDIO
===================================================== */
.dq-vp-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.dq-vp-row audio {
  width: 140px;
  height: 32px;
  flex-shrink: 0;
}

/* checkbox + text wrap */
.dq-vp-left {
  display: flex;
  gap: 10px;
  flex: 1;
}

/* mobile fix */
@media (max-width: 480px) {
  .dq-vp-row {
    flex-direction: column;
    gap: 8px;
  }
  .dq-instruction-card {
     text-align: left; 
}
  .dq-instruction-image img {
    height: 300px!important;
}

  .dq-vp-row audio {
    width: 100%;
  }

  .dq-vp-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .dq-vp-heading audio {
    width: 100%;
  }
}
