/* Tema pubblico: light minimal – chiaro e minimale */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Segoe UI", system-ui, sans-serif;
    background: #f8f9fa;
    color: #212529;
    min-height: 100vh;
    padding: 2.5rem 1.5rem;
}

.wrap {
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}

.scheda-profilo-img {
    max-width: 120px;
    object-fit: cover;
    display: block;
    margin: 0 auto 1rem;
}

.profile-icon {
    font-size: 2.5rem;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
    text-align: center;
}

h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.35rem;
    color: #212529;
    letter-spacing: -0.02em;
}

.main-email {
    margin: 0 0 1.5rem;
    font-size: 0.9rem;
}

.main-email a {
    color: #0d6efd;
    text-decoration: none;
}

.main-email a:hover {
    text-decoration: underline;
}

.details {
    text-align: center;
    border-top: 1px solid #e9ecef;
    padding-top: 1rem;
    margin-top: 0;
}

.line {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #495057;
}

.line a {
    color: #0d6efd;
    text-decoration: none;
}

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

.field-label {
    color: #6c757d;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.25rem;
    display: block;
}

.social {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e9ecef;
}

.social a {
    color: #495057;
    text-decoration: none;
    margin: 0 0.5rem;
    font-size: 0.9rem;
}

.social a:hover {
    color: #0d6efd;
}

.scheda-files { margin-top: 1rem; }
.scheda-files-images { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: flex-start; justify-content: flex-start; }
.scheda-file-thumb-link { display: inline-block; width: 33%; }
.scheda-file-thumb { width: 100%; object-fit: cover; border-radius: 8px; border: 1px solid #e9ecef; vertical-align: middle; }
.scheda-file-pdf-link { color: #0d6efd; }
.scheda-file-pdf-link:hover { text-decoration: underline; }
