.table-container {
    display: table;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.table-row {
    display: table-row;
    background-color: #f8f8f8;
}

.table-row:nth-child(odd) {
    background-color: #ffffff;
}

.table-header {
    font-weight: bold;
}

.table-cell {
    display: table-cell;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .table-container {
        display: block;
    }
    .table-row {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        padding: 10px;
    }
    .table-cell {
        display: block;
        text-align: left;
        padding: 5px;
    }
}


.custom-logo {
    max-height: 60px;
    width: auto; /* Zachowuje proporcje */
    max-width: 100%; /* Nie pozwala przekroczyć szerokości kontenera */
    display: inline-block;
}

@media (max-width:991px) {
    .navbar-logo-link{
        display: none;
    }
}

.footer-list{
    padding: 0;
}

.external-content{
	
}

.external-content div{
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-reservation{
	background: none;
	height: auto;
	background-color: #283a62;
	width: auto;
}