.promocode-block__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.promocode-block__subtitle {
  margin-top: 0;
  color: var(--text-color-primary);
}

.promocode-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.promocode-list__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.promocode-list__item img {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  flex-shrink: 0;
}

.promocode-list__item p {
  color: var(--text-color-secondary);
  font-size: var(--basic-font-size);
  line-height: 22px;
  text-align: justify;
}

.mirror-find__footer {
  margin-top: 0;
  color: var(--text-color-primary);
}

.mirror-bonuses__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mirror-bonuses__subtitle {
  margin-top: 0;
  color: var(--text-color-primary);
}

.mirror-bonuses__table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--radius-small);
}

.mirror-bonuses__table-wrap::-webkit-scrollbar {
  height: 6px;
}

.mirror-bonuses__table-wrap::-webkit-scrollbar-track {
  background: var(--background-dark-gray);
  border-radius: 6px;
}

.mirror-bonuses__table-wrap::-webkit-scrollbar-thumb {
  background: #484848;
  border-radius: 6px;
}

.mirror-bonuses__table {
  width: 100%;
  min-width: 565px;
  border-collapse: separate;
  border-spacing: 0;
}

.mirror-bonuses__table th,
.mirror-bonuses__table td {
  border-bottom: 1px solid #484848;
  border-right: 1px solid #484848;
  background: var(--background-dark-gray);
  vertical-align: middle;
}

.mirror-bonuses__table th {
  padding: 16px;
  border-top: 1px solid #484848;
  color: var(--text-color-primary);
  font-size: var(--subheader-font-size-mobile);
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

.mirror-bonuses__table td {
  padding: 16px;
  color: var(--text-color-primary);
  font-size: var(--basic-font-size);
  font-weight: 600;
  line-height: 22px;
}

.mirror-bonuses__table td:first-child {
  color: var(--text-color-secondary);
}

.mirror-bonuses__table th:first-child,
.mirror-bonuses__table td:first-child {
  width: 300px;
  min-width: 300px;
  border-left: 1px solid #484848;
  text-align: center;
}

.mirror-bonuses__table thead th:first-child {
  border-top-left-radius: var(--radius-small);
}

.mirror-bonuses__table thead th:last-child {
  border-top-right-radius: var(--radius-small);
}

.mirror-bonuses__table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--radius-small);
}

.mirror-bonuses__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--radius-small);
}

@media (max-width: 580px) {
  .promocode-block__head {
    gap: 12px;
  }

  .promocode-list__item p,
  .mirror-find__footer {
    font-size: var(--basic-font-size-mobile);
    line-height: 18px;
  }

  .mirror-bonuses__head {
    gap: 12px;
  }

  .mirror-bonuses__subtitle,
  .mirror-bonuses__table td {
    font-size: var(--basic-font-size-mobile);
    line-height: 18px;
  }

  .mirror-bonuses__table th,
  .mirror-bonuses__table td {
    padding: 16px 8px;
  }

  .mirror-bonuses__table td:first-child,
  .mirror-bonuses__table th:first-child {
    width: 200px;
    min-width: 200px;
  }
}
