/* Crédito Nación — shells GPT (par desktop/mobile no DOM) */
.cn-slot-shell {
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 1rem auto;
  padding: 0 0.75rem;
  text-align: center;
}

.cn-slot-shell--top {
  margin-top: 0.5rem;
}

.cn-slot-shell--bottom {
  margin-bottom: 1.5rem;
}

.cn-gpt-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 1px;
}

@media (min-width: 768px) {
  .cn-gpt-slot--mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .cn-gpt-slot--desktop {
    display: none !important;
  }
}

/* Compat: páginas ainda com .cn-ad-slot + .cn-desktop-only */
.cn-ad-slot.cn-desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .cn-ad-slot.cn-desktop-only {
    display: flex;
  }
  .cn-ad-slot.cn-mobile-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .cn-ad-slot.cn-mobile-only {
    display: flex;
  }
  .cn-ad-slot.cn-desktop-only {
    display: none !important;
  }
}
