/* templates/modern/modern.css */

.cv-modern {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  min-height: 100%;
  font-size: var(--cv-font-size-base, 12px);
  font-family: var(--cv-font-family, 'Cairo', 'Poppins', sans-serif);
}

.cv-modern .cv-sidebar {
  background: linear-gradient(to bottom, #0f172a, #111827);
  color: #f9fafb;
  padding: 1.1rem 1rem;
}

.cv-modern .cv-main {
  padding: 1.1rem 1.3rem;
}

.cv-name {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.cv-title {
  font-size: 1em;
  color: #e5e7eb;
  margin-bottom: 0.9rem;
}

.cv-section-title {
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 0;
  margin-bottom: 0.4rem;
}

.cv-section-title span {
  border-bottom: 2px solid var(--cv-accent-color, #a67c00);
  padding-bottom: 0.05rem;
}

.cv-sidebar .cv-section + .cv-section {
  margin-top: 0.9rem;
}

.cv-main .cv-section + .cv-section {
  margin-top: 0.9rem;
}

.cv-contact-item {
  font-size: 0.85em;
  margin-bottom: 0.2rem;
}

.cv-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.14rem 0.45rem;
  border-radius: 999px;
  font-size: 0.8em;
  background: rgba(15, 23, 42, 0.85);
  color: #f9fafb;
  margin: 0 0.15rem 0.15rem 0;
}

.cv-body {
  font-size: 0.95em;
  color: #111827;
}

.cv-body p {
  margin: 0 0 0.4rem;
}

.cv-item {
  margin-bottom: 0.4rem;
}

.cv-item-title {
  font-size: 1em;
  font-weight: 600;
}

.cv-item-meta {
  font-size: 0.85em;
  color: #6b7280;
}

.cv-item-desc {
  font-size: 0.9em;
  color: #4b5563;
}
