
/* Prevent menu wrapping */
nav.main-menu ul.menu {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

nav.main-menu ul.menu > li {
  display: inline-block;
  flex-shrink: 0;
  white-space: nowrap;
}

.mscore-widget {
  max-width: 600px;
  margin: 40px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.mscore-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}

.mscore-widget button {
  width: 100%;
  padding: 14px;
  margin-top: 10px;
  border: none;
  border-radius: 6px;
  background: #15a19c;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

.mscore-widget button:hover {
  background: #43b3af;
}

.mscore-widget input {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.mscore-hidden {
  display: none;
}

.mscore-result {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.mscore-loading {
  text-align: center;
  margin-top: 10px;
  color: #888;
}
.ques-type{
    font-size: 16px;
    font-weight: 700;
}