/**
Theme Name: KPay Astra Child
Author: Matthias Fänder
Author URI: http://mfaender.com/
Description: Astra Child Theme speziell für KPay > Woocommerce hooks und Affiliate WP Specials
Version: 1.0 | 2025-12-09
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-kajinga-theme
Template: astra
*/


/* ---------------------------------------------------------
Affiliate Area
--------------------------------------------------------- */
.affwp-creative {
    width: 46%;
    float: left;
    margin-right: 2%;
}

#partnerbereich_tabs .elementor-tab-mobile-title {
    background-color: #DEDEDE;
}

#partnerbereich_tabs .elementor-tab-mobile-title.elementor-active {
    background-color: #0274be;
    color: #FFFFFF;
}

/* Anpassung für Formular Plugin "Custom Affiliate Slugs" */
.affwp-wrap span {
    display: table;
    margin-top: 3px;
}


@media only screen and (max-width: 767px) {
    .affwp-creative {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}