.elementor-1235 .elementor-element.elementor-element-ddaf4a5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-1235 .elementor-element.elementor-element-7e033ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1235 .elementor-element.elementor-element-5145e75 img{height:400px;object-fit:cover;object-position:center center;border-radius:10px 10px 10px 10px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1235 .elementor-element.elementor-element-4dcb11c{text-align:left;color:#000000;font-family:"Poppins", Sans-serif;font-size:14px;font-weight:400;line-height:23px;}@media(max-width:1024px){.elementor-1235 .elementor-element.elementor-element-4dcb11c{font-size:13px;line-height:1.6em;}}@media(min-width:768px){.elementor-1235 .elementor-element.elementor-element-7e033ae{--width:100%;}}/* Start custom CSS for post-comments, class: .elementor-element-021bf8a *//* 🌟 Genel font ayarı */
.comment-form,
.comment-form input,
.comment-form textarea,
.comment-form label,
.comment-form p,
.comment-reply-title {
    font-family: 'Poppins', sans-serif;
    color: #000000; /* genel metin rengi */
}

/* 🟢 Başlık ("Bir yanıt yazın") */
.comment-reply-title {
    color: #FE0026; /* kırmızı renk */
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* 🟡 Açıklama metni ("E-posta adresiniz yayınlanmayacak...") */
.comment-notes {
    color: #009820; /* yeşil renk */
    font-size: 14px;
    margin-bottom: 15px;
}

/* ✍️ Yorum kutusu ve input alanları */
.comment-form input[type="text"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: inherit;
    font-size: 15px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
    border-color: #FE0026;
    outline: none;
}

/* 🟩 Gönder butonu */
.comment-form input[type="submit"] {
    background-color: #009820; /* yeşil */
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.comment-form input[type="submit"]:hover {
    background-color: #FE0026; /* kırmızı */
}

/* 📌 Checkbox yazısı */
.comment-form-cookies-consent label {
    font-size: 13px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}/* End custom CSS */