/* ================================================
   hellovadasz.eu - Online Kaszinó CSS
   Based on MonetizeSkill casino-betting.css
   Customized: Forest Green (#1b4332) + Gold (#b08d57)
   ================================================ */

/* ------------------------------------------------
   VARIABLES & BASE — hellovadasz.eu overrides
   ------------------------------------------------ */
:root {
  --casino-accent: #b08d57;
  --casino-accent-hover: #8c6d3f;
  --green: #28a745;
  --green-hover: #1e7e34;
  --gold: #ffc107;
  --grey-bg: #faf8f5;
  --grey-light: #f5f1eb;
  --grey-border: #e0dbd3;
  --text-dark: #2b2b2b;
  --text-muted: #666;
  --radius: 8px;
  --shadow: 0 2px 5px rgba(27, 67, 50, 0.08);
  --shadow-hover: 0 4px 12px rgba(27, 67, 50, 0.15);
  --primary: #1b4332;
  --primary-dark: #0d2b1f;
  --primary-light: #2d6a4f;
}

/* Casino pages accent */
.casino-page .cb-page-content h2 { border-bottom: 2px solid var(--casino-accent); padding-bottom: 10px; margin: 30px 0 20px; }
.casino-page .cta-button { background: var(--casino-accent); }
.casino-page .cta-button:hover { background: var(--casino-accent-hover); }
.casino-page .breadcrumb-nav a { color: var(--casino-accent); }

/* ------------------------------------------------
   BREADCRUMB
   ------------------------------------------------ */
.breadcrumb-nav {
  font-size: 13px;
  margin-bottom: 20px;
  color: var(--text-muted);
}
.breadcrumb-nav a {
  text-decoration: none;
  color: var(--casino-accent);
}
.breadcrumb-nav a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------
   SECTION BOX
   ------------------------------------------------ */
.section-box {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 25px 30px;
  margin-bottom: 25px;
}

/* ------------------------------------------------
   CASINO CARD (ranking list item)
   ------------------------------------------------ */
.casino-ranking {
  margin: 20px 0;
}
.casino-card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--grey-border);
  border-radius: var(--radius);
  padding: 15px 20px;
  margin-bottom: 12px;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.casino-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-2px);
}
.casino-card.featured {
  border: 2px solid var(--casino-accent);
  background: linear-gradient(135deg, #fff 0%, #faf5ed 100%);
}
.casino-rank {
  font-size: 24px;
  font-weight: 700;
  color: var(--casino-accent);
  min-width: 40px;
  text-align: center;
  margin-right: 15px;
}
.casino-logo {
  width: 120px;
  height: 60px;
  object-fit: contain;
  margin-right: 20px;
  flex-shrink: 0;
  background: #f9f9f9;
  border-radius: 6px;
  padding: 5px;
}
.casino-info {
  flex: 1;
  min-width: 0;
}
.casino-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 4px;
}
.casino-name .review-link {
  font-size: 12px;
  font-weight: 400;
  color: var(--casino-accent);
  margin-left: 8px;
  text-decoration: none;
  opacity: 0.7;
}
.casino-name .review-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.casino-rating {
  color: var(--gold);
  font-size: 14px;
  margin-bottom: 4px;
}
.casino-bonus {
  color: var(--green);
  font-weight: 700;
  font-size: 14px;
}
.casino-highlight {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 2px;
}
.casino-cta {
  flex-shrink: 0;
  margin-left: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .casino-card {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }
  .casino-rank { margin: 0 0 8px; }
  .casino-logo { margin: 0 auto 10px; }
  .casino-info { text-align: center; }
  .casino-cta { margin: 12px 0 0; }
}

/* ------------------------------------------------
   REVIEW BOX
   ------------------------------------------------ */
.review-box {
  display: flex;
  border: 2px solid var(--casino-accent);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 30px;
}
.review-box-left {
  width: 250px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
  text-align: center;
}
.review-box-logo {
  width: 150px;
  height: 80px;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  object-fit: contain;
  margin-bottom: 12px;
}
.review-box-rating {
  font-size: 36px;
  font-weight: 700;
}
.review-box-stars {
  color: var(--gold);
  font-size: 18px;
  margin-top: 5px;
}
.review-box-right {
  flex: 1;
  padding: 25px 30px;
}
.review-box-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
}
.review-box-bonus {
  background: var(--green);
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 15px;
}
.review-box-features {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.review-box-features li {
  padding: 3px 0;
  font-size: 14px;
}
.review-box-features li::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: var(--green);
  margin-right: 8px;
}
.review-box-cta {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .review-box { flex-direction: column; }
  .review-box-left { width: 100%; padding: 20px; }
  .review-box-right { padding: 20px; }
}

/* ------------------------------------------------
   CTA BUTTON
   ------------------------------------------------ */
.cta-button {
  display: inline-block;
  background: var(--casino-accent);
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  transition: background 0.3s ease, transform 0.2s ease;
  text-align: center;
}
.cta-button:hover {
  background: var(--casino-accent-hover);
  transform: translateY(-1px);
  color: #fff !important;
}
.cta-button-green {
  background: var(--green) !important;
}
.cta-button-green:hover {
  background: var(--green-hover) !important;
}

/* ------------------------------------------------
   RANKING TABLE
   ------------------------------------------------ */
.ranking-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.ranking-table th {
  background: var(--primary);
  color: #fff;
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
}
.ranking-table td {
  padding: 12px 15px;
  border-bottom: 1px solid var(--grey-border);
  vertical-align: middle;
}
.ranking-table tr:hover {
  background: var(--grey-light);
}

@media (max-width: 768px) {
  .ranking-table { font-size: 12px; }
  .ranking-table th, .ranking-table td { padding: 8px 10px; }
}

/* ------------------------------------------------
   INFO TABLE
   ------------------------------------------------ */
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.info-table th {
  background: var(--grey-light);
  padding: 10px 15px;
  text-align: left;
  width: 40%;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid var(--grey-border);
}
.info-table td {
  padding: 10px 15px;
  border-bottom: 1px solid var(--grey-border);
  font-size: 14px;
}

/* ------------------------------------------------
   PROS / CONS BOX
   ------------------------------------------------ */
.pros-cons-box {
  display: flex;
  gap: 20px;
  margin: 25px 0;
}
.pros-box, .cons-box {
  flex: 1;
  padding: 20px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.pros-box {
  border-left: 4px solid var(--green);
}
.cons-box {
  border-left: 4px solid #c0392b;
}
.pros-box h3, .cons-box h3 {
  margin: 0 0 12px;
  font-size: 16px;
}
.pros-box h3 { color: var(--green); }
.cons-box h3 { color: #c0392b; }
.pros-box ul, .cons-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pros-box li, .cons-box li {
  padding: 4px 0;
  font-size: 14px;
}
.pros-box li::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: var(--green);
  margin-right: 8px;
}
.cons-box li::before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #c0392b;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .pros-cons-box { flex-direction: column; }
}

/* ------------------------------------------------
   RATING CATEGORIES
   ------------------------------------------------ */
.rating-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--grey-border);
  font-size: 14px;
}
.rating-category:last-child { border-bottom: none; }
.rating-category .stars { color: var(--gold); }

/* ------------------------------------------------
   PAYMENT METHODS
   ------------------------------------------------ */
.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0;
}
.payment-method {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--grey-light);
  border: 1px solid var(--grey-border);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  color: var(--text-dark);
}

/* ------------------------------------------------
   FAQ ACCORDION (casino pages)
   ------------------------------------------------ */
.casino-page .faq-section {
  margin: 30px 0;
}
.casino-page .faq-item {
  border: 1px solid var(--grey-border);
  border-radius: var(--radius);
  margin-bottom: 8px;
  overflow: hidden;
}
.casino-page .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  background: #fff;
  transition: background 0.2s;
  border: none;
  width: 100%;
  text-align: left;
}
.casino-page .faq-question:hover {
  background: var(--grey-light);
}
.casino-page .faq-question::after {
  content: "+";
  font-size: 18px;
  font-weight: 700;
  color: var(--casino-accent);
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 15px;
}
.casino-page .faq-item.active .faq-question::after {
  content: "−";
}
.casino-page .faq-answer {
  display: none;
  padding: 0 20px 15px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}
.casino-page .faq-item.active .faq-answer {
  display: block;
}

/* ------------------------------------------------
   GUIDE PAGE CONTENT
   ------------------------------------------------ */
.guide-content {
  line-height: 1.8;
  font-size: 16px;
}
.guide-content p {
  margin: 0 0 20px;
}
.casino-page .info-box {
  background: #faf5ed;
  border-left: 4px solid var(--casino-accent);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 15px 20px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.7;
}
.info-box-warning {
  background: #fef3e2 !important;
  border-left-color: #e67e22 !important;
}
.info-box-tip {
  background: #e8f5e9 !important;
  border-left-color: var(--green) !important;
}
.guide-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.guide-table th {
  background: var(--primary);
  color: #fff;
  padding: 10px 15px;
  text-align: left;
}
.guide-table td {
  padding: 10px 15px;
  border-bottom: 1px solid var(--grey-border);
}

/* ------------------------------------------------
   INTERNAL LINKS
   ------------------------------------------------ */
.internal-links {
  background: var(--grey-light);
  border-radius: var(--radius);
  padding: 20px 25px;
  margin: 25px 0;
}
.internal-links h3 {
  margin: 0 0 15px;
  font-size: 16px;
  color: var(--text-dark) !important;
}
.internal-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.internal-links-grid a {
  font-size: 14px;
  color: var(--casino-accent);
  text-decoration: none;
  padding: 4px 0;
}
.internal-links-grid a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .internal-links-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------
   AUTHOR BOX (casino pages)
   ------------------------------------------------ */
.casino-page .author-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 15px 20px;
  border-radius: var(--radius);
  margin: 15px 0 25px;
  border-left: 4px solid var(--casino-accent);
  box-shadow: var(--shadow);
}
.casino-page .author-box img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--casino-accent);
}
.casino-page .author-box .author-name {
  font-weight: 700;
  font-size: 14px;
}
.casino-page .author-box .author-name a {
  color: var(--text-dark);
  text-decoration: none;
}
.casino-page .author-box .author-name a:hover {
  color: var(--casino-accent);
}
.casino-page .author-box .author-role {
  font-size: 13px;
  color: var(--text-muted);
}

/* ------------------------------------------------
   AUTHOR PAGE
   ------------------------------------------------ */
.author-hero {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--grey-border);
}
.author-hero-photo img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--casino-accent);
}
.author-hero-title {
  color: var(--text-muted);
  font-size: 16px;
  margin-top: 5px;
}
.author-hero-social a {
  font-size: 24px;
  color: var(--casino-accent);
  margin-right: 12px;
  text-decoration: none;
}
.author-hero-social a:hover {
  color: var(--casino-accent-hover);
}
.credentials-list {
  list-style: none;
  padding: 0;
}
.credentials-list li {
  padding: 6px 0;
  font-size: 15px;
}
.credentials-list li i {
  color: var(--green);
  margin-right: 10px;
}
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.expertise-item {
  text-align: center;
  padding: 15px;
}
.expertise-item i {
  font-size: 32px;
  color: var(--casino-accent);
  margin-bottom: 10px;
  display: block;
}
.expertise-item h4 {
  margin: 0 0 8px;
  font-size: 15px;
}
.expertise-item p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}
.authored-articles {
  list-style: none;
  padding: 0;
}
.authored-articles li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--grey-border);
}
.authored-articles li:last-child {
  border-bottom: none;
}
.authored-articles a {
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 600;
}
.authored-articles a:hover {
  color: var(--casino-accent);
}
.article-type {
  font-size: 11px;
  text-transform: uppercase;
  background: var(--grey-light);
  padding: 2px 8px;
  border-radius: 4px;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}
.author-connect-links {
  display: flex;
  gap: 15px;
  margin: 15px 0;
}
.connect-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid var(--grey-border);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--text-dark);
  font-size: 14px;
  transition: all 0.2s;
}
.connect-link:hover {
  border-color: var(--casino-accent);
  color: var(--casino-accent);
}

@media (max-width: 768px) {
  .author-hero { flex-direction: column; text-align: center; }
  .expertise-grid { grid-template-columns: 1fr; }
  .author-connect-links { flex-direction: column; }
}

/* ------------------------------------------------
   RESPONSIBLE GAMBLING NOTICE
   ------------------------------------------------ */
.rg-notice {
  background: var(--grey-light);
  border: 1px solid var(--grey-border);
  border-radius: var(--radius);
  padding: 15px 20px;
  margin: 30px 0;
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.6;
}
.rg-notice strong {
  color: var(--text-dark);
}
.rg-notice a {
  color: var(--casino-accent);
}

/* ------------------------------------------------
   GUIDES SECTION + SLIDER
   ------------------------------------------------ */
.guides-section {
  background: var(--grey-light);
  padding: 40px 0;
  margin: 30px 0;
  border-radius: var(--radius);
}
.guides-section h2 {
  text-align: center;
  border: none !important;
  margin-bottom: 25px;
}
.guides-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 30px 15px;
  -webkit-overflow-scrolling: touch;
}
.guide-card {
  min-width: 230px;
  max-width: 260px;
  flex-shrink: 0;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}
.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  text-decoration: none;
  color: inherit;
}
.guide-card h3 {
  font-size: 15px;
  margin: 12px 15px 5px;
  color: var(--text-dark) !important;
}
.guide-card p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0 15px 8px;
  line-height: 1.4;
}
.guide-card span {
  display: block;
  padding: 0 15px 15px;
  font-size: 13px;
  font-weight: 600;
  color: var(--casino-accent);
}

/* ------------------------------------------------
   SCREENSHOTS / LIGHTBOX
   ------------------------------------------------ */
.screenshots-row {
  display: flex;
  gap: 15px;
  margin: 20px 0;
}
.screenshot-thumb {
  flex: 1;
  cursor: pointer;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s;
}
.screenshot-thumb:hover {
  transform: scale(1.02);
}
.screenshot-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-overlay img {
  max-width: 90%;
  max-height: 90vh;
  border-radius: var(--radius);
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  z-index: 10000;
}

@media (max-width: 768px) {
  .screenshots-row { flex-direction: column; }
}

/* ------------------------------------------------
   FOOTER BRIDGE LINKS
   ------------------------------------------------ */
.footer-bridge {
  background: var(--grey-light);
  border-top: 1px solid var(--grey-border);
  padding: 20px 0;
  margin-top: 30px;
  text-align: center;
}
.footer-bridge h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  margin: 0 0 12px;
}
.footer-bridge a {
  display: inline-block;
  margin: 4px 8px;
  padding: 6px 16px;
  background: #fff;
  border: 1px solid var(--grey-border);
  border-radius: 20px;
  font-size: 13px;
  color: var(--text-dark);
  text-decoration: none;
  transition: all 0.2s;
}
.footer-bridge a:hover {
  border-color: var(--casino-accent);
  color: var(--casino-accent);
}

/* ------------------------------------------------
   CASINO PAGE LAYOUT
   ------------------------------------------------ */
.cb-page-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 2rem;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dark);
}
.cb-page-content h1 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 15px;
  line-height: 1.3;
}
.cb-page-content h1 .auto-date {
  white-space: nowrap;
}
.cb-page-content h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-dark);
}
.cb-page-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
}
.cb-page-content p {
  margin: 0 0 18px;
}
.cb-page-content a {
  color: var(--casino-accent);
}
