/*
Theme Name:     RefusalFix (Neve Child)
Theme URI:      https://refusalfix.com/
Template:       neve
Author:         RefusalFix
Author URI:     https://refusalfix.com/
Description:    A lightweight child theme built for RefusalFix. Designed for a clear, trustworthy, and fast user experience with a strong focus on service pages, informational content, and lead generation. 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:    refusalfix
Tags:           business, services, consulting, professional, 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;
  }
}
