/*
Theme Name: Bridge
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: http://qodethemes.com/
Text Domain: bridge
Version: 28.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
/* Zyntex CAS Fix - TUM CIHAZLAR (Laptop + Mobil) */

/* 1. Kapsayiciya Kaydirma Ozelligi Ver */
body.page-id-235 .wcpt-wrapper,
body.page-id-235 .entry-content,
body.page-id-235 .product_table_wrapper {
    overflow-x: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 100vw !important; /* Ekrani tasma */
}

/* 2. Tabloyu Ekrana Sigmaya Zorlama (Genislesin) */
body.page-id-235 table {
    width: max-content !important; /* Icerik ne kadarsa o kadar uza */
    min-width: 100% !important;
    table-layout: auto !important;
}

/* 3. CAS Sutununu (1. Sutun) Dondur ve Genislet */
body.page-id-235 table tr th:first-child,
body.page-id-235 table tr td:first-child {
    min-width: 160px !important; /* Genislik garantisi */
    width: 160px !important;
    white-space: nowrap !important; /* Asla alt satira inme */
    word-break: keep-all !important;
    position: relative !important;
    z-index: 2;
}

/* 4. CAS Hucresinin Icindeki Her Seyi Yatay Zorla */
body.page-id-235 table tr td:first-child * {
    white-space: nowrap !important;
}

/* 5. Mobilde gorunmez olan <br> etiketlerini temizle */
body.page-id-235 table br {
    display: none !important;
}