/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./web/app/themes/Gambleonlineaustralia/Components/BlacklistedCasinos/BlacklistedCasinos.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
@media (min-width: 1024px) {
  .blacklisted-casinos__summary {
    width: 50%;
  }
}
.blacklisted-casinos__card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  align-items: stretch;
  justify-content: center;
  padding: 2em 0 0;
  color: #000;
}
@media (min-width: 768px) {
  .blacklisted-casinos__card-wrapper {
    gap: 3em;
  }
}
.blacklisted-casinos__card-wrapper--card {
  width: 360px;
  min-height: 300px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0 1em 1em rgba(0, 0, 0, 0.1);
}
.blacklisted-casinos__card-wrapper--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
  overflow: hidden;
  background-color: var(--background);
  border-bottom: 0.5em solid #b90c0c;
}
.blacklisted-casinos__card-wrapper--logo img {
  width: 100px;
}
.blacklisted-casinos__card-wrapper--title {
  margin: 0.5em 0 0;
  font-weight: 700;
  font-size: 1.25em;
  text-align: center;
  text-transform: uppercase;
}
.blacklisted-casinos__card-wrapper--rating {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 1em;
}
.blacklisted-casinos__card-wrapper--rating p {
  margin: 0;
  font-weight: 800;
  font-size: 0.85em;
}
.blacklisted-casinos__card-wrapper--cons {
  margin: 0;
  padding: 0 0 1em 2.5em;
  list-style: none;
}
.blacklisted-casinos__card-wrapper--con {
  position: relative;
  padding-left: 1.5em;
  line-height: 2em;
}
.blacklisted-casinos__card-wrapper--con--image {
  position: absolute;
  top: 11px;
  left: 0;
}
