.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tbl-credit-score {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* Optional: helps keep column spacing readable */
  vertical-align:middle;
}

.credit_score {
 color: #ffffff !important;
text-align: center;
font-family: Cousine;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 135%; /* 32.4px */
letter-spacing: 3.12px;
text-transform: uppercase; 
}
.meaning{
color: #ffffff !important;
text-align: justify;
font-family: Cousine;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 162%; /* 32.4px */
text-align:center;
text-transform:uppercase;
}
.paper {
color: #ffffff !important;
text-align: justify;
font-family: Cousine;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 162%; /* 32.4px */
text-align:center;
}
.tbl-credit-score tbody tr:nth-child(1){background-color:#0E8743}
.tbl-credit-score tbody tr:nth-child(2){background-color:#80AE41}
.tbl-credit-score tbody tr:nth-child(3){background-color:#FEDD00}
.tbl-credit-score tbody tr:nth-child(4){background-color:#F8A823}
.tbl-credit-score tbody tr:nth-child(5){background-color:#F82323}

.tbl-credit-score tbody tr:nth-child(3) p,
.tbl-credit-score tbody tr:nth-child(4) p,
.tbl-credit-score tbody tr:nth-child(5) p {color:#000000 !important;}

.tbl-credit-score:hover tbody tr, {
  transform:none !important;
  transition: none !important;
}
.tbl-credit-score tr:hover {
  transform:none !important;
  transition: none !important;
  background:none !important;
}
.tbl-credit-score:hover {border:1px solid #000; !important;}
.tbl-credit-score tr td:first-child {
  width: 40%;
  vertical-align:middle;
}
.tbl-credit-score td{border: 1px solid gray !important;}
.tbl-credit-score thead th {
color: #000;
text-align: center;
font-family: 'Sofia Sans', sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: 72px; /* 180% */
text-transform: uppercase;
  background:none !important;
}
.tbl-credit-score tr:hover .credit_score, .buying-leasing tr:hover .meaning, .buying-leasing tr:hover .paper {
    transition: none !important;
  transform: none !important;
}