.post-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1rem;
}

.date-box {
  width: 64px;
  height: 64px;             
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border-radius: 6px;

  background: linear-gradient(
    135deg,
    #cce7ff,
    #9fd0ff
  );

  color: #003a66;
  font-family: sans-serif;
}

.date-box .day {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.date-box .month {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.post-title {
  margin: 0;
  font-size: 1.8rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);

}
