/* Parent-document styles for the Horoscop.space app embed. */
.astrella-horoscope-embed {
    width: 100%;
    margin-inline: auto;
}
.astrella-horoscope-frame {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
}
.astrella-horoscope-embed--standard .astrella-horoscope-frame {
    border-radius: 12px;
}
.astrella-horoscope-embed--seamless {
    max-width: 820px;
}
.astrella-horoscope-embed--seamless .astrella-horoscope-frame {
    border-radius: 0;
}
