/* 
 Theme Name:   Phantom Buster Child
 Theme URI:    
 Description:  
 Author:       Teodor Mitkov
 Author URI:   
 Template:     phantom-buster-blog
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/



/* Base styling for tables inside #content-container */
#content-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  table-layout: auto;
  overflow-x: auto;
}

/* Header row styling */
#content-container table thead th,
#content-container table tbody tr:first-child td {
  background-color: #f5f5f5;
  font-weight: 600;
  text-align: left;
  padding: 0.75rem;
  border: 1px solid #ddd;
}

/* Table body cells */
#content-container table td {
  padding: 0.75rem;
  border: 1px solid #ddd;
  vertical-align: top;
}

/* Horizontal scrolling on small screens */
#content-container table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Zebra striping for rows */
#content-container table tbody tr:nth-child(even) td {
  background-color: #fafafa;
}

/* Responsive tweaks for smaller screens */
@media (max-width: 600px) {
  #content-container table {
    font-size: 0.875rem;
  }

  #content-container table td,
  #content-container table th {
    padding: 0.5rem;
  }
}
