.seguin-blog-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:99999;display:none;align-items:flex-start;justify-content:center;overflow-y:auto;padding:16px}.seguin-blog-modal-overlay.active{display:flex}.seguin-blog-modal{background:#fff;border-radius:8px;max-width:1320px;width:calc(100vw - 32px);margin:0 auto;overflow:hidden;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.3)}.seguin-blog-modal__close{position:absolute;top:16px;right:16px;background:rgba(255,255,255,.95);border:none;font-size:28px;line-height:1;color:#666;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.2s;z-index:10;box-shadow:0 8px 24px rgba(35,31,32,.12)}.seguin-blog-modal__close:hover{background:#f0f0f0;color:#333}.seguin-blog-modal__content{padding:0}.seguin-blog-modal__article{background:#fff}.seguin-blog-modal__article-header{padding:56px 96px 0}.seguin-blog-modal__article-title{font-family:'Alegreya',serif;font-size:30px;font-weight:700;color:#231F20;margin:0}.seguin-blog-modal__article-content{padding:24px 96px 48px}.seguin-blog-modal__article-content>*{max-width:100%}.seguin-blog-modal__article-content>section{margin-left:0;margin-right:0}.seguin-blog-modal__loader{display:flex;align-items:center;justify-content:center;min-height:200px;color:#666;font-size:14px}.seguin-blog-modal__loader::before{content:'';display:inline-block;width:20px;height:20px;border:2px solid #ddd;border-top-color:#C8102E;border-radius:50%;animation:seguin-blog-spin 0.6s linear infinite;margin-right:10px}@keyframes seguin-blog-spin{to{transform:rotate(360deg)}}.seguin-blog-modal__error{text-align:center;padding:40px 20px;color:#666}@media (max-width:768px){.seguin-blog-modal-overlay{padding:12px}.seguin-blog-modal{border-radius:0;min-height:calc(100vh - 24px)}.seguin-blog-modal__close{top:12px;right:12px}.seguin-blog-modal__article-header{padding:48px 20px 0}.seguin-blog-modal__article-title{font-size:24px}.seguin-blog-modal__article-content{padding:20px 20px 40px}}