/**
 * Dashboard-specific styles
 */

.dashboard-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.dashboard-actions button {
    flex: 1;
}

.hiresmart-profile-container,
.hiresmart-billing-container,
.hiresmart-integrations-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.profile-section,
.billing-section,
.integration-section {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    border: none;
}

.profile-section h2,
.billing-section h2,
.integration-section h2 {
    margin: 0 0 16px 0;
    color: #1f2937;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 10px;
}

.score-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.section-description {
    color: #6b7280;
    margin-bottom: 30px;
}

.btn-link {
    background: none;
    border: none;
    color: #2563eb;
    cursor: pointer;
    padding: 4px 8px;
    text-decoration: underline;
}

.btn-link:hover {
    color: #1e40af;
}

.text-danger {
    color: #dc2626;
}

.notice {
    padding: 16px;
    background: #dbeafe;
    border-left: 4px solid #2563eb;
    border-radius: 4px;
    margin-bottom: 24px;
}

.notice p {
    margin: 0;
    color: #1e40af;
}
