/* ===========================================
   AD CONTAINERS - PROFESSIONAL STYLING
   =========================================== */

.sks-ad-container {
  margin: 2rem 0;
  padding: 1rem;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sks-ad-label {
  font-size: 0.7rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

/* AdSense Ads */
.sks-ad-adsense {
  background: white;
  border-color: #cbd5e1;
}

/* Image Ads */
.sks-ad-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
}

.sks-ad-image a:hover img {
  transform: scale(1.02);
}

/* Custom HTML Ads */
.sks-ad-html {
  background: white;
}

/* Placeholder Ads */
.sks-ad-placeholder {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 2px dashed #f59e0b;
}

.sks-ad-placeholder-content {
  text-align: center;
}

.sks-ad-icon {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.sks-ad-text {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #92400e;
  margin-bottom: 0.5rem;
}

.sks-ad-dimensions {
  display: block;
  font-size: 0.85rem;
  color: #b45309;
  font-weight: 600;
}

/* Specific Ad Placements */
.sks-ad-hero {
  margin: 2rem auto;
  max-width: 970px;
}

.sks-ad-sidebar {
  margin: 1.5rem 0;
  position: sticky;
  top: 20px;
}

.sks-ad-content {
  margin: 3rem auto;
  max-width: 728px;
}

.sks-ad-footer {
  margin: 3rem auto 2rem;
  max-width: 970px;
}

/* Responsive */
@media (max-width: 768px) {
  .sks-ad-container {
    margin: 1.5rem 0;
  }
  
  .sks-ad-hero,
  .sks-ad-content,
  .sks-ad-footer {
    max-width: 100%;
  }
}
