body {
  background-color: #ffff;
  font-family: 'Vollkorn', serif;
  color: #1d1d1f;
}
.ab-blog-img-wrapper {
  width: 300px;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
}

.ab-blog-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

/* 📱 Mobile devices */
@media (max-width: 576px) {
  .ab-blog-img-wrapper {
    width: 60%;
    max-width: 80%;
  }
}

.ab-blog-img-wrapper img:hover {
  transform: scale(1.05);
}

.ab-blog-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.ab-blog-title a {
  text-decoration: none;
  color: #1d1d1f;
}

.ab-blog-title a:hover {
  color: #d12c3f;
}

.ab-blog-desc {
  font-size: 1rem;
  color: #444;
  margin-bottom: 0.8rem;
}

.ab-readmore-btn {
  background-color: #001f3f;
  color: #fff;
  padding: 6px 20px;
  font-size: 1rem;
  border-radius: 2px;
  font-weight: 500;
}

.ab-readmore-btn:hover {
  background-color: #d12c3f;
  color: #fff;
}

.ab-search-input {
  background-color: #fff;
  border-radius: 0;
  padding-right: 3rem;
  font-size: 0.95rem;
}

.cat {
  font-family: 'Vollkorn', serif;
  font-weight: 700;
  font-size: 1.25rem;
}

.ab-category a {
  text-decoration: none;
  color: #d12c3f;
  font-size: 1rem;
}

.ab-category a:hover {
  text-decoration: underline;
}

.ab-sidebar-heading {
  font-size: 2.25rem;
  font-weight: 700;
  font-family: 'Vollkorn', serif;
  margin-bottom: 1rem;
}

.ab-recent-posts a {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  color: #d12c3f;
  margin-bottom: 0.5rem;
}

.ab-recent-posts a:hover {
  text-decoration: underline;
}
