 
 

.homepage-links-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 1rem 1rem 2rem;
  gap: 2rem;
  text-align: center;
}

.homepage-links-footer h4 {
  margin: 0px;
}

.homepage-links-footer a {
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
  text-decoration: none;
}

.homepage-rg-footer {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 1rem;
}

.betslip-respgambling,
.main-respgambling {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.7rem 1rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  line-height: 0.9rem;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.main-respgambling {
  margin-bottom: 1rem;
}

.betslip-respgambling {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 1rem;
  margin: 1rem 1rem 25rem;
}

.betslip-quick .betslip-respgambling {
  display: none;
}

.respgambling-head,
.respgambling-head {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
}

.betstop {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  line-height: 0.9rem;
  background: rgb(255, 255, 255);
}

.betstop img {
  width: 10rem;
}
 