/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2026 | 11:18:51 */
.elementor-widget-container {
    overflow-x: auto;
}

/* tabela */
.elementor-widget-container table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-size: 15px;
    color: #333;
    border: 1px solid #e6e6e6;
    background: #fff;
}

/* komórki */
.elementor-widget-container table td {
    padding: 14px 18px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    white-space: nowrap;
}

/* nagłówek */
.elementor-widget-container table tr:first-child td {
    font-weight: 600;
    letter-spacing: 0.04em;
    font-size: 13px;
    color: #777;
    background: #fafafa;
}

/* pierwsza kolumna */
.elementor-widget-container table td:first-child {
    text-align: left;
    font-weight: 500;
    color: #444;
    white-space: normal;
    min-width: 180px;
}

/* ostatnia linia */
.elementor-widget-container table tr:last-child td {
    border-bottom: none;
}

/* mobile */
@media (max-width:768px){

.elementor-widget-container table{
    font-size:14px;
}

.elementor-widget-container table td{
    padding:12px 14px;
}

}