.educacaoemfoco-slot-shell {
  --eef-slot-gap: 1.5rem;
  box-sizing: border-box;
  clear: both;
  margin: 1.5rem auto;
  max-width: 100%;
  text-align: center;
  width: 100%;
}

.educacaoemfoco-slot-shell--top {
  margin-top: 1.25rem;
}

.educacaoemfoco-slot-shell--bottom {
  margin-bottom: 1.75rem;
}

.educacaoemfoco-gpt-label {
  color: #5a6472;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.educacaoemfoco-gpt-slot {
  background: #f5f6f8;
  border: 1px solid rgba(30, 45, 70, 0.1);
  border-radius: 12px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  transition: min-height 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
  width: 100%;
}

.educacaoemfoco-gpt-slot--desktop {
  display: none;
}

.educacaoemfoco-gpt-slot--mobile {
  display: block;
  max-width: 336px;
}

.educacaoemfoco-slot-shell.is-empty .educacaoemfoco-gpt-slot,
.educacaoemfoco-slot-shell--empty .educacaoemfoco-gpt-slot {
  background: transparent;
  border-color: transparent;
  min-height: 0 !important;
  margin: 0;
  padding: 0;
}

.educacaoemfoco-slot-shell.is-empty .educacaoemfoco-gpt-label,
.educacaoemfoco-slot-shell--empty .educacaoemfoco-gpt-label {
  display: none;
}

@media (min-width: 768px) {
  .educacaoemfoco-gpt-slot--desktop {
    display: block;
  }

  .educacaoemfoco-gpt-slot--mobile {
    display: none;
  }

  .educacaoemfoco-slot-shell--top .educacaoemfoco-gpt-slot--desktop {
    max-width: 970px;
  }
}

/* Legacy b247 holes — collapse when empty */
.contentAd:empty,
.minHeight250:empty,
.minHeight280:empty,
.ad--bottom-anchor:empty {
  display: none !important;
  min-height: 0 !important;
}
