/*
Theme Name:     Benefit Office Finder UK
Theme URI:      https://benefitofficefinder.co.uk/
Template:       neve
Author:         Benefit Office Finder UK
Author URI:     https://benefitofficefinder.co.uk/
Description:    A lightweight Neve child theme built for Benefit Office Finder UK, an independent information guide for Jobcentre, benefit office, Universal Credit visit guidance, appointment information, and local office details across the United Kingdom. Designed for clear office pages, trustworthy public-service guidance, fast loading, mobile usability, readability, 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:    benefit-office-finder-uk
Tags:           public-service-guide, office-directory, jobcentre, benefits, universal-credit, local-directory, appointment-guidance, visit-guidance, uk, responsive, 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;
  }
}
