/* player.css */
.eforma-player { margin: 20px 0; }
.eforma-video-player video { width: 100%; max-width: 100%; height: auto; background: #000; }
.eforma-player-meta { display: flex; justify-content: space-between; font-size: 14px; color: #6b7280; margin-top: 8px; }
.eforma-audio-player { background: #f9fafb; border-radius: 10px; padding: 16px; }
.eforma-audio-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.eforma-audio-icon { font-size: 28px; }
.eforma-audio-title { flex: 1; font-weight: bold; }
.eforma-doc-player { background: #f9fafb; border-radius: 10px; padding: 16px; }
.eforma-doc-header { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 16px; }
.eforma-doc-size { font-size: 13px; color: #6b7280; margin-left: auto; }
.eforma-image-caption { text-align: center; font-size: 14px; color: #6b7280; margin-top: 8px; }
