/* Ultimate Reviewer Pro – FINAL FORCE HIDE */
.gpur-comment .gpur-element-wrapper.gpur-show-rating-wrapper {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =====================================================
   GLOBAL TYPOGRAPHY
===================================================== */

body {
    font-size: 17px;
    line-height: 1.65;
    overflow-x: hidden; /* BODY NEVER SCROLLS */
}

/* Single Post Content */
.single-post .entry-content h1 {
    font-size: 24px !important;
    line-height: 1.25;
    margin: 0 0 24px;
}

.single-post .entry-content h2 {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    font-size: 20px;
    line-height: 1.3;
    margin: 0px 0 10px;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 10px;
   /* box-shadow: 0 6px 20px rgba(220,38,38,0.25);*/
}

.single-post .entry-content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 32px 0 16px;
}

.single-post .entry-content h4 {
    font-size: 18px;
    line-height: 1.45;
    margin: 28px 0 14px;
}

.single-post .entry-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #1f2937;
}

/* =====================================================
   UNIVERSAL RESPONSIVE TABLE FIX (FINAL)
   ✔ Gutenberg
   ✔ Classic editor
   ✔ Plugin output
===================================================== */

/* Safety: content never exceeds screen */
.single-post .entry-content {
    max-width: 100%;
    overflow-x: hidden;
}

/* Create a scroll container for ANY table */
.single-post .entry-content table {
    display: block;                /* REQUIRED */
    max-width: 100%;
    overflow-x: auto;              /* SCROLL HERE */
    white-space: nowrap;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* Force scroll on small screens only */
@media (max-width: 1023px) {
    .single-post .entry-content table {
                  /* triggers horizontal scroll */
        -webkit-overflow-scrolling: touch;
    }
}

/* Desktop – normal table feel */
@media (min-width: 1024px) {
    .single-post .entry-content table {
        display: table;
        min-width: 0;
        overflow: visible;
        white-space: normal;
    }
}

/* Table header */
.single-post .entry-content th {
    background: #0f172a;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 16px;
    text-align: left;
    font-size: 15px;
    position: sticky;
    top: 0;
    z-index: 2;
}

/* Table cells */
.single-post .entry-content td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 15px;
    color: #1f2937;
}

/* Zebra rows */
.single-post .entry-content tbody tr:nth-child(even) {
    background: #f8fafc;
}

.single-post .entry-content tr:last-child td {
    border-bottom: none;
}

/* =====================================================
   MOBILE TYPOGRAPHY
===================================================== */

@media (max-width: 768px) {

    body {
        font-size: 16px;
    }

    .single-post .entry-content h1 {
        font-size: 22px;
    }

    .single-post .entry-content h2 {
        font-size: 20px;
        padding: 10px 14px;
    }

    .single-post .entry-content h3 {
        font-size: 18px;
    }

    .single-post .entry-content h4 {
        font-size: 16px;
    }

    .single-post .entry-content p {
        font-size: 16px;
    }

    .single-post .entry-content th,
    .single-post .entry-content td {
        font-size: 14px;
        padding: 12px;
    }
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
    padding: 15px;
}






