/* =========================================================
   Space Vanta Theme 1.0
   Collection Hero
   Description
   Version:
   COLLECTION VISUAL V1-C

   Responsibilities:
   - Description readability
   - Editorial text hierarchy
   - Reading width
   - Spacing

   Does NOT handle:
   - Collection title
   - Collection image
   - Image frame
========================================================= */


/* =========================================================
   Description
========================================================= */

.sv-collection-hero__description {
    max-width: 620px;

    margin-top: 24px;

    font-size: 15px;
    line-height: 1.75;

    letter-spacing: 0.01em;

    color: var(--sv-muted);
}


/* =========================================================
   Description Paragraph
========================================================= */

.sv-collection-hero__description p {
    margin: 0;
}


/* =========================================================
   Description Links
========================================================= */

.sv-collection-hero__description a {
    text-decoration: underline;
    text-underline-offset: 3px;
}


/* =========================================================
   Mobile
========================================================= */

@media(max-width:640px) {

    .sv-collection-hero__description {
        max-width: 100%;

        margin-top: 20px;

        font-size: 14px;
        line-height: 1.7;
    }

}