/* Footer PWA Button Anpassungen */
.elementor-330 .elementor-element.elementor-element-169c2a0d .pwa-button {
    background-color: transparent;
    background-image: linear-gradient(180deg, #DC0000 0%, #990000 100%) !important;
    color: #ffffff;
    height: 48px !important;
    width: auto !important;
    max-width: 280px !important;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.elementor-330 .elementor-element.elementor-element-169c2a0d > .elementor-widget-container {
    display: flex;
    justify-content: flex-start;
}

@media(max-width:1024px) {
    .elementor-330 .elementor-element.elementor-element-169c2a0d .pwa-button {
        height: 42px !important;
    }
}

@media(max-width:767px) {
    .elementor-330 .elementor-element.elementor-element-169c2a0d .pwa-button {
        height: 42px !important;
        max-width: 100%;
    }
}
