/* Etsy slide uses the existing homepage carousel and the course's Etsy orange accents. */
.ec-home-hero__slide--etsy-digital .ec-home-hero__title { max-width: 17ch; }
.ec-home-hero__slide--etsy-digital .ec-etsy-home__accent { color: #f1641e; }
.ec-home-hero__slide--etsy-digital img.ec-etsy-wordmark { display: inline-block; width: 2em; height: 1em; max-width: none; vertical-align: -.17em; object-fit: contain; }
.ec-home-hero__slide--etsy-digital .ec-home-hero__lead { max-width: 52ch; }
.ec-home-hero__slide--etsy-digital .ec-btn--custom { color: #2b1c13; }
.ec-etsy-home__art { position: relative; isolation: isolate; width: min(100%, 560px); margin: 0; }
.ec-etsy-home__art::before { content: ''; position: absolute; z-index: -1; inset: 5% -3% 4%; border-radius: 48% 52% 44% 56%; background: radial-gradient(ellipse at 50% 50%, #ffd0b3aa, #fff1e7cc 63%, #fff7f200 74%); }
.ec-etsy-home__art img { display: block; width: 100%; height: auto; filter: drop-shadow(0 15px 20px #96512412); }
@media (max-width: 860px) {
    .ec-etsy-home__art { max-width: 500px; margin-inline: auto; }
}
@media (max-width: 600px) {
    .ec-home-hero__slide--etsy-digital .ec-home-hero__title { max-width: 18ch; }
}
