.elementor-113 .elementor-element.elementor-element-44e76fc3{--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;}.elementor-113 .elementor-element.elementor-element-5059cb63{--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;}.elementor-113 .elementor-element.elementor-element-2caea6cb{--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;}.elementor-113 .elementor-element.elementor-element-2caea6cb.e-con{--flex-grow:0;--flex-shrink:0;}.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-113 .elementor-element.elementor-element-3f48253d img{width:100%;border-radius:10px 10px 10px 10px;}.elementor-113 .elementor-element.elementor-element-d81374d{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-113 .elementor-element.elementor-element-69fc4877 .elementor-heading-title{color:#000000;}.elementor-widget-theme-post-excerpt .elementor-widget-container{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-113 .elementor-element.elementor-element-4d8851d .elementor-icon-list-icon i{color:var( --e-global-color-53ecdcc );font-size:14px;}.elementor-113 .elementor-element.elementor-element-4d8851d .elementor-icon-list-icon svg{fill:var( --e-global-color-53ecdcc );--e-icon-list-icon-size:14px;}.elementor-113 .elementor-element.elementor-element-4d8851d .elementor-icon-list-icon{width:14px;}.elementor-113 .elementor-element.elementor-element-61768f95{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-113 .elementor-element.elementor-element-921c869{--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;}.elementor-113 .elementor-element.elementor-element-921c869.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-113 .elementor-element.elementor-element-5ae14b05{--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;}.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 );}@media(max-width:767px){.elementor-113 .elementor-element.elementor-element-61768f95{--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;}}@media(min-width:768px){.elementor-113 .elementor-element.elementor-element-2caea6cb{--width:33%;}.elementor-113 .elementor-element.elementor-element-d81374d{--width:67%;}.elementor-113 .elementor-element.elementor-element-921c869{--width:25%;}.elementor-113 .elementor-element.elementor-element-5ae14b05{--width:75%;}}/* Start custom CSS for shortcode, class: .elementor-element-c41e91 *//* Başlık Stili */
.same-category-posts h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

/* Başlığın Altındaki İnce Çizgi */
.same-category-posts h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, #ff7e00, #ff5100);
    border-radius: 2px;
}

/* Genel Liste Stili */
.same-category-posts ul {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

/* Liste Öğesi İkonlarını Kaldır */
.same-category-posts ul li::before,
.same-category-posts ul li a::before,
.same-category-posts ul li::marker {
    content: none !important;
    display: none !important;
    background: none !important;
    border: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
}

/* Liste Öğesi Stili */
.same-category-posts ul li {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(26, 26, 26, 0.08);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Liste Öğesine Hover Efekti */
.same-category-posts ul li:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(26, 26, 26, 0.15);
}

/* Bağlantı Stili */
.same-category-posts ul li a {
    text-decoration: none;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    transition: color 0.2s ease-in-out;
}

/* Bağlantıya Fare Geldiğinde Renk Değişimi */
.same-category-posts ul li a:hover {
    color: #ff5100;
}

/* Alternatif Durum Mesajı Stili */
.same-category-posts p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    text-align: center;
    padding: 20px 0;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-top: 20px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-44e76fc3 */.yazilar {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #2b2b2b; /* Koyu gri metin rengi, siyah kadar sert değil */
    text-align: left;
    word-wrap: break-word;
    letter-spacing: 0.02em;

    width: 90%;
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    border-radius: 12px;
    background-color: #ffffff; /* Beyaz içerik kutusu */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06); /* Hafif gölge */
    transition: all 0.3s ease-in-out;
}

/* Başlıklar */
.yazilar h1, .yazilar h2, .yazilar h3, .yazilar h4, .yazilar h5, .yazilar h6 {
    font-family: 'Montserrat', sans-serif;
    color: #222;
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.yazilar h1 {
    font-size: 2.8em;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #ff7e00;
    margin-bottom: 30px;
}

.yazilar h2 {
    font-size: 2.2em;
    border-left: 5px solid #111;
    padding-left: 15px;
}

.yazilar h3 {
    font-size: 1.8em;
    color: #111;
}

/* Paragraflar */
.yazilar p {
    margin-bottom: 1.3em;
    text-align: justify;
    color: #333;
}

/* Linkler */
.yazilar a {
    color: #ff5100;
    text-decoration: none;
    border-bottom: 1px dashed #ff5100;
    padding-bottom: 1px;
    transition: all 0.3s ease;
}

.yazilar a:hover {
    color: #ff7e00;
    border-bottom-color: #ff7e00;
}

/* Listeler */
.yazilar ul, .yazilar ol {
    margin: 25px 0 25px 30px;
    padding: 0;
}

.yazilar ul li {
    list-style-type: '🟧 '; /* Turuncu temaya uygun */
    color: #2b2b2b;
}

.yazilar ol li {
    list-style-type: decimal;
    color: #2b2b2b;
}

/* Tanım listeleri */
.yazilar dt {
    font-weight: bold;
    color: #ff5100;
}

.yazilar dd {
    margin-left: 20px;
    color: #555;
}

/* Tablolar */
.yazilar table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.95em;
    background-color: #fff;
    color: #333;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.yazilar th {
    background-color: #f8f9fa;
    color: #ff5100;
    font-weight: 600;
}

.yazilar td, .yazilar th {
    padding: 12px 15px;
    border-bottom: 1px solid #dee2e6;
}

.yazilar tr:nth-child(even) {
    background-color: #fcfcfc;
}

.yazilar tr:hover {
    background-color: #f1f1f1;
}

/* Alıntı */
.yazilar blockquote {
    border-left: 6px solid #ff5100;
    padding: 18px 25px;
    font-style: italic;
    background-color: #fdf9f6;
    color: #555;
    border-radius: 8px;
}

/* Kodlar */
.yazilar pre {
    background-color: #1a1a1a;
    color: #ff7e00;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    font-family: 'Fira Code', monospace;
}

.yazilar code {
    background-color: #fff1e6;
    color: #ff5100;
    padding: 3px 6px;
    border-radius: 4px;
}

/* Görseller */
.yazilar img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;

}

/* Formlar */
.yazilar input,
.yazilar textarea,
.yazilar select {
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1em;
    color: #333;
    background-color: #fff;
    transition: all 0.3s ease;
}

.yazilar input:focus,
.yazilar textarea:focus,
.yazilar select:focus {
    border-color: #ff5100;
    box-shadow: 0 0 0 0.2rem rgba(255, 81, 0, 0.2);
    outline: none;
}

.yazilar textarea {
    min-height: 120px;
    resize: vertical;
}

/* Butonlar */
.yazilar button,
.yazilar input[type="submit"] {
    background-color: #ff5100;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.yazilar button:hover,
.yazilar input[type="submit"]:hover {
    background-color: #ff7e00;
    transform: translateY(-1px);
}

.yazilar button:active,
.yazilar input[type="submit"]:active {
    transform: translateY(0);
}

/* Duyarlı Tasarım */
@media (max-width: 768px) {
    .yazilar {
        width: 95%;
        margin: 20px auto;
        padding: 20px;
        font-size: 16px;
    }

    .yazilar h1 { font-size: 2.2em; }
    .yazilar h2 { font-size: 1.8em; }
    .yazilar h3 { font-size: 1.5em; }
}

@media (max-width: 480px) {
    .yazilar {
        padding: 15px;
        font-size: 15px;
    }

    .yazilar h1 { font-size: 1.8em; }
    .yazilar h2 { font-size: 1.5em; }
    .yazilar h3 { font-size: 1.3em; }
}/* End custom CSS */