/* <?= $html ?> Düzeni <div class="desc"> <?= $html ?> </div>*/

    .desc {
        font-size: 16px;
        line-height: 1.9;
        word-wrap: break-word;
    }

    /* Başlıklar */
    .desc h1,
    .desc h2,
    .desc h3,
    .desc h4,
    .desc h5,
    .desc h6 {
        font-weight: 600;
        margin: 25px 0 12px;
        line-height: 1.4;
    }

    .desc h1 {
        font-size: 32px;
    }

    .desc h2 {
        font-size: 26px;
    }

    .desc h3 {
        font-size: 22px;
    }

    .desc h4 {
        font-size: 18px;
    }

    /* Paragraflar */
    .desc p {
        margin-bottom: 18px;
        line-height: 1.9;
    }

    /* Listeler */
    .desc ul {
        list-style: none;
        padding-left: 0;
        margin: 20px 0;
    }

    .desc ul li {
        position: relative;
        padding-left: 22px;
        margin-bottom: 10px;
    }

    /* Mavi nokta */
    .desc ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #24cdd5;
    }

    /* Blockquote (alıntı) */
    .desc blockquote {
        position: relative;
        margin: 25px 0;
        padding: 25px 25px 25px 80px;
        background: #f8fbfd;
        border-left: 4px solid #24cdd5;
        border-radius: 8px;
        font-style: italic;
    }

    /* Tırnak işareti */
    .desc blockquote::before {
        content: "“";
        position: absolute;
        left: 18px;
        top: 10px;
        font-size: 40px;
        color: #24cdd5;
    }

    /* Eğik yazı başında tırnak */
    .desc p>em:first-child::before,
    .desc p>i:first-child::before {
        content: "“ ";
        color: #24cdd5;
    }

    /* Resimler */
    .desc img {
        max-width: 100%;
        height: auto;
        margin: 20px auto;
        display: block;
        border-radius: 10px;
    }

/* <?= $html ?> Düzeni*/
