.tot-promocode-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  background: var(--bg-a);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--br-c);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  max-width: 100%;
  padding: 16px;
  font-family: var(--font-family);
}

.tot-promocode-card__left {
  flex: 0 0 250px;
  background-color: #000;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
}

.tot-promocode-card__left img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.tot-promocode-card__left h3 {
  font-size: 20px;
  margin: 0;
}

.tot-promocode-card__left .rating {
  margin-top: 8px;
  color: #ffc530;
  font-size: 18px;
}

.tot-promocode-card__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
}

.tot-promocode-card__bonus {
  background: linear-gradient(to right, #ff7a00, #ff1a1a);
  color: #fff;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
}

.tot-promocode-card__bonus span {
  border-bottom: 1px dashed #fff;
  cursor: pointer;
}

.tot-promocode-card__buttons {
  display: flex;
  gap: 10px;
}

.tot-promocode-card__buttons a {
  flex: 1;
  padding: 10px 12px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.tot-promocode-card__play {
  background-color: #34a853;
}

.tot-promocode-card__apk {
  background-color: #fbbc05;
  color: #000;
}

.tot-promocode-card__info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 14px;
}

.tot-promocode-card__info div {
  min-width: 120px;
  line-height: 1.4;
}
