/*!/wp-content/plugins/cv-checker/assets/css/cv-preview.css*/.cv-preview-template{max-width:800px;margin:0 auto;padding:40px;font-family:'Roboto',sans-serif;color:#333;background:#fff;box-shadow:0 0 20px rgb(0 0 0 / .1)}.cv-header{text-align:center;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.cv-name{font-size:32px;font-weight:700;color:#2c3e50;margin-bottom:15px}.cv-contact-info{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;font-size:14px}.cv-contact-info span{display:flex;align-items:center;color:#666}.cv-contact-info span i{margin-right:5px;color:#3498db}.cv-section{margin-bottom:30px;padding-bottom:20px}.cv-section h2{font-size:24px;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #3498db}.section-content{padding:0 10px}.professional-summary .section-content{font-size:16px;line-height:1.6;color:#555}.experience-item{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #eee}.experience-item:last-child{border-bottom:none}.item-header{margin-bottom:15px}.item-header h3{font-size:18px;color:#2c3e50;margin-bottom:5px}.item-header .company{font-weight:600;color:#3498db;margin-right:15px}.item-header .date{color:#666;font-size:14px}.item-description{font-size:15px;line-height:1.6;color:#555;margin-bottom:10px}.technologies{font-size:14px;color:#666}.tech-list{color:#3498db}.education-item{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #eee}.education-item:last-child{border-bottom:none}.education-item .degree{font-weight:600;color:#3498db;margin-right:15px}.education-item .field{color:#666;font-size:15px;margin:10px 0}.skills-group{margin-bottom:20px}.skills-group h3{font-size:18px;color:#2c3e50;margin-bottom:10px}.skills-list{display:flex;flex-wrap:wrap;gap:10px}.skills-list span{background:#f7f9fc;padding:5px 12px;border-radius:15px;font-size:14px;color:#3498db}.achievements-list{list-style-type:none;padding-left:0}.achievements-list li{margin-bottom:10px;padding-left:20px;position:relative}.achievements-list li:before{content:"•";color:#3498db;position:absolute;left:0}.certifications-list{list-style-type:none;padding-left:0}.certifications-list li{margin-bottom:10px;padding:10px;background:#f7f9fc;border-radius:5px;font-size:15px;color:#555}.star-examples .star-group{margin-bottom:25px}.star-group h3{font-size:18px;color:#2c3e50;margin-bottom:15px}.star-group ul{list-style-type:none;padding-left:0}.star-group li{margin-bottom:12px;padding-left:25px;position:relative;line-height:1.5}.star-group li:before{content:"→";color:#3498db;position:absolute;left:0}.analysis-container{display:flex;flex-direction:column;gap:1rem}.analysis-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.analysis-tab{padding:.5rem 1rem;border:none;border-radius:.25rem;background-color:#f3f4f6;cursor:pointer;transition:all 0.2s ease}.analysis-tab.active{background-color:#4f46e5;color:#fff}.analysis-section{display:none;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px rgb(0 0 0 / .1);padding:1rem}.analysis-section.active{display:block}.section-content{padding:1rem 0}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 4px rgb(0 0 0 / .05);padding:1.5rem;margin-bottom:1rem}.score-bar,.rating-bar{height:.5rem;background-color:#f3f4f6;border-radius:1rem;overflow:hidden;margin:.5rem 0}.score-progress,.rating-progress{height:100%;background-color:#4f46e5;border-radius:1rem}.rating-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.rating-label{min-width:150px}.rating-bar{flex:1}.rating-value{min-width:60px;text-align:right}@media (max-width:768px){.cv-preview-template{padding:20px}.cv-name{font-size:28px}.cv-contact-info{flex-direction:column;align-items:center;gap:10px}.cv-section h2{font-size:22px}.item-header{flex-direction:column}}@media print{.cv-preview-template{box-shadow:none;padding:0}.cv-section{page-break-inside:avoid}}