/* Legjobb Magyar Online Kaszino — brand theme */

.header {
  background: #0a0a0a;
  border-bottom: 0.2rem solid rgba(240, 196, 25, 0.35);
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.45);
}

.header .logo {
  width: auto;
  max-width: 22rem;
  height: 6.5rem;
  flex-shrink: 0;
}

.header .logo__img {
  display: block;
  height: 5.8rem;
  width: auto;
  max-width: 22rem;
  max-height: none;
  object-fit: contain;
  object-position: left center;
}

.search-toggle svg {
  fill: #f0c419;
}

.search-toggle:hover svg,
.search-toggle--active svg {
  fill: #ffffff;
}

.heading {
  color: #c9a012;
}

.content a:not([class]) {
  color: #b8860b;
}

.content a:not([class]):hover {
  color: #f0c419;
}

.intro-home__list a:hover,
.intro-home__list a:focus {
  color: #c9a012;
}

.footer__subtitle {
  color: #f0c419;
}

.footer__nav a:hover,
.footer__nav a:focus {
  color: #f0c419;
}

.meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1rem 1.4rem;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #fffef8 0%, #fff9e6 100%);
  border: 0.1rem solid rgba(201, 160, 18, 0.25);
  border-radius: 1.2rem;
  font-size: 1.4rem;
}

.meta-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.meta-author {
  font-weight: 600;
  color: #1a1a1a;
}

.meta-sep {
  color: #9ca3af;
}

.meta-verified {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #15803d;
  font-weight: 600;
}

.meta-icon {
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}

.meta-right {
  color: #374151;
  font-weight: 500;
  white-space: nowrap;
}

.meta-right time {
  font-weight: 700;
  color: #1a1a1a;
}

.content-table-wrap {
  overflow-x: auto;
  margin: 2rem 0 2.4rem;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(201, 160, 18, 0.2);
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.06);
}

.content-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  min-width: 56rem;
}

.content-table th,
.content-table td {
  padding: 1.2rem 1.4rem;
  text-align: left;
  border-bottom: 0.1rem solid #ececec;
  vertical-align: top;
}

.content-table th {
  background: linear-gradient(180deg, #1a1a1a 0%, #2a2210 100%);
  color: #f0c419;
  font-weight: 700;
}

.content-table tr:nth-child(even) td {
  background: #fafafa;
}

.content-table tr:last-child td {
  border-bottom: none;
}

.contact-page .intro-home__text {
  margin-bottom: 2.5rem;
}

.contact-page .content {
  padding-top: 3rem;
}

.contact-page .content .container {
  max-width: 76rem;
}

.contact-page .content .heading {
  margin: 3.2rem 0 1.2rem;
  font-size: 2.6rem;
  line-height: 1.25;
}

.contact-page .content .heading:first-of-type {
  margin-top: 0;
}

.contact-page .content p {
  color: #3d3d3d;
  font-size: 1.7rem;
  line-height: 1.65;
}

.contact-card {
  margin: 0 0 1rem;
  padding: 2.4rem 2.6rem;
  text-align: center;
  background: linear-gradient(135deg, #fffef8 0%, #fff6d6 100%);
  border: 0.1rem solid rgba(201, 160, 18, 0.3);
  border-radius: 1.2rem;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.06);
}

.contact-card__label {
  display: block;
  margin-bottom: 0.8rem;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card a {
  display: inline-block;
  color: #b8860b;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  text-decoration: none;
  word-break: break-word;
}

.contact-card a:hover,
.contact-card a:focus {
  color: #f0c419;
}

@media (max-width: 640px) {
  .contact-page .content {
    padding-top: 2rem;
  }

  .contact-page .content .heading {
    margin-top: 2.4rem;
    font-size: 2.2rem;
  }

  .contact-card {
    padding: 2rem 1.6rem;
  }

  .contact-card a {
    font-size: 1.7rem;
  }
}

@media (max-width: 640px) {
  .meta-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .header .logo {
    max-width: 16rem;
    height: 5.6rem;
  }

  .header .logo__img {
    height: 5rem;
    max-width: 16rem;
  }
}

@media (min-width: 992px) {
  .header .logo__img {
    height: 6rem;
    max-width: 24rem;
  }
}

@media (min-width: 768px) {
  .intro-home {
    background:
      radial-gradient(ellipse 70% 55% at 50% 0%, rgba(240, 196, 25, 0.2) 0%, transparent 55%),
      linear-gradient(165deg, #0a0a0a 0%, #1a1208 45%, #0d0d0d 100%);
  }
}
