/*
Theme Name: GeneratePress Custom Child
Theme URI: https://generatepress.com/
Description: Lightweight child theme for GeneratePress with responsive, AdSense-friendly styling.
Author: Custom
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-custom-child
*/

:root {
  --gp-child-content-max: 860px;
  --gp-child-radius: 10px;
}

.entry-content img,
.entry-content iframe,
.entry-content video {
  max-width: 100%;
  height: auto;
}

.gp-child-ad-slot {
  width: 100%;
  margin: 24px auto;
  text-align: center;
  clear: both;
}

.gp-child-ad-label,
.sadp-ad-label {
  font-size: 10px;
  line-height: 1.2;
  color: #777;
  margin: 0 0 5px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sadp-ad-wrap {
  width: 100%;
  max-width: 100%;
  margin: 24px auto;
  text-align: center;
  clear: both;
  overflow: visible;
}

.sadp-ad-code {
  min-height: 0;
}

.sadp-video-wrap {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 24px auto;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.sadp-video-wrap video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 430px;
  object-fit: contain;
}

.sadp-video-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .sadp-ad-wrap { margin: 18px auto; }
  .sadp-video-wrap { margin: 18px auto; border-radius: 6px; }
}
