﻿.larger-font {
    font-size: 1.2rem;
}

.award-logo {
    width: auto;
    height: auto;
    max-height: 35px;
    padding-right: .5rem;
}

.blog-preview-text img {
    max-width: 50%;
}

@media screen and (max-width: 479px) {
    .blog-preview-text img {
        max-width: 100%;
    }
}

.ff-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 5 / 5;
    display: block;
    overflow: hidden;
}

    .ff-image-wrapper .ff-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ff-corner-fill {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

    .ff-corner-fill::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 160px;
        height: 160px;
        background-color: rgba(221, 0, 138, 0.9);
        clip-path: polygon(100% 0, 100% 100%, 0 0);
        z-index: -1;
    }

    .ff-corner-fill span {
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 1.2rem;
        padding-bottom: 20px;
        line-height: 1.3;
        white-space: nowrap;
        transform: rotate(45deg);
        transform-origin: center;
        position: relative;
        top: -20px;
        right: -20px;
    }

.guest-star-left-flex {
    display: flex;
    align-items: center;
    gap: 4rem;
    width: auto;
    flex-shrink: 0;
}

    .guest-star-left-flex .marquee-block {
        flex-shrink: 0;
        width: auto;
        display: inline-block;
    }

    .guest-star-left-flex .guest-marquee {
        width: auto;
        display: inline-block;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .guest-star-left-flex .guest-marquee img {
            width: auto;
            max-height: 45px;
        }

.funfusion-combo-icon {
    max-height: 65px;
    max-width: 250px;
    width: auto;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}
