
/* Dynamic Homepage States */

.home-empty-copy {
    max-width: 390px;
    margin: 24px 0 0;
    font-size: 14px;
    line-height: 1.45;
}

.home-panel-empty {
    margin-top: 22px;
    padding: 16px 0;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-family: var(--mono);
    font-size: 10px;
    line-height: 1.45;
    text-transform: uppercase;
}

.event-row h3 a,
.mini-route-list strong a,
.notes-list a,
.photo-story-preview {
    color: inherit;
}

.event-row h3 a:hover,
.mini-route-list strong a:hover,
.notes-list a:hover,
.photo-story-preview:hover h3 {
    color: var(--orange);
}

.photo-story-image {
    display: block;
    width: 100%;
    object-fit: cover;
}

.member-access-section > .button {
    justify-self: end;
}

@media (max-width: 1120px) {
    .member-access-section > .button {
        grid-column: 1 / -1;
        justify-self: stretch;
        width: 100%;
    }
}

@media (max-width: 720px) {
    .member-access-section > .button {
        margin-top: 10px;
    }
}

/* Program Settings / Homepage */
.home-program-notice {
    margin: 18px 0 0;
    padding: 11px 12px;
    border: 1px solid var(--line);
    font-family: var(--mono);
    font-size: 10px;
    line-height: 1.45;
    text-transform: uppercase;
}

.home-program-label {
    display: block;
    margin-top: 10px;
    color: var(--orange);
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.home-newsletter-note {
    margin: 0;
    color: var(--muted);
    font-family: var(--mono);
    font-size: 10px;
    line-height: 1.45;
    text-transform: uppercase;
}

@media (max-width: 1120px) {
    .home-newsletter-note {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .home-program-notice {
        margin-top: 14px;
    }
}
