.elementor-2177 .elementor-element.elementor-element-93ce57a{--display:flex;}#jet-popup-2177 .jet-popup__container{width:800px;}#jet-popup-2177 .jet-popup__inner{justify-content:center;align-items:center;}#jet-popup-2177 .jet-popup__container-inner{justify-content:flex-start;}/* Start custom CSS for post-comments, class: .elementor-element-5410f63 *//* 1. GRUNDLAGEN & ABSTÄNDE */
#comments {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #2d3436;
    padding: 30px !important; /* Viel Platz zum Rand des Popups */
}

/* Titel: "Schreibe einen Kommentar" */
#reply-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 25px !important;
    display: block;
    color: #1a1a1a;
}

/* 2. INFO-TEXTE (Angemeldet als..., Erforderliche Felder) */
.logged-in-as, 
.comment-notes {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-bottom: 25px !important;
    line-height: 1.6;
}

.logged-in-as a {
    color: #FAB94B !important; /* Deine Markenfarbe */
    text-decoration: none;
    font-weight: 600;
}

.logged-in-as a:hover {
    text-decoration: underline;
}

/* 3. DAS EINGABEFELD (TEXTAREA) */
#commentform textarea {
    width: 100% !important;
    border-radius: 15px;
    border: 2px solid #f0f0f0;
    padding: 20px !important;
    background-color: #fcfcfc;
    transition: all 0.3s ease;
    font-size: 1rem;
    min-height: 160px; /* Schön hoch für mehr Platz */
    line-height: 1.6;
}

#commentform textarea:focus {
    background-color: #fff;
    border-color: #FAB94B;
    outline: none;
    box-shadow: 0 0 0 5px rgba(250, 185, 75, 0.15);
}

/* 4. DER ABSENDE-BUTTON */
.submit {
    background-color: #FAB94B !important;
    color: #fff !important;
    padding: 14px 35px !important;
    border-radius: 50px !important;
    border: none !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(250, 185, 75, 0.3);
    margin-top: 10px;
}

.submit:hover {
    background-color: #e5a73d !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(250, 185, 75, 0.4);
}/* End custom CSS */