@charset "utf-8";

.cke_editable {
    color: #000;
    direction: rtl; /* Yazı yönü sağdan sola */
    text-align: right; /* Metin sağa yaslı */
}

.cke_editable h1 {
    font-size: 34px;
    color: #000;
    margin-bottom:20px;
}

.cke_editable h2 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom:10px;
}

.cke_editable h3 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom:10px;
}

.cke_editable h4 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom:10px;
}

/* Görsel Sola Yaslı - Arapça'da metin sağda, görsel solda kalmalı */
.cke_editable .img-left {
    float: left;
    margin-right: 20px; /* Metin görselin sağında kalacağı için boşluk sağdan verilir */
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* Görsel Sağa Yaslı - Arapça'da metin solda, görsel sağda kalmalı */
.cke_editable .img-right {
    float: right;
    margin-left: 20px; /* Metin görselin solunda kalacağı için boşluk soldan verilir */
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cke_editable .img-center {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cke_editable table tr td p {
    margin-bottom: 0;
    text-align: right; /* Tablo hücre içleri sağa yaslı */
}

.cke_editable table th p {
    margin-bottom: 0;
    text-align: right;
}

.cke_editable .table-responsive {
    background-color: #FFF;
    direction: rtl; /* Tablo sütun sırası sağdan başlar */
}

.cke_editable .table-sm {
    font-size: 12px;
}

.cke_editable thead tr th {
    background-color: #fbc730;
    text-align: right;
}

.cke_editable tbody tr th {
    background-color: #5d6b71;
    color: #FFF;
    text-align: right;
}

.cke_editable .table-responsive .table {
    margin-bottom: 0;
}


@media only screen and (max-width: 992px) {
    .cke_editable .img-left, .cke_editable .img-right, .cke_editable .img-center {
        float: none;
        width: auto;
        height: auto;
        margin: auto;
        margin-bottom: 20px;
    }
}