/* Frontend Styles - Minimal Design */
.moletik-dergi-posts {
    margin: 20px 0;
}

.moletik-dergi-title {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.moletik-dergi-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.moletik-dergi-item {
    margin-bottom: 8px;
    padding: 0;
    background: none;
    border: none;
}

.moletik-dergi-item:hover {
    background: none;
    box-shadow: none;
    transform: none;
}

.moletik-dergi-item:last-child {
    margin-bottom: 0;
}

.moletik-dergi-post-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
}

.moletik-dergi-post-title a {
    color: #000;
    text-decoration: none !important;
    transition: color 0.2s;
}

.moletik-dergi-post-title a:hover {
    color: #333;
    text-decoration: none !important;
}

/* Tarih ve özet alanlarını gizle */
.moletik-dergi-date,
.moletik-dergi-excerpt {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .moletik-dergi-posts {
        margin: 15px 0;
    }
    
    .moletik-dergi-title {
        font-size: 20px;
    }
    
    .moletik-dergi-post-title {
        font-size: 15px;
    }
}

/* Print Styles */
@media print {
    .moletik-dergi-posts {
        background: none;
        border: none;
        box-shadow: none;
    }
    
    .moletik-dergi-item {
        border: none;
        box-shadow: none;
        page-break-inside: avoid;
    }
    
    .moletik-dergi-post-title a {
        color: #000;
        text-decoration: none;
    }
}

/* Eğer kullanıcı başlık göstermek istemiyorsa */
.moletik-dergi-title {
    display: none;
}

/* Sadece başlık listesi için ultra minimal stil */
.moletik-dergi-posts.minimal {
    margin: 10px 0;
    background: none;
    border: none;
    padding: 0;
}

.moletik-dergi-posts.minimal .moletik-dergi-title {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

.moletik-dergi-posts.minimal .moletik-dergi-item {
    margin-bottom: 5px;
}