.fp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(14,18,27,.72);overflow:auto;-webkit-overflow-scrolling:touch}.fp-modal-dialog{position:relative;width:100%;max-width:960px;max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);display:flex;flex-direction:column;margin:auto;background:var(--fp-bg-strong, #0E121B);border-radius:10px;box-shadow:0 24px 60px #00000073}.fp-modal-close{position:absolute;top:12px;right:12px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;color:#fff;background:rgba(14,18,27,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:0;border-radius:50%;cursor:pointer;box-shadow:0 2px 10px #00000059;transition:background-color .15s ease}.fp-modal-close:hover{background:rgba(14,18,27,.78)}.fp-modal-close:focus-visible{outline:none;box-shadow:var(--fp-focus-ring-strong)}@media (forced-colors: active){.fp-modal-close:focus-visible{outline:2px solid Highlight;outline-offset:2px}}.fp-modal-body{overflow:hidden auto;min-height:0;border-radius:10px}.fp-modal-body .fp-media-block{margin:0}.fp-modal-loading{min-height:200px;aspect-ratio:16/9}.fp-modal-error{margin:0;padding:32px 24px;color:var(--fp-bg-white, #FFF);text-align:center}.fp-modal-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fp-modal-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;font:inherit;font-weight:600;line-height:1.2;text-decoration:none;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease,filter .15s ease}.fp-modal-btn:focus-visible{outline:none;box-shadow:var(--fp-focus-ring-strong)}@media (forced-colors: active){.fp-modal-btn:focus-visible{outline:2px solid Highlight;outline-offset:2px}}button.fp-modal-trigger{width:auto;max-width:100%}button.fp-modal-trigger:not(.fp-modal-btn){padding-inline:1em}.fp-modal-btn--primary{color:#fff;background:var(--media-brand, #DD1F13);border-color:var(--media-brand, #DD1F13)}.fp-modal-btn--primary:hover{filter:brightness(.92)}.fp-modal-btn--outline{color:var(--media-brand, #DD1F13);background:transparent;border-color:var(--media-brand, #DD1F13)}.fp-modal-btn--outline:hover{color:#fff;background:var(--media-brand, #DD1F13)}body.fp-modal-open{overflow:hidden}@media (max-width: 640px){.fp-modal-overlay{padding:0}.fp-modal-dialog{max-width:none;height:100%;max-height:100%;justify-content:center;border-radius:0}.fp-modal-body{width:100%}}
