.comparison-ad {
    align-items: center;
    color: var(--white);
    display: flex;
    font-size: 1.3rem;

    &-icon {
        margin-left: 20px;
    }

    &-title {
        display: flex;
        flex-wrap: wrap;
        font-size: 21px;
        font-weight: 300;
        line-height: 25px;
        margin-left: 20px;
    }

    &-url {
        color: inherit;
        margin-left: 20px;
        text-decoration: underline;

        &:hover {
            color: inherit;
        }
    }
}

.ArtistLinks-banner {
    align-items: center;
    color: var(--white);
    display: flex;
    font-size: 1.3rem;

    .FacebookIcon {
        margin-left: 20px;
        height: 40px;
        width: 40px;
    }

    &-title {
        display: flex;
        flex-wrap: wrap;
        font-size: 21px;
        font-weight: 300;
        line-height: 25px;
        margin-left: 20px;
    }

    &-url {
        color: inherit;
        margin-left: 20px;
        text-decoration: underline;

        &:hover {
            color: inherit;
        }
    }
}

.Orchard-go-ad {
    align-items: center;
    color: var(--white);
    display: flex;
    font-size: 1.3rem;

    &-icon {
        margin-left: 20px;
    }

    &-title {
        display: flex;
        flex-wrap: wrap;
        font-size: 21px;
        font-weight: 300;
        line-height: 25px;
        margin-left: 20px;

        a {
            color: var(--white);
            text-decoration: underline;
            margin-left: 1rem;
        }
    }

    &-url {
        color: inherit;
        margin-left: 20px;
        text-decoration: underline;

        &:hover {
            color: inherit;
            cursor: grab;
        }
    }
}
