
.masalleksepe-ust-yazi {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #55749f;
}

.masalleksepe-liste {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.masalleksepe-karti {
    background-color: #ffffff;
    border: 2px solid #ff8400;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    max-width: 90%;
    margin: 0 auto 20px auto;
    overflow: hidden; 
}

.masalleksepe-ust {
    display: block;
}

.masalleksepe-kutu {
    min-width: 0;
    overflow-wrap: break-word;
    word-break: normal;
}

.masalleksepe-lazuri {
    background-color: #F6F6F6;
    color: #000000;
    border-bottom: 1px solid #000000;
    padding: 10px;
}

.masalleksepe-turkce {
    background-color: #ededf1;
    color: #000000;
    padding: 10px;
}

.masalleksepe-ornek {
    background-color: #FFEEDD;
    color: #000000;
    padding: 14px;
}

.masalleksepe-etiket-tam {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E3E3E3;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 10px;
    border-bottom: 1px solid #000000;
}

.masalleksepe-ornek .masalleksepe-etiket {
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #55749f;
    margin-bottom: 4px;
}

.masalleksepe-icerik {
    font-size: 15px;
    line-height: 1.5;
}


html, body {
    max-width: 100%;
    overflow-x: hidden;
}

@media (max-width: 480px) {
    .masalleksepe-karti {
        max-width: 95%;
    }

    .masalleksepe-icerik {
        font-size: 14px;
    }
}
