.tip {
    margin-top: 35px;
}
.content{
    font-size: 19px;
    line-height: 1.54;
    font-weight: 400;
    color: var(--mavi);
}
.content h2{
    margin-top:10px;
    margin-bottom: 10px;
}
.content h3{
    margin-top:10px;
    margin-bottom: 10px;
}
.content h4{
    margin-top:10px;
    margin-bottom: 10px;
}

.sosyal img {
    width: 1em;
    height: 1em;
    display: block;
}

.cizgi i {
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    left: 0;
    top: calc(100% + 15px);
}
.cizgi i::before {
    content: "";
    width: 23px;
    height: 8px;
    background-color: var(--turuncu);
    border-radius: 4px;
    transition: 300ms width;
}
@media (max-width: 768px) {
    .cizgi i::before {
        height: 4px;
    }
}
.cizgi i::after {
    content: "";
    width: 13px;
    height: 8px;
    background-color: var(--turuncu);
    border-radius: 4px;
    transition: 300ms width;
}
@media (max-width: 768px) {
    .cizgi i::after {
        height: 4px;
    }
}

.blog-detay-ust .blog-paylas a.pinterest {
    background-color: #c8232c!important;
}
.blog-detay-ust .blog-paylas a.whatsapp {
    background-color: #25D366!important;
}
.sidebarbaslik {
    margin-bottom: 50px!important;
}
.blog-menu{
    margin-bottom: 45px;
}
.blog-hakkimizda{
    margin-bottom: 45px;
}

.icerik {
    font-size: 22px;
    line-height: 1.54;
    font-weight: 400;
}

.icerik h2, .icerik h3, .icerik h4, .icerik h5, .icerik h6,.icerik h1 {
    /* font-size: 36px; */
    line-height: 1.4;
    font-family: var(--font);
    color: var(--mavi);
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
}

.icerik p{
    font-size: 22px;
    line-height: 1.54;
    font-weight: 400;
}

.icerik ul li {
    list-style: disc!important;
    list-style-position: inside!important;
    line-height: 26px!important;
    color: var(--siyah)!important;
    position: relative!important;
}

.tip a{overflow-wrap: anywhere;}
.tip {overflow-wrap: anywhere;}

code {
    background-color: #f1f1f1;
    display: block;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.listele li a {
    color: #000;
    margin-bottom: 6px;
}