/*
Theme Name: YouVideo Pro Child
Template: youvideo-pro
Version: 1.0
*/
.sidebar-table { width: 100%; border-collapse: collapse; }
.sidebar-table td { border: 1px solid #ddd; padding: 6px; vertical-align: top; }

/* ===== GAME PRELOAD ===== */

.game-preload-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  border-radius: 6px;
}

.game-preload-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.45);
  cursor: pointer;
  transition: background .3s ease;
}

.game-play-btn:hover {
  background: rgba(0,0,0,0.65);
}

.game-play-btn span {
  background: #d8201d;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  text-transform: uppercase;
}

/* Mobile */
@media (max-width: 767px) {
  .game-play-btn span {
    font-size: 16px;
    padding: 12px 22px;
  }
}
.home-seo-text { margin-top: 20px; padding: 0 8px; }
/* Match YouVideo Pro "header/breadcrumbs" title sizing inside homepage SEO block */
.home-seo-text h1,
.home-seo-text h2,
.home-seo-text h3{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 12px 0;
}

/* Optional: keep paragraphs consistent with theme */
.home-seo-text p{
  line-height: 1.7;
  margin: 0 0 20px 0;
}
/* Force same sizing on mobile too (override entry-content rules) */
@media (max-width: 767px){
  .home-seo-text h1,
  .home-seo-text h2,
  .home-seo-text h3{
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    margin: 0 0 12px 0 !important;
  }

  .home-seo-text p{
    margin: 0 0 20px 0 !important;
  }
}
