.griglia {
  display: grid;
  gap: 15px;
}

.col-60 {
  width: 59%;
}

.col-40 {
  width: 39%;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#atf {
  background: #102A43;
  color: #FFF;
}

#atf h1 {
  color: #FFF;
}

#atf a {
  color: #FFF;
}

#atf .box-bookmaker {
  display: block;
  padding: 10px;
  background: #FFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

#atf .box-bookmaker img {
  width: 150px;
  height: auto;
  border-radius: 5px;
}

.inf-mb .img-logo {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
}

#atf .box-bookmaker p {
  color: #102A43;
  font-size: 20px;
}

#atf .box-bookmaker .tbb {
  width: calc(100% - 180px);
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
}

#atf .box-bookmaker .bb {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #066545;
}

#atf .box-bookmaker a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #F0B429;
  color: #102A43;
  border-bottom: 2px solid #DE911D;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#atf .box-bookmaker .dbb {
  font-size: 16px;
  text-align: center;
  margin: 5px 0 0;
  font-style: italic;
}

#atf .box-bookmaker h2.mbs {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
}

#atf .inf-mb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

#atf .mbsp {
  display: block;
  font-style: italic;
}

.dis:before {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background-size: 115px auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .7;
}

.adm::before {
  background-image: url(/wp-content/uploads/Logo-Agenzia-Doganale-Monopoli-per-il-gioco.png);
}

.gr::before {
  background-image: url(/wp-content/uploads/Gioco-responsabile.png);
}

.secure::before {
  background-image: url(/wp-content/uploads/Sicurezza-SSL.png);
}

.dis::after {
  content: attr(data-text);
  font-size: 10px;
  line-height: 1;
  display: block;
  opacity: .7;
  text-align: center;
  margin-top: 5px;
}

/*-------------------
 * CSS box core
-------------------*/
.box-core {
  display: block;
  padding: 10px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

#core a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D9E2EC;
  color: #17496D;
  border: 2px solid;
  border-radius: 5px;
  padding: 10px 25px 10px 15px;
  text-align: center;
  text-decoration: none;
}

#core a::before {
  content: '';
  background-image: var(--data-image);
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

#core a::after {
  content: '';
  position: absolute;
  top: 48%;
  right: 10px;
  width: 6px;
  height: 6px;
  border: 3px solid transparent;
  border-color: transparent #17496D #17496D transparent;
  border-radius: 2px;
  transform: rotate(-45deg) translateY(-50%);
}

#core a.scommesse::before {
  background-image: url(/wp-content/uploads/Miglior-sito-di-scommesse.svg);
}

#core a.schedina::before {
  background-image: url(/wp-content/uploads/Schedina-del-giorno-da-fare.svg);
}

#core a.pronostici::before {
  background-image: url(/wp-content/uploads/football-svgrepo-com.svg);
}

#core a.bsd::before {
  background-image: url(/wp-content/uploads/Regalo-bonus-senza-deposito.svg);
}

@media(min-width:768px) and (max-width:1199px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:767px) {
  .col-60 {
    width: 100%;
  }

  .col-40 {
    width: 100%;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .dis::after {
    display: none;
  }

  #atf .col-60 p {
    margin-bottom: 0;
  }

  #atf .box-bookmaker {
    margin-top: 5px;
  }
}

@media(max-width:499px) {
  .dis::before {
    background-size: 80px auto;
  }
}