﻿.cv-page {
    margin-top: 20px;
}

.cv-card {
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.cv-section-title {
    margin-top: 28px;
    margin-bottom: 6px;
}

.cv-muted {
    color: #6c757d;
}

.cv-stat-card {
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    padding: 18px;
    text-align: center;
    height: 100%;
    background: #ffffff;
}

.cv-stat-number {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.cv-stat-label {
    color: #6c757d;
    font-size: 0.95rem;
}

.cv-admin-card {
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    padding: 18px;
    height: 100%;
    background: #ffffff;
    transition: all 0.15s ease-in-out;
}

    .cv-admin-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.10);
    }

.cv-info-box {
    border-radius: 10px;
    border: 1px solid #d9edf7;
    background: #f5fbff;
    padding: 14px;
    margin-bottom: 18px;
}

.cv-security-box {
    border-radius: 10px;
    border: 1px solid #e2e3e5;
    background: #f8f9fa;
    padding: 14px;
    margin-bottom: 18px;
}

.cv-table th {
    background: #f8f9fa;
    font-weight: 600;
}

.cv-status-expired {
    color: #dc3545;
    font-weight: 600;
}

.cv-status-due-soon {
    color: #fd7e14;
    font-weight: 600;
}
