/*
Theme Name:     Dubai Service Finder
Theme URI:      https://dubaiservicefinder.com/
Template:       neve
Author:         Dubai Service Finder
Author URI:     https://dubaiservicefinder.com/
Description:    A lightweight child theme built for Dubai Service Finder. Designed for a clear, trustworthy, and fast user experience with a strong focus on service center directories, repair location pages, warranty support guides, brand support information, and local service discovery across Dubai and the UAE. 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:    dubai-service-finder
Tags:           business-directory, service-centers, repair-services, local-services, warranty-support, uae, dubai, 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;
  }
}
