/* store.css - Custom styles for Vicibet Casino Store page */

.store-container {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(139,0,0,0.10), 0 1.5px 8px rgba(44,24,16,0.08);
  padding: 40px 32px 32px 32px;
  position: relative;
  z-index: 1;
}
.store-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 16px;
  color: #8B0000;
  letter-spacing: 1px;
}
.store-desc {
  color: #333;
  margin-bottom: 32px;
  font-size: 1.15rem;
}
table.store-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 36px;
  background: #f9f6f3;
  border-radius: 12px;
  overflow: hidden;
}
table.store-table th, table.store-table td {
  padding: 16px 12px;
  border-bottom: 1px solid #e5e0dc;
  text-align: left;
}
table.store-table th {
  background: #ffe7c2;
  color: #8B0000;
  font-weight: 700;
  font-size: 1.08rem;
}
table.store-table tr:last-child td {
  border-bottom: none;
}
.addon-btn {
  background: linear-gradient(90deg, #FFD700 0%, #FF7A00 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255,122,0,0.10);
  transition: background 0.2s, transform 0.1s;
}
.addon-btn:hover {
  background: linear-gradient(90deg, #FF7A00 0%, #FFD700 100%);
  transform: translateY(-2px) scale(1.04);
}
.faq-section {
  margin-top: 48px;
  background: #f7f3ef;
  border-radius: 10px;
  padding: 28px 24px 18px 24px;
  box-shadow: 0 1px 6px rgba(139,0,0,0.04);
}
.faq-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #8B0000;
}
.faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-list li {
  margin-bottom: 14px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 1px 4px rgba(44,24,16,0.04);
  padding: 14px 18px;
  cursor: pointer;
  transition: background 0.15s;
  position: relative;
}
.faq-list li.active {
  background: #ffe7c2;
}
.faq-question {
  font-weight: 600;
  color: #8B0000;
  font-size: 1.08rem;
}
.faq-answer {
  margin-top: 8px;
  color: #333;
  font-size: 1rem;
  display: block;
  max-height: 100rem!important;
}
.faq-list li.active .faq-answer {
  display: block;
}
.achievements-list {
  margin: 0 0 0 18px;
  padding: 0;
  color: #8B0000;
  font-weight: 500;
}
.achievements-list li {
  margin-bottom: 7px;
}
