/**
 * Series Selector Block Styles
 */

/* Block Container */
.series-selector-block {
    margin-bottom: 5rem;
}

/* Image */
.series-selector-block__image {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.series-selector-block__img {
     width: 100%;
    max-width: 100%;
    height: auto;
}

/* Content Wrapper */
.series-selector-block__content {
}

/* Season (eyebrow text above heading) */
.series-selector-block__season {
    font-size: var(--wp--preset--font-size--xxxl);
    font-weight: 600;
    text-transform: uppercase;
    margin: .25rem 0;
    padding: 0;
    line-height: 1;
}

/* Heading (contains title + subtitle) */
.series-selector-block__heading {
    color: var(--wp--preset--color--light-green);
}

/* Title (within heading) */
.series-selector-block__title {

}

/* Subtitle (within heading) */
.series-selector-block__subtitle::before {
    content: ":\00a0\00a0" ;
}

/* Term Description (taxonomy description) */
.series-selector-block__term-description {
    font-size: var(--wp--preset--font-size--xl);
    margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
    .series-selector-block__term-description {
        max-width: 66%;
    }
}

/* Additional Description (ACF wysiwyg field) */
.series-selector-block__additional_description {
}

/* Button */
.series-selector-block__button {
    font-size: var(--wp--preset--font-size--large);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1rem;
    margin-top: 1.5rem;
    background: transparent;
    border: 2px solid var(--wp--preset--color--light-green);
    color: var(--wp--preset--color--light-green);
    text-decoration: none;
}

.series-selector-block__button:hover {
    background-color: var(--wp--preset--color--light-green);
    color: var(--wp--preset--color--dark-green);
    text-decoration: none;
}   

/* No Series Message (admin only) */
.series-selector-block__no-series {
}
