.tag__title {
    margin: 15px 0;

    text-transform: uppercase;

    color: #35b6de;

    font-size: 30px;
    font-weight: bold;
}

.tag__section-title {
    margin: 10px 0;

    text-transform: uppercase;

    color: #35b6de;

    font-size: 24px;
    font-weight: bold;
}

.tag__section-title-link {
    color: #35b6de;
}

.tag__section-title-link:hover {
    cursor: pointer;

    color: #35b6de;
}

.tag__show-more-button__container {
    display: block;

    padding: 1em;

    cursor: pointer;
    text-align: center;
}

.tag__show-more-button__text {
    display: inline-block;

    text-transform: uppercase;

    color: #453f4d;
    border-bottom: 1px solid rgba(0, 0, 0, .15);

    font-size: .75em;
}

.tag__show-more-button__container:focus .tag__show-more-button__text,
.tag__show-more-button__container:hover .tag__show-more-button__text {
    color: rgb(209, 76, 71);
    border-bottom-color: rgba(209, 76, 71, .25);
}

.tag__entity .teaser {
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 756px) {
    .tag__title {
        margin: 15px 0;

        font-size: 30px;
    }

    .tag__section-title {
        margin: 10px 0;

        font-size: 24px;
    }
}
