.elementor-5015 .elementor-element.elementor-element-192a423{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f2fbc5d */#scoped-article {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        line-height: 1.8;
        color: #4b5563;
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px;
        background: #ffffff;
    }

    #scoped-article .flavour-header {
        text-align: center;
        margin-bottom: 20px;
        padding: 20px 10px;
        background: linear-gradient(135deg, #fffcf0 0%, #fff1f2 100%);
        border-radius: 24px;
        border: 1px solid #fee2e2;
    }

    #scoped-article h2.flavour-title {
        font-size: 1.7rem;
        color: #991b1b;
        margin-bottom: 10px;
        letter-spacing: -0.02em;
        line-height: 1.2;
        border: none;
    }

    #scoped-article .taste-tag {
        color: #f59e0b;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        font-size: 0.7rem;
        display: block;
        margin-bottom: 10px;
    }

    #scoped-article h3 {
        font-size: 1.5rem;
        color: #111827;
        margin-top: 40px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    #scoped-article h3::before {
        content: "🍑";
        margin-right: 12px;
        font-size: 1.5rem;
    }

    #scoped-article .flavour-profile-box {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 35px 0;
    }

    #scoped-article .profile-card {
        flex: 1;
        min-width: 250px;
        background: #fef2f2;
        padding: 25px;
        border-radius: 16px;
        border-left: 5px solid #f87171;
    }

    #scoped-article .sensor-meter {
        margin: 20px 0;
        background: #fff;
        padding: 15px;
        border-radius: 12px;
        border: 1px solid #f3f4f6;
    }

    #scoped-article .bar-container {
        width: 100%;
        background: #e5e7eb;
        height: 8px;
        border-radius: 10px;
        margin-top: 5px;
        overflow: hidden;
    }

    #scoped-article .bar-fill {
        height: 100%;
        background: #f87171;
    }

    #scoped-article .spec-summary {
        width: 100%;
        border-collapse: collapse;
        margin: 30px 0;
    }

    #scoped-article .spec-summary td {
        padding: 12px 0;
        border-bottom: 1px solid #f3f4f6;
    }

    #scoped-article .spec-summary td:first-child {
        font-weight: 700;
        color: #374151;
        width: 40%;
    }

    #scoped-article .cta-banner {
        background: #991b1b;
        color: white;
        padding: 45px 30px;
        border-radius: 24px;
        text-align: center;
        margin-top: 50px;
    }

    #scoped-article a.order-link {
        display: inline-block;
        background: #ffffff;
        color: #991b1b !important;
        padding: 16px 40px;
        border-radius: 50px;
        font-weight: 700;
        text-decoration: none;
        margin-top: 20px;
        transition: all 0.3s;
    }

    #scoped-article a.order-link:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }

    @media (max-width: 600px) {
        #scoped-article h2.flavour-title { font-size: 1.8rem; }
    }/* End custom CSS */