.bonus-before-start {
  text-align: center;
  margin-top: 10px;
}

.bonus-btn {
  display: inline-block;
  background: url('/template/asgard-age/img/start-btn-back.png') no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 17px 24px;
  border-radius: 8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.bonus-btn:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.timer-container {
  text-align: center;
  font-family: 'Cinzel Decorative', serif;
  color: #484847;
  text-shadow: 0 0 10px rgba(255, 220, 150, 0.428);
  margin-top: 20px;
}

#timer-title {
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

#countdown {
  font-size: 48px;
  font-weight: bold;
  border: 2px solid rgba(255, 220, 150, 0.5);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 15px rgba(255, 200, 100, 0.3);
}

/* Основной контейнер */
.info-section {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

/* Вкладки */
.info-section .nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.tab-btn {
  display: flex;
  align-items: center;
  background: rgba(233, 233, 233, 0.08);
  color: #252525;
  border: 1px solid rgba(255,255,255,0.15);
  padding: 6px 6px;
  margin: 6px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.25s ease-in-out;
}

.tab-btn:hover {
  background: rgba(255,255,255,0.2);
}

.tab-btn.active {
  background: #ffb400;
  color: #000;
  border-color: #ffb400;
  box-shadow: 0 0 15px rgba(255,180,0,0.5);
}

.tab-btn .descicon img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

/* Контейнер вкладок */
.tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-content.active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.tab-content-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  overflow: hidden;
  min-height: 200px; /* чтобы при смене вкладок блок не схлопывался */
}


.tab-content h2 {
  color: #ffb400;
  margin-bottom: 15px;
  font-size: 24px;
}

.tab-content p,
.tab-content ul,
.tab-content table {
  color: #e0e0e0;
  font-size: 16px;
}

/* === Таблица рейтов === */
.rates-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
  border: 1px solid rgba(255,255,255,0.15);
}

.rates-table th {
  background: rgba(255,255,255,0.08);
  color: #ffb400;
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.rates-table td {
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.rates-table tr:nth-child(even) {
  background: rgba(255,255,255,0.03);
}

/* === Блок Olf's Shirt === */
.item-info {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 25px;
  color: #fff;
  margin: 20px 0;
}

.item-info h2 {
  color: #ffb400;
  font-size: 22px;
  margin-bottom: 5px;
}

.item-header p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #ccc;
}

.enchant-levels {
  margin-bottom: 15px;
}

.enchant {
  margin: 4px 0;
  padding: 6px 10px;
  background: rgba(255,255,255,0.05);
  border-left: 3px solid #ffb400;
  border-radius: 4px;
}

.enchant .lvl {
  color: #ffb400;
  font-weight: bold;
  margin-right: 6px;
}

.note {
  background: rgba(255,180,0,0.08);
  border-left: 3px solid #ffb400;
  padding: 10px 12px;
  border-radius: 4px;
  margin: 20px 0;
  font-size: 15px;
  color: #f5d98a;
}

.scrolls h3 {
  color: #ffb400;
  margin-bottom: 8px;
  font-size: 18px;
}

.scrolls ul {
  list-style: disc;
  padding-left: 20px;
}

.scrolls li {
  margin: 4px 0;
  color: #e0e0e0;
}
