/* Professional Template */
.template-professional .resume-preview {
    padding: 0.3in;
}

.template-professional .resume-header {
    text-align: left;
    margin-bottom: 15px;
    padding: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    margin: -0.3in -0.3in 15px -0.3in;
    padding: 20px 0.3in;
}

.template-professional .resume-name {
    font-size: 30px;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.template-professional .resume-title {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    margin-bottom: 10px;
}

.template-professional .resume-contact-item {
    color: rgba(255, 255, 255, 0.95);
}

.template-professional .resume-section-title {
    font-size: 14px;
    font-weight: 700;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 2px solid #667eea;
}

.template-professional .skill-tag {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 500;
}

.template-professional .resume-item-title {
    color: #667eea;
    font-weight: 700;
}

.template-professional .resume-item-subtitle {
    color: #764ba2;
    font-weight: 600;
}
