
.resume-section h4 {
border-bottom: 2px solid #007bff;
padding-bottom: 5px;
margin-bottom: 10px;
}
#resumePreview {
background: #fff;
padding: 40px;
border-radius: 10px;
margin-top: 30px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.resume-header {
border-bottom: 2px solid #007bff;
padding-bottom: 15px;
margin-bottom: 25px;
}
.resume-header h1 {
font-size: 32px;
font-weight: 700;
margin-bottom: 5px;
}
.resume-header .subline {
color: #666;
font-size: 14px;
}
.resume-two-column {
display: flex;
flex-wrap: wrap;
gap: 40px;
}
.resume-left, .resume-right {
flex: 1;
min-width: 300px;
}
.branding {
text-align: center;
font-size: 12px;
color: #aaa;
margin-top: 30px;
border-top: 1px dashed #ccc;
padding-top: 10px;
}
ul { padding-left: 18px; }
@media print {
body * {
visibility: hidden;
}
#resumePreview, #resumePreview * {
visibility: visible;
}
#resumePreview {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
}