/**
 * [구글 애드센스]
 * - 역할: 홈·상세 공통 반응형 광고 영역
 * - 작성/수정일: 2026-09-22
 */
.an-hub-section--adsense {
  margin: 0;
  padding: 40px 0;
  background: var(--white-color, #fff);
}

.an-hub-section--adsense .an-container {
  background: var(--white-color, #fff);
}

.an-hub-adsense {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 90px;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: #fff;
  text-align: center;
}

.an-hub-adsense .adsbygoogle {
  display: block !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100%;
  min-height: 90px;
  margin-inline: auto;
  background: #fff;
}

.an-hub-adsense iframe {
  max-width: 100%;
  background: #fff;
}

.an-hub-adsense img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
