/* SEO Content Section */
.seo-content-block {
  background: #ffffff;
  padding: 3rem 2rem;
  margin: 2rem auto;
  max-width: 1100px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.seo-content-block h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.seo-content-block p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #475569;
}

/* Single Image View Page Styling */
.single-image-container {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.image-single-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.image-single-card h1 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

.image-display img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.action-bar {
  margin: 1.5rem 0;
  text-align: center;
}

.download-btn-large {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

.image-description-content {
  margin-top: 2rem;
  line-height: 1.7;
  font-size: 1.1rem;
  color: #334155;
}

/* AdSense Formatting Containers */
.adsense-card {
  background: #f1f5f9;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
}

.single-ad-container {
  margin: 1.5rem 0;
  text-align: center;
}