/* Kategori butonları için turkuaz renk */
.psikosoru-tag-category {
    background-color: #e0f7fa !important;
    color: #2aa5cc !important;
    border-color: #b2d8eb !important;
    font-weight: 500 !important;
}

/* Sekme stilleri kaldirildi */

/* Öne çıkarılmış soru kartları - Sade Mor Tema */
.psikosoru-question-card.featured {
    border: 1px solid #e0e7ff !important;
    border-radius: 8px !important;
    position: relative;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.psikosoru-question-card.featured:hover {
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.15) !important;
    transform: translateY(-2px);
}

.psikosoru-question-card.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
    border-radius: 8px 8px 0 0;
}

.psikosoru-question-card.featured .question-title a {
    color: #4f46e5 !important;
    font-weight: 600 !important;
}

.psikosoru-question-card.featured .question-meta {
    color: #6b7280 !important;
}

.featured-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 10;
}

.featured-badge::before {
    content: '\2605';
    font-size: 12px;
}

/* Öne çıkan soruların butonları için özel stil */
.psikosoru-question-card.featured .card-actions button,
.psikosoru-question-card.featured .read-more {
    background-color: #4f46e5 !important;
    color: white !important;
    border: none !important;
    font-weight: 500 !important;
}

.psikosoru-question-card.featured .card-actions button:hover,
.psikosoru-question-card.featured .read-more:hover {
    background-color: #4338ca !important;
    color: white !important;
}
