.elementor-290 .elementor-element.elementor-element-89a2af2{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-290 .elementor-element.elementor-element-a34ac9d{width:100%;max-width:100%;}.elementor-290 .elementor-element.elementor-element-a34ac9d.elementor-element{--align-self:center;}.elementor-290 .elementor-element.elementor-element-7fa79b7{width:100%;max-width:100%;margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for shortcode, class: .elementor-element-a34ac9d *//* Styling für die Elementor-Klasse .dr-upload-zeile */
.dr-upload-zeile .wedding-upload-wrapper {
    width: 100%;
    max-width: 520px; /* Etwas kompakter */
    margin: 0 auto;
    text-align: center;
}

.dr-upload-zeile .wedding-upload-form {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
    justify-content: center; 
    gap: 15px; /* Etwas engerer Abstand */
    background: #ffffff;
    padding: 10px 20px; /* Kleineres Padding */
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-radius: 40px; /* Etwas flachere Rundung */
    transition: all 0.3s ease;
}

.dr-upload-zeile .wedding-upload-form:hover {
    border-color: #526859;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Dateiauswahl-Eingabe */
.dr-upload-zeile .wedding-file-input {
    flex-grow: 0;
    margin-bottom: 0 !important;
    font-size: 13px; /* Kleinere Schrift */
    color: #666; /* Sichtbar machen, damit Dateiname erscheint */
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    min-width: 200px;
}

/* Den Standard-Button vom Browser komplett entfernen */
.dr-upload-zeile .wedding-file-input::-webkit-file-upload-button {
    display: none;
}

/* Eigenen Text über das Input-Feld legen */
.dr-upload-zeile .wedding-file-input::before {
    content: '📷 Bilder wählen...';
    display: inline-block;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.2px;
    white-space: nowrap;
    margin-right: 8px; /* Platz zum Dateinamen */
}

/* Den Absende-Button (Hochladen) */
.dr-upload-zeile .wedding-btn-upload {
    background-color: #526859; /* Deine neue Farbe */
    color: #fff;
    border: none;
    padding: 10px 22px; /* Etwas kleinerer Button */
    border-radius: 20px;
    font-size: 13px; /* Kleinere Schrift */
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dr-upload-zeile .wedding-btn-upload:hover {
    background-color: #3e4f44; /* Dunklerer Ton für Hover */
    transform: translateY(-1px);
}

/* Feedback & Progress */
.dr-upload-zeile .wedding-upload-feedback {
    font-size: 12px;
    margin: 8px 0 !important;
}

.dr-upload-zeile .wedding-upload-progress {
    margin: 10px auto 0 auto !important;
    width: 70%;
    background: #f0f0f0;
    border-radius: 10px !important;
    height: 5px !important;
}

.dr-upload-zeile .wedding-upload-bar {
    height: 100%;
    background: #526859;
}

/* Responsive Anpassung */
@media (max-width: 600px) {
    .dr-upload-zeile .wedding-upload-form {
        border-radius: 15px;
        padding: 15px;
    }
    
    .dr-upload-zeile .wedding-file-input {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    
    .dr-upload-zeile .wedding-btn-upload {
        width: 100%;
    }
}/* End custom CSS */