/* Podstawowy styl dla polityki prywatności */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.privacy-policy-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    font-size: 2.5rem;
    color: #333333;
    margin-bottom: 20px;
}

.privacy-section {
    margin-bottom: 30px;
}

h2 {
    font-size: 1.8rem;
    color: #333333;
    margin-bottom: 10px;
}

p {
    font-size: 1rem;
    color: #555555;
    line-height: 1.6;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

ul li {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 8px;
}

#non-visible-form{
    display:none;
}
