/*
Theme Name:     EducationMetrics (Neve Child)
Theme URI:      https://educationmetrics.org/
Template:       neve
Author:         EducationMetrics
Author URI:     https://educationmetrics.org/
Description:    A lightweight child theme built for EducationMetrics. Designed for a clear, trustworthy, and fast user experience with a strong focus on global education statistics, country data, rankings, charts, indicators, and informational content. Optimized for readability, performance, mobile responsiveness, and search visibility.
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    educationmetrics
Tags:           education, statistics, data, charts, rankings, responsive, fast-loading, seo-optimized, gutenberg, clean-design
*/



@media (max-width: 768px) {

  .entry-content table,
  .post-content table,
  .main-content table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse;
  }

  .entry-content th, .entry-content td,
  .post-content th,  .post-content td,
  .main-content th,  .main-content td {
    padding: 4px 6px !important;
    font-size: clamp(10px, 2.6vw, 13px) !important;
    line-height: 1.15 !important;

    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;

    max-width: 1px;
  }

  .entry-content th,
  .post-content th,
  .main-content th {
    font-size: clamp(10px, 2.8vw, 14px) !important;
  }

  .entry-content table,
  .post-content table,
  .main-content table {
    display: table !important;
    overflow: visible !important;
  }
}
@media (max-width: 480px) {
  .entry-content th, .entry-content td,
  .post-content th,  .post-content td,
  .main-content th,  .main-content td {
    padding: 3px 5px !important;
    font-size: 10px !important;
  }
}
