/* Show sponsor display — presenting big near top, supporting smaller below the text */
.show-sponsors .sponsor-label {
    font-family: var(--headline-font);
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--primary-color);
}
.show-sponsors .sponsor-label::after {
    content: "";
    display: block;
    width: 2.25rem;
    height: 3px;
    margin-top: 0.5rem;
    background: var(--secondary-color);
}
.show-sponsors a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}
.show-sponsors .sponsor-name {
    font-family: var(--headline-font);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--primary-color);
}
.show-sponsors-presenting .sponsor-name {
    font-size: 1.75rem;
}
.show-sponsors-supporting .sponsor-name {
    font-size: 1.125rem;
}
.show-sponsors img {
    width: auto;
    height: auto;
}
.show-sponsors-presenting img {
    max-height: 130px;
    max-width: 360px;
}
.show-sponsors-supporting img {
    max-height: 56px;
    max-width: 180px;
}
