.bonus-table {
  margin-bottom: 20px;
}
.bonus-table h2 {
  margin-top: 12px;
}
.bonus-table table {
  background: none;
  overflow: initial;
  white-space: normal;
  display: flex;
  justify-content: center;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .bonus-table table {
    display: block;
    justify-content: normal;
  }
}
@media only screen and (min-width: 375px) {
  .bonus-table table tbody {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .bonus-table table tbody {
    display: grid;
    grid-template-columns: repeat(2, 0fr);
  }
}
.bonus-table table thead tr:hover {
  box-shadow: none;
}
.bonus-table table tr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  padding: 18px 0;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.bonus-table table tr:hover {
  box-shadow: 0 6px 28px rgba(40, 11, 51, 0.2);
}
.bonus-table table tr:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 375px) {
  .bonus-table table tr {
    display: flex;
    justify-content: space-between;
    width: 345px;
    margin: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .bonus-table table tr {
    margin: 12px;
  }
}
.bonus-table table td {
  border: none;
  padding: 0;
  background-color: #fff;
}
.bonus-table table td:first-child,
.bonus-table table td:last-child {
  padding: 12px 20px;
}
.bonus-table table td:not(:last-child) {
  margin-bottom: 8px;
}
.bonus-table__headings {
  display: none;
}
.bonus-table__logo {
  height: 72px;
  margin-right: 12px;
}
.bonus-table__body-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}
@media only screen and (min-width: 992px) {
  .bonus-table__body-wrapper {
    justify-content: flex-start;
  }
}
.bonus-table__body-wrapper p,
.bonus-table__body-wrapper a {
  color: #a7a7a7;
  font-size: 16px;
  line-height: 26px;
}
.bonus-table__body .bonus-text {
  font-size: 16px;
}
.bonus-table__body .info-text {
  font-size: 14px;
  line-height: 24px;
}
.bonus-table__body-bonus {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #433b58;
}
.bonus-table__body-desc {
  color: grey;
}
.bonus-table__body-buttons {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  align-items: center;
}
.bonus-table__body-buttons .btn {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding: 11px 28px;
  transition: background-color 0.3s ease-in-out;
  text-decoration: none;
}
.bonus-table__body-buttons .btn:not(:last-child) {
  margin-bottom: 8px;
}
.bonus-table__body-buttons .btn-primary {
  background-color: #a64ac9;
  color: #fff;
}
.bonus-table__body-buttons .btn-secondary {
  background-color: #e5dce8;
  color: #433b58;
}
.bonus-table__body-buttons .btn:hover {
  color: inherit;
  text-decoration: none;
}
.bonus-table__body p {
  text-align: center;
  margin: 0;
}
.bonus-table__name_casino {
  text-align: center;
  width: 100%;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .bonus-table__desk .bonus-table__headings {
    display: block;
  }
  .bonus-table__desk .bonus-table__headings tr {
    display: flex;
    width: 100%;
    flex-flow: wrap;
    justify-content: space-around;
    background-color: unset;
    padding: 0;
    margin: 0;
  }
  .bonus-table__desk .bonus-table__headings tr th {
    color: #a7a7a7;
    border-bottom: none;
    background: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  table.bonus-table__desk tbody {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  table.bonus-table__desk tbody tr {
    width: 100%;
    margin: 0;
    align-items: center;
    flex-direction: initial;
  }
  .bonus-table__desk .bonus-table__body {
    flex: 1;
    text-align: center;
  }
}


/*# sourceMappingURL=bonus-table-generator.min.css.map*/