﻿/* Wyrównanie szerokości kolumn we wszystkich tabelach cennika */
.cennik-custom-table th.kolumna-nazwa, 
.cennik-custom-table tbody td:first-child {
    width: 75% !important;
}

.cennik-custom-table th.kolumna-cena, 
.cennik-custom-table tbody td:last-child {
    width: 25% !important;
}

/* Niebieskie tło i stylizacja nagłówka tabeli */
.cennik-custom-table thead tr {
    background-color: #3182ce !important;
}

.cennik-custom-table thead th {
    color: #ffffff !important;
    padding: 16px 20px !important;
    font-weight: 600 !important;
    border: none !important;
}

/* Wewnętrzne odstępy dla komórek z danymi */
.cennik-custom-table tbody td {
    padding: 16px 20px !important;
}

.cennik-przypis {
    font-size: 11px !important;
    line-height: 1.4 !important; /* Odpowiednia przestrzeń między linijkami dla małego druku */
}

.container-foto {
  display: flex;
  justify-content: center; 
  width: 100%;
  padding: 10px; 

.responsive-img {
  max-width: 100%; 
  height: auto;    
  display: block;  
}