.right-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 16px;
}

/* TÍTULO */
.right-card h3 {
  font-size: 14px;
  /* font-weight: 600; */
  margin-bottom: 12px;
  color: #1d1d1f;
}

/* LISTA */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ITEM */
.contact-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 10px;
}

/* LABEL */
.contact-label {
  font-size: 12px;
  color: #6b7280;
  /* cinza elegante */
}

.sidebar-right {
  position: relative;
}

/* VALOR */
.contact-value {
  font-size: 14px;
  color: #00287d;
  /* azul LinkedIn */
  text-decoration: none;
  font-weight: 500;
  word-break: break-word;
}

.contact-value:hover {
  text-decoration: underline;
}