body {
    font-family: 'MS Sans Serif', 'Trebuchet MS', sans-serif;
}

body a {
    text-decoration: none;
}

#navbar {
    background: linear-gradient(to right, #000080, #1084d0);
    color: aliceblue;
    padding: 10px;
}

#navbar a {
    color: inherit;
    padding: 10px;
    margin: 30px
}

.back-button {
    color: inherit;
    border: 1px solid black;
    padding: 10px;
    background-color: #c0c0c0;
}

.post-card {
  display: block;
  border: 2px solid #000;
  padding: 12px;
  margin-bottom: 16px;
  background: #c0c0c0;
  color: black
}

.post-card a {
    color: inherit
}

.cv-header {
  display: flex;
  gap: 16px;
  text-transform: uppercase;
}

.cv-foto {
  width: 200px;
  height: 200px;
  object-fit: cover;
  padding: 10px
}

.cv-header-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cv-nome {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.cv-ruolo {
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.cv-links {
  display: flex;
  gap: 10px;
}

.cv-link {
  font-size: 0.8rem;
  font-weight: bold;
  color: #000080;
  text-decoration: none;
}

.cv-link:hover {
  text-decoration: underline;
}

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

.cv-section-title {
  background: linear-gradient(to right, #000080, #1084d0);
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 2px 8px;
  margin-bottom: 10px;
}

.cv-section-body {
  background: white;
  padding: 10px;
}

.cv-block {
  margin-bottom: 12px;
}

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

.cv-block strong {
  display: block;
  margin-bottom: 2px;
}

.cv-block ul {
  list-style: none;
  padding-left: 8px;
}

.cv-block ul li::before {
  content: '• ';
}

.cv-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
