/* Modern Clean Resume Template Styling */
.tpl-cv-modern {
  padding: 2.5rem;
  box-sizing: border-box;
  color: #1e293b;
}

.tpl-cv-modern .resume-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 2px solid var(--doc-accent);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.tpl-cv-modern .header-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--doc-accent);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.tpl-cv-modern .header-details h1 {
  font-size: 1.85rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin-bottom: 0.2rem;
}

.tpl-cv-modern .header-details .job-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--doc-accent);
  margin-bottom: 0.6rem;
}

.tpl-cv-modern .header-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  font-size: 0.85rem;
  color: #64748b;
}

.tpl-cv-modern .contact-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.tpl-cv-modern .resume-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.75rem;
}

html[dir="rtl"] .tpl-cv-modern .resume-grid {
  grid-template-columns: 2fr 1fr;
}

.tpl-cv-modern .section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1.5px solid #e2e8f0;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tpl-cv-modern .section-title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background: var(--doc-accent);
  border-radius: 2px;
}

.tpl-cv-modern .experience-item,
.tpl-cv-modern .education-item {
  margin-bottom: 1.2rem;
}

.tpl-cv-modern .item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.25rem;
}

.tpl-cv-modern .item-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
}

.tpl-cv-modern .item-subtitle {
  font-weight: 600;
  color: var(--doc-accent);
  font-size: 0.875rem;
}

.tpl-cv-modern .item-date {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
}

.tpl-cv-modern .item-desc {
  font-size: 0.875rem;
  color: #334155;
  line-height: 1.55;
}

.tpl-cv-modern .skills-list,
.tpl-cv-modern .languages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tpl-cv-modern .skill-badge {
  background: #f1f5f9;
  color: #1e293b;
  padding: 0.3rem 0.65rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid #e2e8f0;
}
