.post-thumbnail img {
    width: 100%;
    height: 400px;
    display: block;
    margin-bottom: 20px;
    object-fit: cover;
}

.entry-title {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.entry-meta {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 20px;
}

.entry-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

.site-main {
    max-width: 1300px;
    margin: 0 auto;
}

.content {
    flex: 1;
}

.sidebar {
    width: 360px;
}

.main-content-wrapper {
    display: flex;
    gap: 20px;
}

@media (max-width: 992px) {
  .main-content-wrapper {
      flex-direction: column;
  }

  .sidebar {
      width: 100%;
  }
}