.partilhar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.partilhar .titulo {
  writing-mode: vertical-rl;
  transform: rotate(360deg);
  font-weight: bold;
  font-size: 16px;
  color: #44b1b0; /* cor igual aos ícones */
  letter-spacing: 2px;
}

.partilhar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 2px solid #44b1b0;
  border-radius: 50%;
  color: #44b1b0;
  font-size: 20px;
  transition: all 0.3s ease;
}

.partilhar a:hover {
  background: #44b1b0;
  color: #fff;
}

.container-single-post a {
    color: #16428d;
    font-weight: 600;
}
