body {
        font-family: lato;
    margin: 0;
    padding: 0;
    background-color: #ece5d747;
text-align: center;
}

.checklist {
    margin-top: 20px;
    padding: 20px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .guest-list table {
        width: 100%;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }
    
    thead {
        display: none; /* Ukrywa nagłówki */
    }
    
    tr {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 10px;
        background: #fff;
    }
    
    td {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        border-bottom: 1px solid #ddd;
    }

    td::before {
        content: attr(data-label);
        font-weight: bold;
        padding-right: 10px;
    }
}



@media print {
    .no-print {
        display: none !important;
    }
}


.checklist h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #007BFF;
}

.checklist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist li {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    background-color: transparent;
    text-align: left;
    border: none;
    boorder: 1px solid black;
    border: 1px solid #6e6556;
    border-radius: 5px;
}

.checklist li strong {
    color: #6e6556;
}


  .footer {
          
            background-color: #6e6556;
            color: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
            
            bottom: 0;
            left: 0;
        }

        .footer img {
            height: 50px;
        }

        .footer a {
            color: white;
            text-decoration: none;
            margin-left: 20px;
            font-size: 14px;
        }

        .footer a:hover {
            text-decoration: underline;
        }


        header {
            background-color: #6e6556;
            padding: 20px;
            margin-bottom: 20px;
        }

        #summary p {
            margin: 5px 0;
        }

        .button-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .button-container a {
            display: block;
            width: 90%;
           
            line-height: 70px;
            text-align: center;
            text-decoration: none;
            background-color: #007bff;
            color: white;
            font-size: 20px;
            font-weight: 400;
            border-radius: 5px;
            transition: background-color 0.3s;
        }

        .button-container a:hover {
            background-color: #0056b3;
        }

header {
    background: #333;
    color: white;
    padding: 10px;
    text-align: center;
}

header h1 {
    margin: 0;
}

/* Ogólne stylowanie */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    color: #333;
    line-height: 1.6;
}

header {
    background: #007BFF;
    color: white;
    padding: 20px;
    text-align: center;
    border-bottom: 4px solid #0056b3;
}

header h1 {
    margin: 0;
    font-size: 24px;
}

/* Główna sekcja */
main {
    max-width: 800px;
    margin: 00px auto;
    padding: 00px;

    box-shadow: none;
}

main h2 {
    margin-top: 0;
    color: #532F07;
    font-size: 18px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input, select, button {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

/* Formularz wyszukiwania */
form {
    margin-bottom: 20px;
box-shadow: none!important;
}

form button {
    background: #6e6556;
    color: white;
    font-weight: bold;
line-height: 30px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

form button:hover {
    background: #532F07;
}

.message {
    background: #d4edda;
    color: #155724;
    padding: 10px;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    margin-bottom: 20px;
}

/* Lista wyników */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #ece5d740;
    
}

ul li label {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

ul li input[type="checkbox"] {
    margin-right: 10px;
    width: auto;
}

ul li select {
    width: auto;
    padding: 5px;
    font-size: 14px;
}

/* Przyciski */
ul li button {
    display: inline-block;
    padding: 10px 20px;
        background: #26654b;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.3s ease;
}

ul li button:hover {
    background: #218838;
}

button[name="confirm"][value="Nie potwierdził"] {
    background: #dc3545;
}

button[name="confirm"][value="Nie potwierdził"]:hover {
    background: #c82333;
}

/* Przystosowanie do urządzeń mobilnych */
@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    ul li {
        padding: 15px;
    }

    ul li label {
        flex-wrap: wrap;
    }

    ul li select, ul li button {
        width: 100%;
        margin-top: 10px;
    }
}


.seating-capacity {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
}

.seating-capacity form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#children-section button {
    margin-top: 10px;
    background: #6e6556;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

#children-section button:hover {
    background: #218838;
}



nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #555;
    padding: 10px 0;
}

nav button {
    margin: 5px;
    padding: 10px 20px;
    background: #777;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

nav button:hover {
    background: #999;
}

main {
    padding: 00px;
    
    margin: auto;
    background: white;

}

section {
    display: none;
}

section.hidden {
    display: none;
}

label {
    display: block;
    margin: 10px 0;
}

input, textarea, button {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
}


button, .button {
    padding: 10px 15px;
    background: #532F07;
    color: white;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover, .button:hover {
    background: #0056b3;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

thead {
    background: #333;
    color: white;
}

th, td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.guest-list {
  
    box-shadow: none!important;
 
}
