.nasrettin-hoca-container-646835d5 {
    padding: 20px 0;
    font-family: 'Inter', sans-serif;
}
.nasrettin-title-646835d5 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.nasrettin-grid-646835d5 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}
.nasrettin-card-646835d5 {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}
.nasrettin-card-646835d5:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.nasrettin-card-image-646835d5 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.nasrettin-card-content-646835d5 {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.nasrettin-card-title-646835d5 {
    font-size: 18px;
    color: #222;
    margin: 0 0 10px 0;
    font-weight: 700;
}
.nasrettin-card-excerpt-646835d5 {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
    flex-grow: 1;
}
.nasrettin-card-button-646835d5 {
    align-self: flex-start;
    font-size: 14px;
    color: #ff6f61;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}
.nasrettin-card-button-646835d5:hover {
    color: #e55b4f;
}
.nasrettin-hoca-editor-preview-646835d5 {
    padding: 30px;
    background: #f7f9fa;
    border: 2px dashed #ccc;
    border-radius: 8px;
    text-align: center;
    color: #555;
    font-weight: 600;
}
