.section-resume-1 .resume-card {
    border: none;
    background: none;
}
.ck-content{
    font-size: 16px;
    line-height: 1.85;
    color: inherit;                 /* dark / light otomatik */
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Paragraf */
.ck-content p{
    margin: 0 0 1.05em 0;
    color: inherit;
    opacity: .92;
}

/* Başlıklar */
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6{
    margin: 1.6em 0 .6em 0;
    line-height: 1.25;
    font-weight: 700;
    color: inherit;
}

.ck-content h1{ font-size: 2.05rem; }
.ck-content h2{ font-size: 1.75rem; }
.ck-content h3{ font-size: 1.45rem; }
.ck-content h4{ font-size: 1.25rem; }
.ck-content h5{ font-size: 1.10rem; }
.ck-content h6{ font-size: 1.00rem; opacity: .9; }

/* H2 alt çizgi (Material vurgu) */
.ck-content h2{
    position: relative;
    padding-bottom: .35em;
}
.ck-content h2:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:48px;
    height:3px;
    background:#0d6efd;             /* link mavisi */
    border-radius: 3px;
    opacity: .9;
}

/* Linkler – standart mavi */
.ck-content a{
    color: #0d6efd;
    text-decoration: none;
    border-bottom: 1px dotted rgba(13,110,253,.55);
    transition: opacity .15s ease;
}
.ck-content a:hover{
    opacity: .85;
    border-bottom-style: solid;
}
.ck-content a:visited{
    color: #0b5ed7;
}

/* Strong / Em */
.ck-content strong{ font-weight: 700; }
.ck-content em{ font-style: italic; }

/* HR */
.ck-content hr{
    border: 0;
    height: 1px;
    background: rgba(0,0,0,.12);
    margin: 1.8em 0;
}

/* Listeler */
.ck-content ul,
.ck-content ol{
    margin: 1em 0 1em 1.25em;
    padding-left: 1.1em;
    color: inherit;
}

.ck-content ul{ list-style: disc; }
.ck-content ol{ list-style: decimal; }

.ck-content li{
    margin: .45em 0;
    color: inherit;
    opacity: .92;
}

/* Marker rengi */
.ck-content li::marker{
    color: currentColor;
    opacity: .85;
}

/* Nested list */
.ck-content ul ul{ list-style: circle; margin-top: .5em; }
.ck-content ul ul ul{ list-style: square; }

/* Inline emoji / smiley (p + li içinde) */
.ck-content p img,
.ck-content li img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    height: 1.1em;
    width: auto;
}

/* Görseller */
.ck-content figure{
    margin: 1.2em 0;
}
.ck-content figure img{
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(0,0,0,.08);
}
.ck-content figcaption{
    font-size: 13px;
    opacity: .6;
    margin-top: .6em;
    text-align: center;
}

/* Blockquote */
.ck-content blockquote{
    margin: 1.6em 0;
    padding: 1.1em 22px 1.1em 46px;
    border-left: 8px solid #0d6efd;
    background: rgba(0,0,0,.04);
    color: inherit;
    opacity: .95;
    position: relative;
    font-weight: 300;
}
.ck-content blockquote:before{
    content: "“";
    position: absolute;
    left: 14px;
    top: -4px;
    font-size: 3.2em;
    color: #0d6efd;
    opacity: .9;
}

/* Kod */
.ck-content pre{
    background: rgba(0,0,0,.06);
    padding: 14px 16px;
    border-radius: 3px;
    overflow: auto;
    font-size: 14px;
    line-height: 1.6;
}
.ck-content code{
    background: rgba(0,0,0,.06);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: .95em;
}

/* Tablo */
.ck-content table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.2em 0;
    font-size: 15px;
}
.ck-content table th,
.ck-content table td{
    border: 1px solid rgba(0,0,0,.12);
    padding: 10px 12px;
    vertical-align: top;
}
.ck-content table th{
    background: rgba(0,0,0,.04);
    font-weight: 700;
}

/* Highlight */
.ck-content mark{
    background: rgba(13,110,253,.18);
    color: inherit;
}

/* Mobil */
@media (max-width: 768px){
    .ck-content{
        font-size: 15.5px;
        line-height: 1.8;
    }
    .ck-content h1{ font-size: 1.8rem; }
    .ck-content h2{ font-size: 1.55rem; }
    .ck-content h3{ font-size: 1.3rem; }
}
