.eduktiva-fase2a-container {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px dashed #e5e7eb;
}

.eduktiva-fase2a-header {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 15px;
}

.eduktiva-recurso-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.eduktiva-recurso-card h4 {
    margin: 0 0 10px 0;
    color: #5A4FCF;
}

.eduktiva-recurso-meta {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 10px;
}

.eduktiva-recurso-meta span {
    display: inline-block;
    background: #f3f4f6;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 5px;
}

.eduktiva-btn-generar-recurso {
    background: #5A4FCF;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}

.eduktiva-btn-generar-recurso:hover {
    background: #4a41a3;
}

.eduktiva-btn-generar-recurso:disabled {
    background: #9ca3af;
    cursor: not-allowed;
}

.eduktiva-recurso-result {
    margin-top: 15px;
    padding: 15px;
    background: #f8fafc;
    border-left: 4px solid #5A4FCF;
    border-radius: 0 8px 8px 0;
}

.eduktiva-fase2a-loading {
    color: #6b7280;
    font-style: italic;
    margin-bottom: 15px;
}

.eduktiva-advertencias {
    background: #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
