.elementor-kit-7{--e-global-color-primary:#0D00DD;--e-global-color-secondary:#E1E0DE;--e-global-color-text:#0D00DD;--e-global-color-accent:#BBBBBB;--e-global-color-39b4a88:#F2E7DC;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"B612 Mono";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat Alternates";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-39b4a88 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* HOLZWORK - Dokan Store Override */

/* Hintergrund der gesamten Store-Seite auf Lichtgrau */
.dokan-store-wrap {
    background-color: #DCDCDC !important;
}

/* Profil-Hintergrund bereinigen und blauen Rahmen setzen */
.profile-frame, 
.dokan-profile-frame {
    background-color: transparent !important;
    border: 2px solid #0D00DD !important;
    border-radius: 0 !important; /* Keine runden Ecken! */
}

/* Händlername: Groß, blau, Monospace */
.profile-info-box h1.store-name,
.dokan-store-info .store-name {
    color: #0D00DD !important;
    font-family: 'B612 Mono', monospace !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    letter-spacing: -1px;
}

/* Alle runden Profilbilder eckig machen */
.profile-info-img img.avatar {
    border-radius: 0 !important;
    border: 2px solid #0D00DD !important;
    padding: 0 !important;
}

/* Texte und Links in der Händler-Info anpassen */
.profile-info-box ul.dokan-store-info li, 
.profile-info-box ul.dokan-store-info li a {
    color: #0D00DD !important;
    font-family: 'B612 Mono', monospace !important;
    text-decoration: none !important;
}/* End custom CSS */