/* Ana sayfa karşılama alanını genişletme */
.first-entry.home-info {
    min-height: auto !important;
    height: auto !important;
}

.first-entry.home-info .entry-content {
    max-height: none !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    display: block !important;
    white-space: pre-line !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 16px;
    max-width: 100%;
}

.first-entry.home-info .entry-content p {
    margin-bottom: 1em;
    display: block !important;
}

.first-entry.home-info .entry-header h1 {
    margin-bottom: 20px;
}

/* Post listesi için daha iyi spacing */
.post-entry {
    margin-top: 30px;
}

/* Responsive düzenlemeler */
@media screen and (max-width: 768px) {
    .first-entry.home-info .entry-content {
        font-size: 15px;
        line-height: 1.5;
    }
} 