
/* Version 26 – bestehendes Design von Version 24 bewahren */

/* Verhindert überlange Titel und Links auf kleineren Bildschirmen */
.bgi-v24-card-title,
.bgi-v24-product-info h1,
.bgi-v24-content,
.bgi-v24-sidebox {
    overflow-wrap: anywhere;
}

/* Bilder bleiben sicher im vorhandenen Layout */
.bgi-v24-card-image,
.bgi-v24-product-image {
    display: block;
    max-width: 100%;
}

/* Buttons brechen nicht unschön um */
.bgi-v24-card-actions .bgi-btn,
.bgi-v24-main-actions .bgi-btn {
    text-align: center;
}

/*
 * The Engine already renders recommendations inside the filtered post
 * content. On the theme's two-column product layout this duplicate block is
 * too narrow. The theme keeps its own full-width recommendation section below.
 */
.bgi-v24-content > .bgi-related-gifts {
    display: none;
}

/* Kleine mobile Stabilisierung, ohne Designänderung */
@media (max-width: 640px) {
    .bgi-v24-card-content {
        padding: 20px;
    }

    .bgi-v24-product-info h1 {
        line-height: 1.08;
    }

    .bgi-v24-content {
        font-size: 17px;
    }
}
