.blog-img-frame {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.blog-img-frame img {
  width: 100%;
  height: 600px;
}
.pagination .page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.pagination .page-link {
  color: #007bff;
}
.recent-img-frame {
  width: 70px;
  height: 70px;
  overflow: hidden;
  flex-shrink: 0;
}
.recent-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-input-home {
  width: calc(100% - 40px);
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.btn-s-input {
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
}
.btn-s-input:hover {
  color: #007bff;
}

.pdf-container {
  width: 100%;
  height: 85vh; /* asztali nézetben nagy méret */
  border: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
}

.pdf-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* mobilnézet */
@media (max-width: 768px) {
  .pdf-container {
    height: 70vh; /* kisebb magasság mobilon */
  }
}

@media (max-width: 480px) {
  .pdf-container {
    height: 60vh;
  }
}
