/* MOBILE */
@media only screen and (max-width: 768px) {

    h1 {
        font-size: 2rem;
    }
    .top-video {
        font-family: 'Bebas Neue', serif;
        position: absolute;
        left: 5px;
        font-size: 40px;
        top: -5px;
    }

    .top-member {
        font-size: 10px;
        top: 35px;
    }

    .best-price {
        position: absolute;
        right: 58px;
        top: -20px;
    }

    .save-amount {
        position: absolute;
        bottom: -10px;
        right: 0
    }

    .item-card-title {
        font-weight: 600;
        font-size: 16px;
    }

    .difficulty-badge {
        background-color: rgba(31, 41, 55, 0.4);
        font-weight: 600;
        border-radius: 9999px;
        padding: 0.4rem 0.75rem;
        display: inline-block;
    }

    .difficulty-1 { color: limegreen !important; }
    .difficulty-2 { color: yellow !important; }
    .difficulty-3 { color: orangered !important; }

    .video-container {
        position: relative;
        width: 100%;
    }

    .badge-flag {
        font-size: 20px;
        vertical-align: middle;
    }

    .badge-popular {
        margin-left: 2px;
    }

    .badge-overlay {
        position: absolute;
        top: 6px;
        right: -1px;
        z-index: 10;
        display: flex;
        gap: 3px;
    }

    .item-badge {
        font-size: 9px;
        vertical-align: middle;
        padding: 5px;
    }

    .header-image {
        height: 170px;
        margin-top: -40px;
    }

    .channel-header-image {
        height: 330px;
        margin-top: -65px;
    }

    .img-cover {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .slide-title {
        color: white !important;
        font-size: 32px;
        margin-bottom: 0;
    }

    .slide-description {
        font-family: 'Cabin', serif !important;
        font-size: 18px;
        color: white !important;
    }

    .carousel-profile-picture {
        height: 80px;
        width: 80px;
    }

    .banner-pill {
        color: white !important;
        font-size: 12px;
    }

    .banner-title {
        color: white !important;
        font-size: 32px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

    }

    .banner-description {
        font-family: 'Cabin', serif !important;
        color: white !important;
        font-size: 16px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }
}