.ad-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 7.5rem;
  padding: 1.25rem 1rem;
  border: 1px dashed #d4d4d4;
  border-radius: var(--radius-md);
  background: #fafafa;
  text-align: center;
  box-sizing: border-box;
}

.ad-slot__label {
  display: block;
  font-size: var(--font-size-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.ad-slot__placeholder {
  margin: 0;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.page-home .home-ad {
  margin-bottom: 0;
}

.page-recipe-detail .recipe-detail__ad {
  margin-bottom: 2.5rem;
}
