/*
Theme Name: Goals Today
Theme URI: https://goals-today.com
Author: Goals Today Sports Desk
Author URI: https://goals-today.com
Description: Ultra-fast, modern, responsive, and SEO-optimized WordPress theme designed for football goals of the day, match video highlights, and live scoreboards across the world's top 10 football leagues (Premier League, La Liga, Champions League, Serie A, Bundesliga, Ligue 1, Saudi Pro League, Eredivisie, Liga Portugal, MLS).
Version: 1.0.0
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goals-today
Tags: news, sports, football, soccer, video-highlights, grid-layout, custom-menu, featured-images, theme-options, translation-ready, rtl-language-support
*/

@import url('assets/css/main.css');

/* Core Mobile Image Sizing & Zero-Overflow Guards */
html, body {
  max-width: 100vw !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

*, *::before, *::after {
  box-sizing: border-box !important;
}

.single-post-main,
.site-main,
.site-container,
.single-container,
.single-goal-article,
.article-content {
  max-width: 100% !important;
  width: 100% !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

.article-content {
  font-size: 11px !important;
  line-height: 1.5 !important;
}

.article-content p {
  font-size: 11px !important;
  line-height: 1.5 !important;
  margin-bottom: 6px !important;
}

.article-content img,
.article-content figure,
.article-content picture,
.article-content video,
.article-content iframe,
.article-content .wp-block-image,
.article-content .wp-block-image img,
.article-content .wp-caption,
.article-content .wp-caption img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  max-height: 380px !important;
  object-fit: cover !important;
  box-sizing: border-box !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 768px) {
  .single-featured-image-frame,
  .single-player-frame {
    max-height: 180px !important;
    aspect-ratio: 16 / 9 !important;
  }
  .player-overlay-play {
    display: none !important;
  }
  .featured-thumbnail-img,
  .player-thumbnail,
  .single-featured-image-frame img,
  .single-player-frame img,
  .article-content img,
  .article-content figure,
  .article-content .wp-block-image,
  .article-content .wp-block-image img,
  .article-content .wp-caption,
  .article-content .wp-caption img {
    max-height: 180px !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .article-content {
    font-size: 10px !important;
    line-height: 1.45 !important;
  }
  .article-content p {
    font-size: 10px !important;
    line-height: 1.45 !important;
    margin-bottom: 5px !important;
  }
}
