/* Resume page styles (screen) */

.resume-container {
    max-width: 850px;
}

.resume-sheet {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
}

.resume-header {
    text-align: center;
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.resume-name {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.resume-headline {
    color: #0d6efd;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.resume-contact {
    font-size: 0.9rem;
    color: #555;
}

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

.resume-contact a:hover {
    text-decoration: underline;
}

.resume-section {
    margin-bottom: 1.5rem;
}

.resume-section h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d6efd;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 0.3rem;
    margin-bottom: 0.75rem;
}

.resume-entry {
    margin-bottom: 1rem;
}

.resume-entry-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5rem;
}

.resume-entry-header h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.resume-meta {
    font-size: 0.85rem;
    color: #6c757d;
    font-style: italic;
    white-space: nowrap;
}

.resume-section ul {
    margin-bottom: 0.5rem;
    padding-left: 1.2rem;
}

.resume-section li {
    margin-bottom: 0.25rem;
}

@media (max-width: 576px) {
    .resume-sheet {
        padding: 1.5rem;
    }
}

.resume-institution {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.25rem;
}
