.elementor-6725 .elementor-element.elementor-element-6e3025b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-6725 .elementor-element.elementor-element-c6e9cca{text-align:center;}.elementor-6725 .elementor-element.elementor-element-c6e9cca .elementor-heading-title{color:#02293A;font-family:"Roboto", Sans-serif;font-size:20px;font-weight:600;}/* Start custom CSS for theme-post-content, class: .elementor-element-0aac00d *//* Temel stiller */
.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid #ddd;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px; /* Masaüstü için min genişlik */
}

th, td {
  padding: 12px 8px;
  text-align: left;
  border: 1px solid #ddd;
  vertical-align: top;
}

th {
  background-color: #f8f9fa;
  font-weight: bold;
}

/* Mobil için özel stiller (600px ve altı) */
@media screen and (max-width: 600px) {
  .table-container {
    overflow-x: visible;
    border: none;
  }
  
  table {
    min-width: 100%;
    display: block;
  }
  
  thead {
    display: none; /* Başlıkları mobilde gizle */
  }
  
  tbody {
    display: block;
    width: 100%;
  }
  
  tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border: 0px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    break-inside: avoid;
  }
  
  td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    border: none;
    border-bottom: 0px solid #eee;
    position: relative;
  }
  
  td:last-child {
    border-bottom: none;
  }
  
  /* Her hücre için özel başlık stilleri */
  td:before {
    content: attr(class);
    font-weight: bold;
    color: #333;
    background-color: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 10px;
    min-width: 120px;
    text-align: left;
    font-size: 12px;
  }
  
  /* Class isimlerini düzenle */
  td.Sıra\ No-cell:before { content: "Sıra No"; }
  td.Belge\ No\ \/\ Sermaye\ Türü-cell:before { content: "Belge No / Sermaye Türü"; }
  td.Firmanın\ Adı-cell:before { content: "Firmanın Adı"; }
  td.Yatırımın\ Sektörü-cell:before { content: "Yatırımın Sektörü"; }
  td.Öngörülen\ Destek\ Unsurları-cell:before { content: "Öngörülen Destek Unsurları"; }
  td.Yatırımın\ Kapasitesi-cell:before { content: "Yatırımın Kapasitesi"; }
  td.Sabit\ Yatırım\ \(TL\)-cell:before { content: "Sabit Yatırım (TL)"; }
}

/* Orta boy ekranlar için (601px - 768px) */
@media screen and (min-width: 601px) and (max-width: 768px) {
  .table-container {
    font-size: 14px;
  }
  
  th, td {
    padding: 8px 6px;
  }
  
  table {
    min-width: 700px;
  }
}

/* Daha iyi okunabilirlik için */
@media screen and (max-width: 600px) {
  body {
    padding: 10px;
    font-family: Arial, sans-serif;
  }
  
  .table-container {
    margin: 0px 0;
  }
}/* End custom CSS */