/* css styles */
body {
  line-height: 1.7;
}

h1, h2, h3 {
  letter-spacing: 0.02em;
}
h2 {
  margin-top: 30px;
}
.navbar {
  font-weight: 500;
}

.quarto-title-banner {
  background: #f6f3ee;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.research-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 2rem;
}

.research-text {
  flex: 1;
}

.research-image {
  width: 180px;
  flex-shrink: 0;
}

.research-image img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

@media (max-width: 768px) {
  .research-item {
    flex-direction: column;
    gap: 16px;
  }

  .research-image {
    width: 100%;
    max-width: 320px;
  }
}