.teacher-justification-panel .absence-upload-zone {
    border: 1.5px dashed #cbd5e1;
    border-radius: 18px;
    background: #f8fafc;
    padding: 16px;
}
.absence-upload-preview,
.absence-document-grid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.absence-document-card,
.absence-preview-card {
    width: 150px;
    min-height: 126px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
    padding: 12px;
    text-align: center;
}
.absence-document-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: #fff7ed;
    color: #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-size: 24px;
}
.absence-document-name {
    font-size: .78rem;
    font-weight: 800;
    color: #0f172a;
    word-break: break-word;
    min-height: 36px;
}
.absence-document-meta {
    font-size: .72rem;
    color: #64748b;
}
