/* ===== INLINE OVERRIDES (previously in index.html <style> block) ===== */

/* Forçar a visibilidade dos botões de abrir dashboard */
.project-card {
    height: auto !important;
    min-height: 400px !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
}

/* SEO Analyzer Cards - Override min-height */
#seo-projects-grid .project-card {
    min-height: auto !important;
    height: auto !important;
    text-align: center !important;
    padding: 20px !important;
    gap: 12px !important;
}

#seo-projects-grid .project-card-header {
    justify-content: center !important;
    text-align: center !important;
}

#seo-projects-grid .project-stats {
    justify-content: center !important;
}

#seo-projects-grid .project-date {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
}

#seo-projects-grid .project-footer {
    margin-top: 15px !important;
}

/* Force black text on SEO project cards */
.seo-project-card,
.seo-project-card * {
    color: #1f2937 !important;
}
.seo-project-card button {
    color: white !important;
}

.project-footer {
    margin-top: auto !important;
    padding: 20px !important;
    display: block !important;
    visibility: visible !important;
}

.btn-open-project {
    display: block !important;
    width: 100% !important;
    background: #10b981 !important;
    color: white !important;
    z-index: 999 !important;
}

/* Fix header staying on top when scrolling */
#dashboard-header {
    z-index: 1001 !important;
    position: sticky !important;
    top: 0 !important;
}

#dashboard-nav {
    z-index: 999 !important;
}
