/* footer section Default for mobile phone */
.footer {
  display: flex;
  flex-direction: column;    
  background-color: #000000;
  text-align: center;
  height: auto;
}

.footer-row {
  display: flex;
  flex-direction: row; 
  justify-content: center;
  gap: 30px;
}

.footer-row-1 {
  display: flex;
  flex-direction: row; 
  margin-top: 10px;
  justify-content: center;
  gap: 15px;
}

.footer-row-1 a {
  font-size: 24px; 
  color: #fff;
  text-decoration: none;
  display: block; 
}

.footer-divider {
  color: #fff;
  font-size: 20px;
}

.footer-row-2 {
  display: flex;
  flex-direction: row;      
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;          
  margin-top: 20px;
}

.footer-logo,
.footer-rating {
  height: 65px; 
  margin-left: 0;
}

.footer-rules {
  width: 100%; 
  display: flex;
  flex-direction: column;
  list-style: none;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-rules li {
  font-size: 13px;
  line-height: 1.8;
  position: relative;
  color: #aaa;
}

.footer-row-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #aaa;
}