.game-page-section {
  padding: 20px 0 28px;
  min-height: 420px;
  background: linear-gradient(
    116deg,
    #181818 0%,
    #181818 29%,
    rgba(237, 212, 114, 0.16) 29%,
    rgba(237, 212, 114, 0.16) 31%,
    #111111 31%,
    #0B0B0B 100%
  );
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.provider-card {
  min-width: 0;
  display: block;
  color: #f7f4e8;
  text-align: center;
}

.provider-thumb {
  width: 100%;
  aspect-ratio: 317 / 170;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(237, 212, 114, .42);
  background: linear-gradient(180deg, rgba(44,44,44,.96) 0%, rgba(20,20,20,.98) 100%);
}

.provider-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.provider-image-placeholder {
  color: #8f856a;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
}

.provider-label {
  display: block;
  padding: 8px 6px;
  color: #fff4c7;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, #3b3427 0%, #6f5b2f 50%, #3b3427 100%);
  border-left: 1px solid rgba(237, 212, 114, .48);
  border-right: 1px solid rgba(237, 212, 114, .48);
  border-bottom: 1px solid rgba(237, 212, 114, .62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 3px 10px rgba(0,0,0,.18);
  letter-spacing: .02em;
}

.provider-card:hover .provider-thumb {
  border-color: #EDD472;
  background: linear-gradient(180deg, rgba(65,57,35,.96) 0%, rgba(24,22,17,.98) 100%);
}

.provider-card:hover .provider-label {
  color: #fffbe2;
  background: linear-gradient(90deg, #4b402b 0%, #8a7135 50%, #4b402b 100%);
  border-color: #EDD472;
}

.game-copy-skeleton {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(237, 212, 114, .28);
}

.game-copy-skeleton h1 {
  margin: 0 0 14px;
  color: #f7f4e8;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 800;
}

.game-copy-placeholder {
  padding: 16px;
  border: 1px dashed rgba(237, 212, 114, .38);
  color: #bfb69a;
  background: rgba(0,0,0,.16);
  font-size: 12px;
  line-height: 1.7;
}

.game-copy-placeholder p {
  margin: 0 0 10px;
}

.game-copy-placeholder p:last-child {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .game-page-section { padding: 16px 0 22px; }
  .provider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .provider-label { padding-top: 7px; font-size: 11px; }
  .provider-image-placeholder { font-size: 10px; }
  .game-copy-skeleton { margin-top: 18px; padding-top: 15px; }
  .game-copy-skeleton h1 { font-size: 17px; }
  .game-copy-placeholder { padding: 13px; font-size: 11.5px; }
  .game-copy-content { padding: 13px; font-size: 11.5px; }
  .game-copy-content h2 { font-size: 15px; }
}

.game-copy-content {
  padding: 16px;
  border: 1px solid rgba(237, 212, 114, .28);
  color: #d8d1bb;
  background: rgba(0,0,0,.14);
  font-size: 12.5px;
  line-height: 1.75;
}

.game-copy-content h2 {
  margin: 20px 0 8px;
  color: #f7f4e8;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
}

.game-copy-content h2:first-of-type {
  margin-top: 18px;
}

.game-copy-content p {
  margin: 0 0 12px;
  font-weight: 600;
}

.game-copy-content p:last-child {
  margin-bottom: 0;
}

.game-copy-content a {
  color: #EDD472;
  font-weight: 700;
}

.game-copy-content strong {
  color: #f4e6aa;
}
