/* ============================================
   Italy Jobs 2026 – Main Stylesheet
   ============================================ */

body {
    margin: 0;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background: #1a2a5a;
    color: #eaeaea;
}

.container {
    max-width: 440px;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    text-align: center;
    font-size: 20px;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    margin-bottom: 16px;
}

h2, h3 {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 12px;
}

p {
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 16px;
}

ul.salary-list {
    padding-left: 18px;
    margin: 0 0 20px 0;
}

ul.salary-list li {
    font-size: 13px;
    line-height: 1.8;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    margin-bottom: 6px;
}

/* Buttons */
.btn {
    display: block;
    background: #1faa4b;
    color: #fff;
    padding: 12px;
    margin: 8px 0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.btn:hover {
    background: #14863a;
}

/* Sections */
.section {
    margin-top: 20px;
}

/* Ads placeholder */
.ads-block {
    margin: 16px 0;
    text-align: center;
}

/* Footer */
.footer {
    text-align: center;
    font-size: 12px;
    margin-top: 25px;
    opacity: 0.7;
    padding-bottom: 20px;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Mobile screens - reduce side margins */
@media (max-width: 480px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}