/* SFH Elementor Widgets */
.sfh-files{display:flex;flex-direction:column;gap:12px}
.sfh-files--empty{padding:12px;border:1px dashed rgba(0,0,0,.25);border-radius:8px;opacity:.7}
.sfh-file{display:flex;align-items:center;gap:14px;padding:12px 14px;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:#fff;color:inherit;--sfh-badge:#666}
.sfh-file--pdf{--sfh-badge:#c62828}
.sfh-file--doc{--sfh-badge:#2b579a}
.sfh-file--sheet{--sfh-badge:#217346}
.sfh-file--slides{--sfh-badge:#d24726}
.sfh-file--archive{--sfh-badge:#5f6368}
.sfh-file--image{--sfh-badge:#7b4ea3}
.sfh-file--audio{--sfh-badge:#0f7b8a}
.sfh-file--video{--sfh-badge:#8e24aa}
.sfh-file__icon{position:relative;flex:0 0 auto;width:40px;height:48px;color:var(--sfh-badge);display:flex;align-items:flex-start;justify-content:center}
.sfh-file__icon svg{width:34px;height:40px}
.sfh-file__ext{position:absolute;left:2px;right:2px;bottom:0;text-align:center;font:700 9px/1.4 system-ui,-apple-system,sans-serif;letter-spacing:.03em;color:#fff;background:var(--sfh-badge);border-radius:3px;padding:1px 0}
.sfh-file__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}
.sfh-file__title{font-weight:600;text-decoration:none;color:inherit;overflow-wrap:anywhere}
.sfh-file__title:hover{text-decoration:underline}
.sfh-file__meta{font-size:.85em;opacity:.7}
.sfh-file__button{flex:0 0 auto;padding:8px 14px;border-radius:6px;background:var(--sfh-accent,#1d4ed8);color:#fff!important;text-decoration:none!important;font-weight:600;white-space:nowrap;line-height:1.2}
.sfh-file__button:hover{filter:brightness(1.1)}
.sfh-file__preview{margin:10px 0 4px}
.sfh-file__preview iframe{width:100%;border:1px solid rgba(0,0,0,.12);border-radius:8px;display:block;background:#f5f5f5}
.sfh-yt{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:var(--sfh-yt-radius,8px);overflow:hidden}
.sfh-yt__poster{position:absolute;inset:0;width:100%;height:100%;margin:0;border:0;padding:0;cursor:pointer;background:#000 center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:#fff}
.sfh-yt__poster--placeholder{background:linear-gradient(135deg,#1f1f1f,#4a4a4a)}
.sfh-yt__play{color:#f00;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5));transition:transform .15s ease}
.sfh-yt__poster:hover .sfh-yt__play,.sfh-yt__poster:focus-visible .sfh-yt__play{transform:scale(1.08)}
.sfh-yt__poster:focus-visible{outline:3px solid #fff;outline-offset:-3px}
.sfh-yt iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.sfh-material{display:flex;flex-direction:column;gap:14px}
.sfh-material__title{margin:0}
.sfh-material__description>:last-child{margin-bottom:0}
@media (max-width:600px){.sfh-file{flex-wrap:wrap}.sfh-file__button{flex-basis:100%;text-align:center}}
