/* Десктопная сетка */
.totweb-bonus-wrapper {
  width: 100%;
  box-sizing: border-box;
    padding: 5px 0px 5px 0px;}

.totweb-bonus-wrapper .bonus-card {
  border: 3px solid #ffd700;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1.2fr 2fr 1.1fr 1fr;
  gap: 15px;
  align-items: center;
  padding: 15px;
}

.totweb-bonus-wrapper .bonus-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.totweb-bonus-wrapper .logo-col img {
  width: 220px;
  border-radius: 12px;
}

.totweb-bonus-wrapper .rank {
  background: #ffd700;
  padding: 2px 8px;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 6px;
}

.totweb-bonus-wrapper .name {
  font-weight: bold;
  margin-top: 4px;
}

.totweb-bonus-wrapper .code-line {
  border: 1px dashed #999;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  margin: 6px 0;
  width: 60%;
  background: #292929;
}

.totweb-bonus-wrapper .code-line .code {
  font-weight: bold;
  font-size: 15px;
}

.totweb-bonus-wrapper .rating {
  font-size: 14px;
  color: limegreen;
  margin: 4px 0;
}



.totweb-bonus-wrapper .platform img {
  height: 22px;
  margin-right: 4px;
  opacity: 0.6;
}
article img {
    border-radius: 6px!important;
    max-width: 100%!important;
    margin-bottom: 0!important;
}
.totweb-bonus-wrapper .offer {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.platform{    background: rgb(204 204 204 / 13%);
    padding: 10px;
    border-radius: 10px;}
.totweb-bonus-wrapper .lable{    font-size: 0.9em;}

.totweb-bonus-wrapper .pros,
.totweb-bonus-wrapper .cons {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 4px 0;
}

.totweb-bonus-wrapper .pros-item {
    color: green;
    font-size: 0.6em;
    line-height: 1.1em;
}

.totweb-bonus-wrapper .cons-item {
  color: red;
    font-size: 0.6em;
    line-height: 1.1em;
}

.totweb-bonus-wrapper .visit-btn {
background: linear-gradient(to right, #ffe47a, #ffc800);
    padding: 10px 18px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    color: #000;
    width: 55%;
    box-shadow: 0 2px 0 #c9a200;
    white-space: nowrap;
    font-size: 0.6em;
    margin: 0 auto;
    text-align: center;
}

.totweb-bonus-wrapper .review-link {
  text-decoration: underline;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .totweb-bonus-wrapper .bonus-card {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
  }

  .totweb-bonus-wrapper .bonus-col {
    width: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 12px;
  }

  .totweb-bonus-wrapper .code-line {
    width: 90%;
    justify-content: center;
    gap: 10px;
  }

  .totweb-bonus-wrapper .platform {
    justify-content: center;
  }

  .totweb-bonus-wrapper .visit-btn,
  .totweb-bonus-wrapper .review-link {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .totweb-bonus-wrapper .pros,
  .totweb-bonus-wrapper .cons {
    align-items: center;
  }

  .totweb-bonus-wrapper .logo-col img {
    width: 70px;
  }

  .totweb-bonus-wrapper .offer {
    font-size: 16px;
  }
}
