.training-progress-ring {
    --training-progress: 0;
    background: conic-gradient(#10b981 calc(var(--training-progress) * 1%), #e2e8f0 0);
}

.training-progress-ring::before {
    content: '';
    position: absolute;
    inset: 9px;
    border-radius: 9999px;
    background: white;
}

.training-expired-row {
    background: #f1f5f9;
    color: #64748b;
}

.training-expired-row td {
    border-color: #cbd5e1;
}

.training-table th,
.training-table td {
    vertical-align: top;
}

.training-table {
    min-width: 1180px;
    table-layout: fixed;
}

.training-table th:nth-child(1) { width: 9%; }
.training-table th:nth-child(2) { width: 10%; }
.training-table th:nth-child(3) { width: 21%; }
.training-table th:nth-child(4) { width: 17%; }
.training-table th:nth-child(5) { width: 11%; }
.training-table th:nth-child(6) { width: 6%; }
.training-table th:nth-child(7) { width: 6%; }
.training-table th:nth-child(8) { width: 14%; }
.training-table th:nth-child(9) { width: 6%; }

.training-table tbody td {
    font-weight: 400;
    line-height: 1.5;
}

.training-table tbody td:nth-child(3),
.training-table tbody td:nth-child(4),
.training-table tbody td:nth-child(5),
.training-table tbody td:nth-child(8),
.training-mobile-topic {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
}

.training-document-name {
    overflow-wrap: anywhere;
}

.training-pdf-document {
    position: fixed;
    left: -20000px;
    top: 0;
    width: 277mm;
    min-height: 180mm;
    padding: 8mm;
    background: #fff;
    color: #0f172a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.35;
}

.training-pdf-header {
    margin-bottom: 16px;
    border-bottom: 2px solid #0f172a;
    padding-bottom: 10px;
}

.training-pdf-header h1 {
    margin: 2px 0 4px;
    font-size: 24px;
}

.training-pdf-header p {
    margin: 2px 0;
}

.training-pdf-kicker {
    color: #059669;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
}

.training-pdf-meta,
.training-pdf-footer {
    color: #475569;
}

.training-pdf-document table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.training-pdf-document th,
.training-pdf-document td {
    border-bottom: 1px solid #cbd5e1;
    padding: 7px 6px;
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.training-pdf-document th {
    background: #ecfdf5;
    color: #065f46;
    font-size: 8px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.training-pdf-document th:nth-child(1) { width: 9%; }
.training-pdf-document th:nth-child(2) { width: 10%; }
.training-pdf-document th:nth-child(3) { width: 20%; }
.training-pdf-document th:nth-child(4) { width: 20%; }
.training-pdf-document th:nth-child(5) { width: 14%; }
.training-pdf-document th:nth-child(6),
.training-pdf-document th:nth-child(7),
.training-pdf-document th:nth-child(8) { width: 9%; }

.training-pdf-footer {
    margin-top: 12px;
    font-size: 8px;
}
