div.watu-question, div.show-question {
margin-top: 15px !important;
}
.question-choices, .show-question-choices {
margin-top: 15px !important;
}

/* ==========================
   Ramu Theme for Watu Quiz
   ========================== */

/* Main question container */
.ramu-question-container {
  max-width: 700px;
  margin: 25px auto;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  font-family: \\\\\\\'Segoe UI\\\\\\\', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Bold question text */
.ramu-question-container p:first-child {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

/* Divider under question */
.ramu-question-container hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 10px 0 15px 0;
}

/* Options wrapper */
.ramu-options label {
  display: block;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 8px;
  transition: all 0.2s ease-in-out;
}

/* Alternating option colors */
.ramu-options label:nth-child(odd) {
  background-color: #d4edda; /* light green */
}
.ramu-options label:nth-child(even) {
  background-color: #fff4e1; /* very light orange */
}

/* Hover effect */
.ramu-options label:hover {
  transform: scale(1.02);
}

/* Collapsible answer button */
label[for^=\\\\\\\"ans-\\\\\\\"] {
  display: inline-block;
  background: #007bff;
  color: #fff;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 12px;
  text-align: center;
}

/* Answer box */
.ramu-answer {
  background: transparent;
  border-left: 3px solid #007bff;
  padding: 12px 15px;
  margin-top: 10px;
  display: none;
  color: #333;
  font-size: 15px;
}

/* When checkbox is checked, show the answer */
input[id^=\\\\\\\"ans-\\\\\\\"]:checked + .ramu-answer {
  display: block;
}

/* Navigation links (Next / Previous) */
.ramu-nav {
  text-align: center;
  margin-top: 20px;
}
.ramu-nav a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  color: #007bff;
  font-weight: 600;
}
.ramu-nav a:hover {
  text-decoration: underline;
}

/* Mobile responsive */
@media (max-width: 600px) {
  .ramu-question-container {
    padding: 15px 18px;
    font-size: 15px;
  }
  .ramu-options label {
    padding: 8px 10px;
  }
}


.watupro-question-choice span {
		  display: inline !important; /* added in WatuPRO 6.1.0.4 */
		}
@media 
			only screen and (max-width: 600px) {
}
