/* Wider column on desktop for sub-pages */
@media (min-width: 768px) {
  .column { max-width: 820px; }
}

.cv-download {
  margin-bottom: 32px;
}

.btn-primary {
  display: inline-block;
  padding: 14px 24px;
  background: var(--accent);
  color: var(--surface);
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.btn-primary:hover {
  opacity: 0.88;
}

.cv-section {
  margin-bottom: 32px;
}

.cv-section-title {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--ink);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

/* FA icons inside section title */
.cv-section-title .svg-inline--fa {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.cv-section-count {
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  opacity: 0.7;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 1px;
}

.cv-toggle-wrap {
  padding-top: 8px;
}

.cv-see-all-btn {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.15s ease;
}

.cv-see-all-btn:hover {
  color: var(--ink);
}

.cv-entry {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.cv-entry:last-child {
  border-bottom: none;
}

.cv-entry-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .cv-entry-header {
    flex-direction: column;
    gap: 2px;
  }
  .cv-entry-date {
    font-size: 11px;
  }
}

.cv-entry-title {
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  opacity: 0.72;
  line-height: 1.3;
}

.cv-entry-date {
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 1px;
}

.cv-entry-sub {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}

.cv-entry-note {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
  margin-top: 1px;
}

.cv-profile-text {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 10px;
}

.cv-profile-keywords {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}

.cv-profile-keywords strong {
  font-weight: 600;
  color: var(--ink);
}

/* ---- Skills ---- */
.cv-skill-group {
  margin-bottom: 16px;
}

.cv-skill-group:last-child {
  margin-bottom: 0;
}

.cv-skill-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 8px;
}

.cv-skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cv-skill-tag {
  font-size: 12px;
  font-weight: 400;
  color: var(--ink);
  opacity: 0.72;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 3px 10px;
  line-height: 1.5;
}
