/* Scope the page styles so synced CSS does not affect other shortcodes. */
.mc-about
{
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(20px, 4vw, 48px) 16px;
    color: var(--TnTMovieClubSecondaryColor, #fff);
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.mc-about-header
{
    margin-bottom: 32px;
}

.mc-about h1
{
    color: var(--TntMovieClubPrimaryColorLight, #d43f49);
    margin: 0 0 16px;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.2;
}

.mc-about-card
{
    margin-top: 24px;
    padding: clamp(20px, 4vw, 32px);
}

.mc-about h2
{
    margin: 0 0 16px;
    color: var(--TnTMovieClubSecondaryColor, #fff);
    font-size: 1.5rem;
    line-height: 1.3;
}

.mc-about-card p:last-child
{
    margin-bottom: 0;
}

.mc-about a
{
    color: var(--TnTMovieClubSecondaryColor, #fff);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.mc-about a:hover
{
    text-decoration-thickness: 2px;
}

.mc-about a:focus-visible
{
    outline: 2px solid var(--TnTMovieClubSecondaryColor, #fff);
    outline-offset: 6px;
}

.mc-about-tmdb-link
{
    display: inline-block;
    margin: 12px 0;
    max-width: 100%;
}

/* Preserve the official logo's colors and proportions. */
.mc-about .mc-about-tmdb-logo
{
    display: block;
    width: 160px;
    max-width: 100%;
    height: auto;
}

.mc-about-attribution
{
    font-weight : 600;
    font-size   : 12px;
}
