/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2025 | 11:40:13 */
.author-bio {
	padding: 25px 15px;
}

.betting-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 20px 0;
}

.bet-card {
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  border: 1px solid #eee;
  transition: transform .25s ease, box-shadow .25s ease;
}

.bet-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.bet-card-header {
  display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bet-card-header h3 {
  margin: 0;
  font-size: 2.6rem;
  color: #222;
  font-weight: 700;
}

.badge {
  display: inline-block;
  background: #f2f2f2;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 0.85rem;
  color: #444;
  width: fit-content;
}

.bet-card-body p {
  margin: 10px 0;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #333;
}

/* 🎯 Спец-стиль для 1xBet */
.highlight {
  border: 2px solid #2a7de1;
  background: linear-gradient(180deg, #ffffff, #eef6ff);
  position: relative;
}

.bonus-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 20px;
  background: #2a7de1;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none!important;
  text-align: center;
  font-size: 2rem;
  transition: background .25s ease;
  text-transform: uppercase;
}

.bonus-btn:hover {
  background: #1b65c2;
}

/* 📱 Полностью адаптивно */
@media (max-width: 600px) {
  .bet-card {
    padding: 20px;
  }

  .bet-card-header h3 {
    font-size: 1.3rem;
  }
}