.rulesTitle {
  background-color: #163439;
  padding: 6px 12px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rulesTitleLink {
  color: #fff;
  text-decoration: underline; /* 👈 add this */
  cursor: pointer;
  font-size: 12px !important;
}

.rulesTitleLink:hover {
  opacity: 0.8;
  text-decoration: underline; /* keep underline on hover */
}


.rulesTitle a:hover {
  opacity: 0.8;
}

.teenpattiRulesList {
  color: #fff;
}

.teenpattiRulesList u {
  text-decoration: underline;
}

.floatRightRound {
  font-size: 12px;
  padding: 4px 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
}

.floatRightRound span {
  font-weight: 500;
}


