/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */
/* WooCommerce My Account Downloads Image Styling */
.woocommerce-MyAccount-downloads .download-image {
    width: 80px; /* Breite der Bildspalte anpassen */
    text-align: center; /* Bild zentrieren */
    vertical-align: middle; /* Vertikal zentrieren */
}
.woocommerce-MyAccount-downloads .download-image img {
    max-width: 100%;
    height: auto;
    display: block; /* Stellt sicher, dass das Bild keinen zusätzlichen Platz darunter hat */
    margin: 0 auto; /* Zentriert das Bild horizontal */
}
