/*
 Theme Name:   INN Live Pro
 Theme URI:    https://seogru.in/inn-Live-pro/
 Description:  GeneratePress Child theme for mobile responsive sports blog and news website. Using this child theme you can easily create a sports blog website. This GeneratePress Child theme design by https://seogru.in
 Author:       seogru.in
 Author URI:   https://seogru.in
 Template:     generatepress
 Version:      1.2
*/

/* ===============================
   GLOBAL LAYOUT
================================ */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.main-navigation {
    box-shadow: 0 1px 4px rgba(0,0,0,0.16);
}

.site-content .content-area,
.is-right-sidebar {
    margin-top: 30px;
}

html, body {
    overflow-x: hidden;
}


/* ===============================
   STICKY SCROLL MENU
================================ */

.inb-scroll-menu {
    background: #fff;
    color: #000;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    position: sticky;
    top: 0;
    z-index: 9999;
    border-top: 1px solid #ccc;
    box-shadow: 0 3px 4px rgba(0,0,0,0.13);
}


/* ===============================
   FEATURED IMAGE (LCP Safe)
================================ */

.wp-post-image,
.attachment-full {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@supports (aspect-ratio: 16 / 9) {
    .wp-post-image,
    .attachment-full {
        aspect-ratio: 16 / 9;
    }
}

.page-header-image-single .attachment-full {
    border-radius: 16px;
    margin-bottom: -5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}


/* ===============================
   BREADCRUMB
================================ */

.rank-math-breadcrumb p {
    background: #e5e8ec;
    color: #000;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .rank-math-breadcrumb p {
        margin: 10px;
    }
}


/* ===============================
   TABLE OF CONTENT
================================ */

#toc_container {
    border: 1px solid #aaa;
    background: transparent;
}

#toc_container li a {
    display: block;
    padding: 10px 1em;
    border-top: 1px solid #aaa;
}

#toc_container span.toc_toggle {
    font-size: 18px;
    padding: 6px 20px;
    display: block;
    text-align: center;
}


/* ===============================
   TAG CLOUD
================================ */

.widget_epcl_tag_cloud a,
.widget_tag_cloud a,
.wp-block-tag-cloud a,
div.tags a {
    font-size: 12px;
    padding: 4px 15px;
    margin: 5px;
    border: 1px solid #333;
    border-radius: 25px;
    background: #fff;
    color: #333;
    display: inline-block;
}


/* ===============================
   CATEGORY HEADING
================================ */

.inb-hp-heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 2px solid #808080;
    z-index: -1;
}

.stretch-link {
    position: relative;
}


/* ===============================
   BLOCK IMAGES
================================ */

.wp-block-image {
    padding: 10px 0 20px;
}

.wp-block-image img {
    border: 1px solid #cfcfcf;
    padding: 3px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.08);
}


/* ===============================
   CATEGORY GRID
================================ */

.gp-category-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

@media (max-width: 600px) {
    .gp-category-wrapper {
        grid-template-columns: 1fr;
    }
}

.gp-post-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    transition: transform 0.25s ease;
}

.gp-post-box:hover {
    transform: translateY(-4px);
}

.gp-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.gp-content {
    padding: 15px;
}

.gp-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.gp-title a {
    color: #111;
    text-decoration: none;
}

.gp-title a:hover {
    color: #e11d48;
}

.gp-excerpt {
    font-size: 14px;
    color: #555;
}


/* ===============================
   CORE WEB VITALS SAFE
================================ */

a,
button {
    touch-action: manipulation;
}

@media (max-width: 768px) {

    body {
        font-size: 16px;
        line-height: 1.6;
    }

    .gp-title {
        font-size: 17px;
    }

    .gp-excerpt {
        font-size: 14px;
    }

    .main-navigation {
        box-shadow: none;
    }

    * {
        transition: none !important;
    }
}


/* ===============================
   WHATSAPP STICKY BUTTON
================================ */

@media (min-width: 768px) {
    .wa-sticky-wrap {
        display: none;
    }
}

.wa-sticky-wrap {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 9999;
    max-width: 90vw;
    overflow: hidden;
}

.wa-sticky-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 10px 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 5px 12px rgba(0,0,0,0.25);
    white-space: nowrap;
}

.wa-sticky-btn img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}


/* ===============================
   ADS
================================ */

.gp-ad {
    margin: 28px 0;
    text-align: center;
}

.gp-ad-2 {
    display: none;
}

.gp-ad-2.show {
    display: block;
}

@media (min-width: 768px) {
    .gp-ad-2 {
        display: none !important;
    }
}

.also-read-box{
  border:2px dashed #e53935;
  padding:12px;
  margin:20px 0;
  background:#fff;
}

.also-read-title{
  color:#e53935;
  font-weight:700;
  display:block;
  margin-bottom:8px;
}

.also-read-link{
  display:flex;
  gap:10px;
  text-decoration:none;
  color:#000;
}

.also-read-link img{
  width:100px;
  border-radius:4px;
}

.also-read-heading{
  font-size:15px;
  display:block;
}

.also-read-desc{
  font-size:13px;
  color:#555;
  margin:0;
}

