/* About Us -> "Meet Our Artisans" read-more link (mobile only; the JS only
   inserts these links below 767px). Brand orange, matching the storefront. */
.artisan-more-link,
.artisan-more-link:visited {
    color: #ee4b2b;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

.artisan-more-link:hover,
.artisan-more-link:focus {
    text-decoration: underline;
}

/* "less" sits at the end of the expanded bio, so give it room to read as a
   separate action rather than as part of the sentence. */
.artisan-less-link {
    display: inline-block;
    margin-top: 4px;
}
