:root{--cookieadmin-primary-color:#001d39;--cookieadmin-primary-hover-color:#985e23;--cookieadmin-secondary-color:#0046b2;--cookieadmin-secondary-hover-color:#0065ff;--cookieadmin-txcolor:#0f172a;--cookieadmin-green-txtcolor:#3a8356;--cookieadmin-warning-txtcolor:#9c7930;--cookieadmin-red-txtcolor:#b55355;--cookieadmin-green-color:#15a448;--cookieadmin-warning-color:#e9b306;--cookieadmin-red-color:#dd2727}.cookieadmin_cookie_modal label,.cookieadmin_cookie_modal input{padding:5px;margin-right:5px;font-size:15px}.cookieadmin_cookie_modal label{font-weight:501}.cookieadmin_bottom{bottom:20px}.cookieadmin_top{top:20px}.cookieadmin_right{right:15px}.cookieadmin_left{left:15px}@keyframes cookieadmin_slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes cookieadmin_slideSide{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.cookieadmin_law_container{position:fixed;width:25%;box-sizing:border-box;z-index:99999;display:none}.cookieadmin_consent_btns{align-content:center;display:flex;justify-content:space-evenly;flex-wrap:wrap}.cookieadmin_box{width:25%;box-sizing:border-box;display:none}.cookieadmin_notice_group{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.cookieadmin_consent_inside{color:#000;background-color:#FFF;border:1px solid #f4f4f4;padding:15px;border-radius:4px;box-shadow:1px 3px 10px rgb(0 0 0 / .2)}#cookieadmin_notice_title{font-weight:601;margin:0;padding-left:5px}.cookieadmin_notice_con{font-size:initial;padding:0 6px;flex:1}.cookieadmin_cookie_modal{display:none;flex-direction:column;position:fixed;max-height:80vh;background-color:#FFF;border:1px solid #F4F4F4;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .2);z-index:999999}.cookieadmin_center{top:10%;left:22%;max-width:60vw}.cookieadmin_side{flex-direction:column;position:fixed;width:35vw;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideSide;max-height:100vh;left:0;top:0;border-radius:0}.cookieadmin_down{position:fixed;max-width:100%;max-height:55vh;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideUp}.cookieadmin_modal_overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:1000}.cookieadmin_mod_head{display:flex;justify-content:space-between}.cookieadmin_mod_head,.cookieadmin_wrapper{padding:15px;border-bottom:1px solid #CCC}.cookieadmin_close_pref{background:none;border:none;align-self:baseline;color:gray;cursor:pointer;padding:0}.cookieadmin_preference_title{font-size:20px;font-weight:801;margin:9px}.cookieadmin_preference_details{padding:0 10px}.cookieadmin_preference{overflow:auto;font-size:15px;height:auto;padding:10px 0}.cookieadmin_details_wrapper{padding:0 15px;height:calc(100% - 6%);overflow:auto;scrollbar-width:thin}.cookieadmin_types{padding:10px 10px;border-top:1px solid #CCC}.cookieadmin_header{display:flex;justify-content:space-between}.cookieadmin_header>span>label{cursor:pointer}.cookieadmin_remark{display:none;justify-self:right}.cookieadmin_act{display:inline;color:#1863dc}.cookieadmin-modal-cookies-list{display:none;padding:1px;border-radius:10px;margin:0 20px;margin-right:4rem;font-size:smaller;font-size:1rem;text-align:center}.cookieadmin_desc{padding:5px 20px;font-size:15px;padding-right:4rem}.cookieadmin_footer{left:0;padding:15px;flex-wrap:wrap;width:100%}.cookieadmin_modal_footer{left:0;padding:15px;flex-wrap:wrap;border-top:1px solid #CCC}button.cookieadmin_btn{background-color:#fff0;border:1px solid gray;color:#1863dc;padding:.4rem .9rem;border-radius:4px;margin:2px 5px;cursor:pointer;flex:auto;text-wrap:auto}.cookieadmin_btn:hover{opacity:.8}.cookieadmin_show_pref_cookies{cursor:pointer;font-size:18px;font-family:initial}button.cookieadmin_re_consent{display:none;position:fixed;bottom:15px;left:15px;background-color:#374FD4;height:50px;width:50px;border-radius:50%!important;cursor:pointer;border:0;z-index:99999;padding:5px!important;box-shadow:-4px 5px 10px rgb(0 0 0 / .4);align-items:center;justify-content:center}.cookieadmin-cookie-card{border:1px solid ghostwhite;border-radius:10px;padding:16px;font-family:'Open Sans','Segoe UI',sans-serif;box-shadow:0 2px 6px rgb(0 0 0 / .1);margin:10px auto;text-align:left}.cookieadmin-cookie-header{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:6px}.cookieadmin-cookie-name{font-weight:700;color:#333}.cookieadmin-cookie-duration{font-size:.85rem}.cookieadmin-cookie-duration>b{font-weight:700}.cookieadmin-cookie-description{font-size:.9rem;margin-bottom:12px}.cookieadmin-cookie-tags{display:flex;gap:8px}.cookieadmin-tag{background:#e0e0e0;padding:4px 10px;border-radius:12px;font-size:.75rem;color:#333}.cookieadmin_toggle{position:relative;display:inline-block;width:24px;height:11px}.cookieadmin_toggle input{display:none}.cookieadmin_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;height:21px;width:34px;background-color:gray;transition:.4s;border-radius:34px}.cookieadmin_slider:before{position:absolute;content:"";height:15px;width:15px;left:3.2px;bottom:3.2px;background-color:#fff;transition:.2s;border-radius:50%}input:checked+.cookieadmin_slider{background-color:#3582c4}input:checked+.cookieadmin_slider:before{transform:translateX(13px)}.cookieadmin_law_container .cookieadmin-poweredby{margin-top:10px}.cookieadmin_modal_footer_links .cookieadmin-poweredby{margin-left:auto}.cookieadmin-poweredby a img{height:15px}.cookieadmin-poweredby a{color:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:11px;gap:2px;text-decoration:none}.cookieadmin_modal_footer .cookieadmin-poweredby a{justify-content:end}#cookieadmin-gpc-toast{display:flex;visibility:hidden;position:fixed;bottom:24px;right:24px;color:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 4px 12px rgb(0 0 0 / .15);align-items:center;justify-content:space-between;gap:10px;font-size:14px;z-index:99999;opacity:0;transform:translateY(20px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0s 0.3s;line-height:1.5}#cookieadmin_gpc_override{padding-bottom:10px}.cookieadmin_policy_link_box{display:flex;justify-content:space-around;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_policy_link_box{display:flex;gap:5px;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_footer_links{display:flex;justify-content:space-between;margin:9px 9px 0 9px}@media (max-width:767px){.cookieadmin_center{top:10%;left:5%;max-width:90vw}.cookieadmin_show_pref_cookies{font-size:14px}.cookieadmin_law_container,.cookieadmin_box{width:90%}.cookieadmin_side{width:100%}}@media (min-width:768px) and (max-width:991px){.cookieadmin_box{width:45%}}@media (min-width:992px) and (max-width:1199px){.cookieadmin_box{width:35%}}@media (min-width:1200px) and (max-width:1360px){.cookieadmin_box{width:30%}}@media (min-width:768px){.cookieadmin_notice_group{flex-direction:row;justify-content:space-between;align-items:center}.cookieadmin_notice_con{flex:1}.cookieadmin_consent_btns{flex-shrink:0}}@media (max-width:480px){.cookieadmin_consent_inside .cookieadmin_btn{width:100%;margin:5px 0}.cookieadmin_modal_footer{padding:8px}}:root{--sharemypost-facebook:#0866ff;--sharemypost-twitter:#000000;--sharemypost-linkedin:#0A66C2;--sharemypost-pinterest:#E60023;--sharemypost-reddit:#FF4500;--sharemypost-telegram:#0088CC;--sharemypost-whatsapp:#1ec25a;--sharemypost-email:#4A90E2;--sharemypost-print:#666666;--sharemypost-mastodon:#6364FF;--sharemypost-bluesky:#1185FE;--sharemypost-threads:#000000;--sharemypost-chatgpt:#10A37F;--sharemypost-perplexity:#8B5CF6;--sharemypost-messenger:#0084FF;--sharemypost-flipboard:#E51937;--sharemypost-hackernews:#FF6600;--sharemypost-snapchat:#FFFC00;--sharemypost-wechat:#7BB32E;--sharemypost-line:#00B900;--sharemypost-mix:#FFA500;--sharemypost-pocket:#EF4056;--sharemypost-sms:#0084FF;--sharemypost-tumblr:#36465D;--sharemypost-xing:#126567;--sharemypost-vk:#4680C2;--sharemypost-buffer:#323B43;--sharemypost-yummly:#E6771D;--sharemypost-nextdoor:#60ADA4;--sharemypost-gab:#21B581;--sharemypost-claude:#D97757;--sharemypost-google:#4285F4;--sharemypost-gemini:#1A73E8;--sharemypost-grok:#000000}.sharemypost-share-bar{display:flex;align-items:center;gap:12px;padding:16px;transition:all 0.2s ease}.sharemypost-share-bar.sharemypost-inline-left{justify-content:flex-start}.sharemypost-share-bar.sharemypost-inline-center{justify-content:center}.sharemypost-share-bar.sharemypost-inline-right{justify-content:flex-end}.sharemypost-button-group{display:flex;flex-wrap:wrap;gap:var(--sharemypost-button-gap,10px);align-items:center;width:100%}.sharemypost-share-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:var(--sharemypost-button-padding,10px 16px);border:2px solid #fff0;text-decoration:none;color:#fff;background:var(--sharemypost-button-color,#1f75e1);transition:all 0.2s ease;font-size:var(--sharemypost-button-font-size,13px);font-weight:600;white-space:nowrap;overflow:visible;text-overflow:ellipsis;max-width:100%;position:relative;cursor:pointer;box-sizing:content-box}.sharemypost-share-button:hover{background:var(--sharemypost-button-hover,#0d5aa6);transform:translateY(-2px);box-shadow:0 4px 8px rgb(0 0 0 / .15)}.sharemypost-share-button:active{transform:translateY(0)}.sharemypost-shape-square .sharemypost-share-button{border-radius:0}.sharemypost-shape-rounded .sharemypost-share-button{border-radius:6px}.sharemypost-shape-circle .sharemypost-share-button{border-radius:50%;width:var(--sharemypost-button-size,40px);height:var(--sharemypost-button-size,40px);padding:0}.sharemypost-shape-circle.sharemypost-size-custom .sharemypost-share-button{width:var(--sharemypost-button-size,auto);height:var(--sharemypost-button-size,auto)}.sharemypost-shape-drop .sharemypost-share-button{width:var(--sharemypost-button-size,40px);height:var(--sharemypost-button-size,40px);border-radius:50% 50% 0 50%;transform:rotate(45deg);position:relative}.sharemypost-shape-drop .sharemypost-share-button i,.sharemypost-shape-drop .sharemypost-share-button svg{transform:rotate(-45deg)}.sharemypost-shape-circle.sharemypost-size-small .sharemypost-share-button{width:32px;height:32px}.sharemypost-shape-circle.sharemypost-size-large .sharemypost-share-button{width:48px;height:48px}.sharemypost-shape-pill .sharemypost-share-button{border-radius:999px;padding:8px 24px}.sharemypost-shape-pill.sharemypost-labels-icon_only .sharemypost-share-button{padding:10px 28px;width:auto;height:40px}.sharemypost-shape-pill.sharemypost-labels-icon_only.sharemypost-size-small .sharemypost-share-button{padding:6px 22px;width:auto;height:32px}.sharemypost-shape-pill.sharemypost-labels-icon_only.sharemypost-size-large .sharemypost-share-button{padding:12px 34px;width:auto;height:48px}.sharemypost-style-filled .sharemypost-share-button{background:var(--sharemypost-button-color,#1f75e1);color:#fff}.sharemypost-style-outline .sharemypost-share-button{background:#fff0;color:var(--sharemypost-button-color,#1f75e1);border:2px solid var(--sharemypost-button-color,#1f75e1)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-universal:hover{background:var(--sharemypost-universal-color,var(--sharemypost-button-color))}.sharemypost-style-minimal .sharemypost-share-button{background:#fff0;color:var(--sharemypost-button-color,#1f75e1);border:none;box-shadow:none;padding:8px 12px}.sharemypost-style-minimal .sharemypost-share-button:hover{background:rgb(31 117 225 / .1);text-decoration:underline}.sharemypost-style-dashed .sharemypost-share-button{background:#fff0;color:var(--sharemypost-button-color,#1f75e1);border:2px dashed var(--sharemypost-button-color,#1f75e1)}.sharemypost-style-dashed .sharemypost-share-button:hover{background:var(--sharemypost-button-color,#1f75e1);color:#fff}.sharemypost-style-glass .sharemypost-share-button{background:#fff0;color:var(--sharemypost-button-color,#1f75e1);border:1px solid rgb(255 255 255 / .3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:relative;z-index:1}.sharemypost-style-glass .sharemypost-share-button::before{content:'';position:absolute;inset:0;border-radius:inherit;background:currentColor;opacity:.08;z-index:-1;pointer-events:none}.sharemypost-style-glass .sharemypost-share-button:hover::before{opacity:.15}.sharemypost-style-glass .sharemypost-share-button:hover{border-color:rgb(255 255 255 / .5)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-universal{background:var(--sharemypost-universal-color,var(--sharemypost-button-color));color:#fff}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-universal,.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-universal{background:#fff0;color:var(--sharemypost-universal-color,var(--sharemypost-button-color));border-color:var(--sharemypost-universal-color,var(--sharemypost-button-color))}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-universal:hover,.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-universal:hover{background:var(--sharemypost-universal-color,var(--sharemypost-button-color));color:#fff}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-universal,.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-universal{color:var(--sharemypost-universal-color,var(--sharemypost-button-color))}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-universal:hover{background:rgb(31 117 225 / .1)}.sharemypost-size-small .sharemypost-share-button{padding:4px 6px;font-size:12px}.sharemypost-size-medium .sharemypost-share-button{padding:8px 10px;font-size:13px}.sharemypost-size-large .sharemypost-share-button{padding:10px 14px;font-size:14px}.sharemypost-size-custom .sharemypost-share-button{width:var(--sharemypost-button-size,auto);height:var(--sharemypost-button-size,auto)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-facebook{background:var(--sharemypost-facebook)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-twitter{background:var(--sharemypost-twitter)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-linkedin{background:var(--sharemypost-linkedin)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-pinterest{background:var(--sharemypost-pinterest)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-reddit{background:var(--sharemypost-reddit)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-telegram{background:var(--sharemypost-telegram)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-whatsapp{background:var(--sharemypost-whatsapp)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-email{background:var(--sharemypost-email)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-print{background:var(--sharemypost-print)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-mastodon{background:var(--sharemypost-mastodon)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-bluesky{background:var(--sharemypost-bluesky)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-threads{background:var(--sharemypost-threads)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-chatgpt{background:var(--sharemypost-chatgpt)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-perplexity{background:var(--sharemypost-perplexity)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-messenger{background:var(--sharemypost-messenger)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-flipboard{background:var(--sharemypost-flipboard)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-hackernews{background:var(--sharemypost-hackernews)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-snapchat{background:var(--sharemypost-snapchat)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-wechat{background:var(--sharemypost-wechat)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-line{background:var(--sharemypost-line)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-mix{background:var(--sharemypost-mix)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-pocket{background:var(--sharemypost-pocket)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-sms{background:var(--sharemypost-sms)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-tumblr{background:var(--sharemypost-tumblr)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-xing{background:var(--sharemypost-xing)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-vk{background:var(--sharemypost-vk)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-buffer{background:var(--sharemypost-buffer)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-yummly{background:var(--sharemypost-yummly)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-nextdoor{background:var(--sharemypost-nextdoor)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-gab{background:var(--sharemypost-gab)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-claude{background:var(--sharemypost-claude)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-google{background:var(--sharemypost-google)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-gemini{background:var(--sharemypost-gemini)}.sharemypost-style-filled .sharemypost-share-button.sharemypost-network-grok{background:var(--sharemypost-grok)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-facebook{border-color:var(--sharemypost-facebook);color:var(--sharemypost-facebook)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-twitter{border-color:var(--sharemypost-twitter);color:var(--sharemypost-twitter)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-linkedin{border-color:var(--sharemypost-linkedin);color:var(--sharemypost-linkedin)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-pinterest{border-color:var(--sharemypost-pinterest);color:var(--sharemypost-pinterest)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-reddit{border-color:var(--sharemypost-reddit);color:var(--sharemypost-reddit)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-telegram{border-color:var(--sharemypost-telegram);color:var(--sharemypost-telegram)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-whatsapp{border-color:var(--sharemypost-whatsapp);color:var(--sharemypost-whatsapp)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-email{border-color:var(--sharemypost-email);color:var(--sharemypost-email)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-print{border-color:var(--sharemypost-print);color:var(--sharemypost-print)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-mastodon{border-color:var(--sharemypost-mastodon);color:var(--sharemypost-mastodon)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-bluesky{border-color:var(--sharemypost-bluesky);color:var(--sharemypost-bluesky)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-threads{border-color:var(--sharemypost-threads);color:var(--sharemypost-threads)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-chatgpt{border-color:var(--sharemypost-chatgpt);color:var(--sharemypost-chatgpt)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-perplexity{border-color:var(--sharemypost-perplexity);color:var(--sharemypost-perplexity)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-messenger{border-color:var(--sharemypost-messenger);color:var(--sharemypost-messenger)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-flipboard{border-color:var(--sharemypost-flipboard);color:var(--sharemypost-flipboard)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-hackernews{border-color:var(--sharemypost-hackernews);color:var(--sharemypost-hackernews)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-snapchat{border-color:var(--sharemypost-snapchat);color:var(--sharemypost-snapchat)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-wechat{border-color:var(--sharemypost-wechat);color:var(--sharemypost-wechat)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-line{border-color:var(--sharemypost-line);color:var(--sharemypost-line)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-mix{border-color:var(--sharemypost-mix);color:var(--sharemypost-mix)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-pocket{border-color:var(--sharemypost-pocket);color:var(--sharemypost-pocket)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-sms{border-color:var(--sharemypost-sms);color:var(--sharemypost-sms)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-tumblr{border-color:var(--sharemypost-tumblr);color:var(--sharemypost-tumblr)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-xing{border-color:var(--sharemypost-xing);color:var(--sharemypost-xing)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-vk{border-color:var(--sharemypost-vk);color:var(--sharemypost-vk)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-buffer{border-color:var(--sharemypost-buffer);color:var(--sharemypost-buffer)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-yummly{border-color:var(--sharemypost-yummly);color:var(--sharemypost-yummly)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-nextdoor{border-color:var(--sharemypost-nextdoor);color:var(--sharemypost-nextdoor)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-gab{border-color:var(--sharemypost-gab);color:var(--sharemypost-gab)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-claude{border-color:var(--sharemypost-claude);color:var(--sharemypost-claude)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-google{border-color:var(--sharemypost-google);color:var(--sharemypost-google)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-gemini{border-color:var(--sharemypost-gemini);color:var(--sharemypost-gemini)}.sharemypost-style-outline .sharemypost-share-button.sharemypost-network-grok{border-color:var(--sharemypost-grok);color:var(--sharemypost-grok)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-facebook{border-color:var(--sharemypost-facebook);color:var(--sharemypost-facebook)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-twitter{border-color:var(--sharemypost-twitter);color:var(--sharemypost-twitter)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-linkedin{border-color:var(--sharemypost-linkedin);color:var(--sharemypost-linkedin)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-pinterest{border-color:var(--sharemypost-pinterest);color:var(--sharemypost-pinterest)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-reddit{border-color:var(--sharemypost-reddit);color:var(--sharemypost-reddit)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-telegram{border-color:var(--sharemypost-telegram);color:var(--sharemypost-telegram)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-whatsapp{border-color:var(--sharemypost-whatsapp);color:var(--sharemypost-whatsapp)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-email{border-color:var(--sharemypost-email);color:var(--sharemypost-email)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-print{border-color:var(--sharemypost-print);color:var(--sharemypost-print)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-mastodon{border-color:var(--sharemypost-mastodon);color:var(--sharemypost-mastodon)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-bluesky{border-color:var(--sharemypost-bluesky);color:var(--sharemypost-bluesky)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-threads{border-color:var(--sharemypost-threads);color:var(--sharemypost-threads)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-chatgpt{border-color:var(--sharemypost-chatgpt);color:var(--sharemypost-chatgpt)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-perplexity{border-color:var(--sharemypost-perplexity);color:var(--sharemypost-perplexity)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-messenger{border-color:var(--sharemypost-messenger);color:var(--sharemypost-messenger)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-flipboard{border-color:var(--sharemypost-flipboard);color:var(--sharemypost-flipboard)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-hackernews{border-color:var(--sharemypost-hackernews);color:var(--sharemypost-hackernews)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-snapchat{border-color:var(--sharemypost-snapchat);color:var(--sharemypost-snapchat)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-wechat{border-color:var(--sharemypost-wechat);color:var(--sharemypost-wechat)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-line{border-color:var(--sharemypost-line);color:var(--sharemypost-line)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-mix{border-color:var(--sharemypost-mix);color:var(--sharemypost-mix)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-pocket{border-color:var(--sharemypost-pocket);color:var(--sharemypost-pocket)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-sms{border-color:var(--sharemypost-sms);color:var(--sharemypost-sms)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-tumblr{border-color:var(--sharemypost-tumblr);color:var(--sharemypost-tumblr)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-xing{border-color:var(--sharemypost-xing);color:var(--sharemypost-xing)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-vk{border-color:var(--sharemypost-vk);color:var(--sharemypost-vk)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-buffer{border-color:var(--sharemypost-buffer);color:var(--sharemypost-buffer)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-yummly{border-color:var(--sharemypost-yummly);color:var(--sharemypost-yummly)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-nextdoor{border-color:var(--sharemypost-nextdoor);color:var(--sharemypost-nextdoor)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-gab{border-color:var(--sharemypost-gab);color:var(--sharemypost-gab)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-claude{border-color:var(--sharemypost-claude);color:var(--sharemypost-claude)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-google{border-color:var(--sharemypost-google);color:var(--sharemypost-google)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-gemini{border-color:var(--sharemypost-gemini);color:var(--sharemypost-gemini)}.sharemypost-style-dashed .sharemypost-share-button.sharemypost-network-grok{border-color:var(--sharemypost-grok);color:var(--sharemypost-grok)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-facebook{color:var(--sharemypost-facebook)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-twitter{color:var(--sharemypost-twitter)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-linkedin{color:var(--sharemypost-linkedin)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-pinterest{color:var(--sharemypost-pinterest)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-reddit{color:var(--sharemypost-reddit)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-telegram{color:var(--sharemypost-telegram)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-whatsapp{color:var(--sharemypost-whatsapp)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-email{color:var(--sharemypost-email)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-print{color:var(--sharemypost-print)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-mastodon{color:var(--sharemypost-mastodon)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-bluesky{color:var(--sharemypost-bluesky)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-threads{color:var(--sharemypost-threads)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-chatgpt{color:var(--sharemypost-chatgpt)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-perplexity{color:var(--sharemypost-perplexity)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-messenger{color:var(--sharemypost-messenger)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-flipboard{color:var(--sharemypost-flipboard)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-hackernews{color:var(--sharemypost-hackernews)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-snapchat{color:var(--sharemypost-snapchat)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-wechat{color:var(--sharemypost-wechat)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-line{color:var(--sharemypost-line)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-mix{color:var(--sharemypost-mix)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-pocket{color:var(--sharemypost-pocket)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-sms{color:var(--sharemypost-sms)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-tumblr{color:var(--sharemypost-tumblr)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-xing{color:var(--sharemypost-xing)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-vk{color:var(--sharemypost-vk)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-buffer{color:var(--sharemypost-buffer)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-yummly{color:var(--sharemypost-yummly)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-nextdoor{color:var(--sharemypost-nextdoor)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-gab{color:var(--sharemypost-gab)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-claude{color:var(--sharemypost-claude)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-google{color:var(--sharemypost-google)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-gemini{color:var(--sharemypost-gemini)}.sharemypost-style-glass .sharemypost-share-button.sharemypost-network-grok{color:var(--sharemypost-grok)}.sharemypost-style-minimal .sharemypost-share-button[class*="sharemypost-network-"]{background:#fff0}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-facebook{color:var(--sharemypost-facebook)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-twitter{color:var(--sharemypost-twitter)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-linkedin{color:var(--sharemypost-linkedin)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-pinterest{color:var(--sharemypost-pinterest)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-reddit{color:var(--sharemypost-reddit)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-telegram{color:var(--sharemypost-telegram)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-whatsapp{color:var(--sharemypost-whatsapp)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-email{color:var(--sharemypost-email)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-print{color:var(--sharemypost-print)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-mastodon{color:var(--sharemypost-mastodon)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-bluesky{color:var(--sharemypost-bluesky)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-threads{color:var(--sharemypost-threads)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-chatgpt{color:var(--sharemypost-chatgpt)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-perplexity{color:var(--sharemypost-perplexity)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-messenger{color:var(--sharemypost-messenger)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-flipboard{color:var(--sharemypost-flipboard)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-hackernews{color:var(--sharemypost-hackernews)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-snapchat{color:var(--sharemypost-snapchat)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-wechat{color:var(--sharemypost-wechat)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-line{color:var(--sharemypost-line)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-mix{color:var(--sharemypost-mix)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-pocket{color:var(--sharemypost-pocket)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-sms{color:var(--sharemypost-sms)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-tumblr{color:var(--sharemypost-tumblr)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-xing{color:var(--sharemypost-xing)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-vk{color:var(--sharemypost-vk)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-buffer{color:var(--sharemypost-buffer)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-yummly{color:var(--sharemypost-yummly)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-nextdoor{color:var(--sharemypost-nextdoor)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-gab{color:var(--sharemypost-gab)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-claude{color:var(--sharemypost-claude)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-google{color:var(--sharemypost-google)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-gemini{color:var(--sharemypost-gemini)}.sharemypost-style-minimal .sharemypost-share-button.sharemypost-network-grok{color:var(--sharemypost-grok)}.sharemypost-button-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--sharemypost-button-icon-size,20px);height:var(--sharemypost-button-icon-size,20px);min-width:var(--sharemypost-button-icon-size,20px);transition:opacity 0.18s ease}.sharemypost-button-icon svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%}.sharemypost-labels-icon_only .sharemypost-share-button{padding:10px;width:var(--sharemypost-button-size,40px);height:var(--sharemypost-button-size,40px)}.sharemypost-labels-icon_only.sharemypost-size-custom .sharemypost-share-button{width:var(--sharemypost-button-size,auto);height:var(--sharemypost-button-size,auto)}.sharemypost-labels-icon_only .sharemypost-button-label{display:none}.sharemypost-labels-icon_only.sharemypost-size-small .sharemypost-share-button{width:32px;height:32px;padding:6px}.sharemypost-labels-icon_only.sharemypost-size-large .sharemypost-share-button{width:48px;height:48px;padding:12px}.sharemypost-label{font-size:10px;color:#777}.sharemypost-color-type-custom .sharemypost-share-button{background:var(--sharemypost-button-color,#1f75e1)!important;color:#fff!important;border-color:transparent!important}.sharemypost-color-type-custom.sharemypost-style-outline .sharemypost-share-button{background:transparent!important;color:var(--sharemypost-button-color,#1f75e1)!important;border:2px solid var(--sharemypost-button-color,#1f75e1)!important}.sharemypost-color-type-custom.sharemypost-style-outline .sharemypost-share-button:hover{background:var(--sharemypost-button-color,#1f75e1)!important;color:#fff!important}.sharemypost-color-type-custom.sharemypost-style-dashed .sharemypost-share-button{background:transparent!important;color:var(--sharemypost-button-color,#1f75e1)!important;border:2px dashed var(--sharemypost-button-color,#1f75e1)!important}.sharemypost-color-type-custom.sharemypost-style-dashed .sharemypost-share-button:hover{background:var(--sharemypost-button-color,#1f75e1)!important;color:#fff!important}.sharemypost-color-type-custom.sharemypost-style-glass .sharemypost-share-button{background:transparent!important;color:var(--sharemypost-button-color,#1f75e1)!important;border:1px solid rgb(255 255 255 / .3)!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media(max-width:600px){.sharemypost-share-bar{padding:10px;gap:8px}.sharemypost-share-button{font-size:12px;padding:6px 10px;gap:4px}.sharemypost-size-small .sharemypost-share-button{padding:3px 5px;font-size:11px}.sharemypost-size-medium .sharemypost-share-button{padding:6px 8px;font-size:12px}.sharemypost-size-large .sharemypost-share-button{padding:8px 10px;font-size:13px}}.socialfeeds-instagram-feed,.socialfeeds-facebook-feed-wrapper,.socialfeeds-google-reviews-feed{width:100%;max-width:70%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.socialfeeds-align-center{margin-left:auto!important;margin-right:auto!important}.socialfeeds-align-left{margin-left:0!important;margin-right:auto!important}.socialfeeds-align-right{margin-left:auto!important;margin-right:0!important}.socialfeeds-width-100pct{max-width:100%!important}.socialfeeds-width-90pct{max-width:90%!important}.socialfeeds-width-80pct{max-width:80%!important}.socialfeeds-width-70pct{max-width:70%!important}.socialfeeds-width-60pct{max-width:60%!important}.socialfeeds-width-50pct{max-width:50%!important}.socialfeeds-instagram-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.socialfeeds-instagram-header-info{display:flex;flex-direction:column;justify-content:center;text-align:left!important}.socialfeeds-instagram-header-name{margin:0;font-size:1.2rem;color:#3C434A}.socialfeeds-instagram-header-bio,.socialfeeds-instagram-header-followers{margin:4px 0 0;font-size:.9rem;color:#666}.socialfeeds-instagram-header-left{justify-content:flex-start;text-align:left}.socialfeeds-instagram-header-middle{justify-content:center;text-align:center}.socialfeeds-instagram-header-right{justify-content:flex-end;text-align:right}.socialfeeds-instagram-header-middle .socialfeeds-instagram-header-info,.socialfeeds-instagram-header-right .socialfeeds-instagram-header-info{text-align:inherit}.socialfeeds-instagram-header-avatar{border-radius:50%;object-fit:cover}.socialfeeds-hover-overlay{position:absolute;inset:0;background:rgb(0 0 0 / .4);opacity:0;transition:opacity 0.25s ease;pointer-events:none;z-index:10}.socialfeeds-instagram-item.hover-overlay:hover .socialfeeds-hover-overlay,.socialfeeds-facebook-item.hover-overlay:hover .socialfeeds-hover-overlay,.socialfeeds-google-review-item.hover-overlay:hover .socialfeeds-hover-overlay{opacity:1!important}.socialfeeds-instagram-item.hover-scale:hover .socialfeeds-instagram-media,.socialfeeds-facebook-item.hover-scale:hover .socialfeeds-facebook-media,.socialfeeds-google-review-item.hover-scale:hover{transform:scale(1.05);transition:transform 0.3s ease}.socialfeeds-instagram-item.hover-shadow,.socialfeeds-facebook-item.hover-shadow,.socialfeeds-google-review-item.hover-shadow{transition:transform 0.3s ease,box-shadow 0.3s ease}.socialfeeds-instagram-item.hover-shadow:hover,.socialfeeds-facebook-item.hover-shadow:hover,.socialfeeds-google-review-item.hover-shadow:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgb(0 0 0 / .15)}.socialfeeds-instagram-item{border-radius:0;overflow:hidden;background:#fff0;border:none;display:flex;flex-direction:column}.socialfeeds-instagram-media,.socialfeeds-facebook-media{width:100%;overflow:hidden;background:#f3f3f3;position:relative}.socialfeeds-instagram-media img,.socialfeeds-instagram-media video,.socialfeeds-facebook-media img,.socialfeeds-facebook-media video{width:100%;height:100%;object-fit:cover;display:block}.socialfeeds-instagram-media.aspect-square,.socialfeeds-instagram-media.aspect-instagram,.socialfeeds-facebook-media.aspect-square{aspect-ratio:1 / 1}.socialfeeds-instagram-media.aspect-portrait,.socialfeeds-facebook-media.aspect-portrait{aspect-ratio:4 / 5}.socialfeeds-instagram-stats{padding:8px 10px;font-size:13px;color:#000;display:flex;flex-wrap:wrap;gap:8px}.socialfeeds-instagram-stats .caption{width:100%;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;overflow:hidden}.socialfeeds-instagram-stats .likes,.socialfeeds-instagram-stats .comments,.socialfeeds-instagram-stats .views{font-size:12px;color:#555;display:inline-flex;align-items:center;gap:4px}.socialfeeds-instagram-inner.layout-grid{display:grid}.socialfeeds-instagram-inner.layout-masonry{display:block}.socialfeeds-instagram-inner.layout-masonry .socialfeeds-instagram-item{width:100%;display:inline-block;break-inside:avoid;page-break-inside:avoid}@media (max-width:768px){.socialfeeds-instagram-inner.layout-masonry{column-count:2!important}}@media (max-width:480px){.socialfeeds-instagram-inner.layout-masonry{column-count:1!important}}.socialfeeds-instagram-inner.layout-carousel{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.socialfeeds-instagram-inner.layout-carousel::-webkit-scrollbar{display:none}.socialfeeds-instagram-inner.layout-carousel .socialfeeds-instagram-item{flex-shrink:0}.socialfeeds-instagram-feed.socialfeeds-scheme-dark{background:#0f0f0f;color:#fff}.socialfeeds-instagram-feed.socialfeeds-scheme-light{background:#fff;color:#1d2327}.socialfeeds-instagram-feed.socialfeeds-scheme-dark,.socialfeeds-instagram-feed.socialfeeds-scheme-light,.socialfeeds-instagram-feed.socialfeeds-scheme-custom{padding:20px;border-radius:8px}.socialfeeds-instagram-feed.socialfeeds-scheme-dark .socialfeeds-instagram-stats{color:#fff}.socialfeeds-instagram-feed.socialfeeds-scheme-dark .socialfeeds-instagram-stats .likes,.socialfeeds-instagram-feed.socialfeeds-scheme-dark .socialfeeds-instagram-stats .comments,.socialfeeds-instagram-feed.socialfeeds-scheme-dark .socialfeeds-instagram-stats .views{color:#ccc}.socialfeeds-instagram-actions{display:flex;justify-content:center;gap:10px;margin-top:20px;width:100%;flex-wrap:wrap}.socialfeeds-follow-btn,.socialfeeds-load-more-btn{padding:10px 24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;font-weight:500!important;border-radius:4px!important;text-decoration:none!important;cursor:pointer!important;transition:all 0.2s ease;border:none!important}.socialfeeds-follow-btn .dashicons{margin-right:8px}.socialfeeds-instagram-feed .socialfeeds-play-overlay,.socialfeeds-facebook-feed .socialfeeds-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:rgb(0 0 0 / .6)!important;border-radius:50%!important;display:flex;align-items:center;justify-content:center;z-index:5;pointer-events:none;transition:all 0.2s ease;border:2px solid rgb(255 255 255 / .2)}.socialfeeds-instagram-feed .socialfeeds-play-overlay::before,.socialfeeds-instagram-feed .socialfeeds-play-overlay::after{content:none!important;display:none!important}.socialfeeds-instagram-feed .socialfeeds-play-overlay .dashicons{color:#ffffff!important;font-size:28px!important;width:28px!important;height:28px!important;line-height:1!important;margin-left:2px}.socialfeeds-instagram-item:hover .socialfeeds-play-overlay,.socialfeeds-facebook-item.hover-scale:hover .socialfeeds-play-overlay,.socialfeeds-facebook-item.hover-shadow:hover .socialfeeds-play-overlay{background:rgb(0 0 0 / .8)!important;transform:translate(-50%,-50%) scale(1.1)}.socialfeeds-likes{color:#d76565!important}.socialfeeds-comments{color:#d76565!important}.socialfeeds-fb-header-v2{width:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px rgb(0 0 0 / .1);border:1px solid #e2e8f0;margin-bottom:25px;font-family:inherit}.socialfeeds-fb-cover{width:100%;height:200px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f0f2f5;position:relative}.socialfeeds-fb-cover.no-image{background:linear-gradient(to bottom,#1877f2,#0a56b2)}.socialfeeds-fb-header-content{display:flex;padding:0 32px 24px;position:relative;z-index:2;align-items:flex-start}.socialfeeds-fb-avatar-wrap{width:110px;height:110px;border-radius:50%;background:#fff;padding:4px;flex-shrink:0;margin-top:-55px;box-shadow:0 0 0 4px #fff;position:relative}.socialfeeds-fb-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.socialfeeds-fb-info-wrap{margin-left:20px;margin-top:15px;flex:1}.socialfeeds-fb-name{margin:0 0 8px;font-size:24px;font-weight:700;color:#050505}.socialfeeds-fb-caption{font-size:15px;color:#65676b;margin-bottom:8px;line-height:1.4;max-width:600px}.socialfeeds-fb-stats{display:flex;align-items:center;gap:8px;font-size:14px;color:#65676b}.socialfeeds-fb-stat-item strong{color:#050505}.socialfeeds-fb-stat-sep{color:#65676b}.socialfeeds-fb-header-v2.no-cover .socialfeeds-fb-header-content{padding:24px 32px}.socialfeeds-fb-header-v2.no-cover .socialfeeds-fb-avatar-wrap{margin-top:0}.socialfeeds-fb-header-v2.no-cover .socialfeeds-fb-info-wrap{margin-top:0}.socialfeeds-fb-album-count{position:absolute;bottom:10px;right:10px;background:rgb(0 0 0 / .7);color:#fff;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:5px}.socialfeeds-fb-event-badge{position:absolute;top:10px;left:10px;background:#ef4444;color:#fff;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;gap:5px;box-shadow:0 2px 4px rgb(0 0 0 / .2);z-index:10}.socialfeeds-fb-event-time,.socialfeeds-fb-event-place{font-size:12px;color:#64748b;margin-top:5px;display:flex;align-items:center;gap:5px}.socialfeeds-fb-event-time .dashicons,.socialfeeds-fb-event-place .dashicons{font-size:14px;width:14px;height:14px}.socialfeeds-fb-album-desc{font-size:13px;color:#64748b;margin-top:5px}.socialfeeds-facebook-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.socialfeeds-facebook-content{padding:15px;flex:1;display:flex;flex-direction:column}.socialfeeds-facebook-message{margin-bottom:8px;font-size:14px;line-height:1.5;color:#1e293b}.socialfeeds-fb-engagement{display:flex;align-items:center;gap:12px;padding:8px 0;border-top:1px solid #f0f0f0;margin-top:auto}.socialfeeds-fb-engagement span{display:flex;align-items:center;gap:4px;color:#64748b;font-size:12px}.socialfeeds-fb-engagement .dashicons{font-size:16px;width:16px;height:16px}@media (max-width:768px){.socialfeeds-fb-cover{height:150px}.socialfeeds-fb-header-content{flex-direction:column;align-items:center;padding:0 16px 24px;text-align:center}.socialfeeds-fb-avatar-wrap{width:80px;height:80px;margin-top:-40px}.socialfeeds-fb-info-wrap{margin-left:0;margin-top:15px;margin-bottom:0}.socialfeeds-fb-name{font-size:20px}.socialfeeds-fb-stats{justify-content:center}}.socialfeeds-google-reviews-feed{width:100%;max-width:70%;margin:0 auto;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.socialfeeds-google-reviews-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.socialfeeds-google-reviews-inner.layout-carousel{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.socialfeeds-google-reviews-inner.layout-carousel::-webkit-scrollbar{display:none}.socialfeeds-google-review-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;box-shadow:0 1px 3px rgb(0 0 0 / .1);transition:all 0.3s ease;display:flex;flex-direction:column;gap:12px;position:relative}.socialfeeds-google-review-item:hover{border-color:#d1d5db}.socialfeeds-google-reviews-inner.layout-carousel .socialfeeds-google-review-item{flex-shrink:0;scroll-snap-align:start}.socialfeeds-google-review-header{display:flex;align-items:flex-start;gap:12px}.socialfeeds-google-review-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#f3f4f6}.socialfeeds-google-review-author{flex:1;display:flex;flex-direction:column;gap:4px}.socialfeeds-google-review-name{margin:0;font-size:14px;font-weight:600;color:#1f2937}.socialfeeds-google-review-rating{display:flex;gap:2px;font-size:14px}.socialfeeds-google-review-rating .dashicons{width:16px;height:16px;font-size:16px;color:#fbbf24}.socialfeeds-google-review-time{margin:0;font-size:12px;color:#6b7280;font-weight:500}.socialfeeds-google-review-text{margin:0;font-size:13px;line-height:1.5;color:#374151;word-break:break-word}@media (max-width:768px){.socialfeeds-google-reviews-inner.layout-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:480px){.socialfeeds-google-reviews-inner.layout-grid{grid-template-columns:1fr!important}}.socialfeeds-youtube-feed{width:100%;max-width:70%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box}.socialfeeds-youtube-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;box-sizing:border-box}.socialfeeds-youtube-grid .socialfeeds-video-item{box-sizing:border-box;width:100%;min-width:0}.socialfeeds-video-stats{font-size:12px;color:#666;margin-top:4px;line-height:1.4;overflow-wrap:break-word;word-wrap:break-word}.socialfeeds-card-desc{margin-top:8px;line-height:1.5;overflow-wrap:break-word;word-wrap:break-word}.socialfeeds-play-overlay{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:64px;height:44px;background:rgb(255 0 0 / .7);border-radius:10px;display:flex;align-items:center;justify-content:center}.socialfeeds-play-overlay::before{content:'';width:0;height:0;border-left:16px solid #fff;border-top:10px solid #fff0;border-bottom:10px solid #fff0;margin-left:3px}.socialfeeds-play-overlay:hover{background:#e60000}.socialfeeds-video-duration{position:absolute;bottom:8px!important;right:8px!important;background:rgb(0 0 0 / .85)!important;color:#fff!important;font-size:15px!important;padding:5px 6px!important;border-radius:4px!important;font-weight:400;line-height:1.2}.socialfeeds-youtube-grid .socialfeeds-video-item img{width:100%;height:auto;display:block;border-radius:4px;object-fit:contain!important;background:#000}.socialfeeds-video-title{margin:8px 0 0;font-size:14px;font-weight:600;color:#333}.socialfeeds-youtube-feed.socialfeeds-theme-card .socialfeeds-video-item{background:#fff;border:1px solid #eee;border-radius:4px;padding:8px;box-shadow:0 2px 6px rgb(0 0 0 / .04)}.socialfeeds-youtube-feed.socialfeeds-theme-card .socialfeeds-video-item .socialfeeds-video-title{font-weight:600;color:#222}.socialfeeds-youtube-feed.socialfeeds-theme-clean .socialfeeds-video-item{background:#fff0;border:none;padding:0}.socialfeeds-youtube-feed.socialfeeds-theme-clean .socialfeeds-video-item .socialfeeds-video-title{font-weight:600;color:#111}.socialfeeds-youtube-grid .socialfeeds-grid-col-1{grid-column:span 1}.socialfeeds-youtube-grid .socialfeeds-grid-col-2{grid-column:span 2}.socialfeeds-youtube-grid .socialfeeds-grid-col-3{grid-column:span 3}.socialfeeds-youtube-grid .socialfeeds-grid-col-4{grid-column:span 4}.socialfeeds-youtube-grid .socialfeeds-grid-col-5{grid-column:span 5}.socialfeeds-youtube-grid .socialfeeds-grid-col-6{grid-column:span 6}.socialfeeds-container-list{max-width:850px;margin:0 auto!important}.socialfeeds-youtube-list .socialfeeds-list-item{margin-bottom:20px}.socialfeeds-video-iframe-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:15px 0;border-radius:4px}.socialfeeds-video-iframe-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%!important}.socialfeeds-carousel-nav{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}.socialfeeds-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid rgb(0 0 0 / .1);box-shadow:0 4px 6px rgb(0 0 0 / .1);color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;transition:all 0.2s ease;line-height:1;pointer-events:auto;z-index:10}.socialfeeds-carousel-btn.prev{left:-20px;left:10px}.socialfeeds-carousel-btn.next{right:10px}.socialfeeds-carousel-btn:hover{background:#fff;box-shadow:0 6px 12px rgb(0 0 0 / .15);transform:translateY(-50%) scale(1.05);color:#000}.socialfeeds-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:25px;margin-bottom:10px}.socialfeeds-dot{width:10px;height:10px;border-radius:50%;background:#ddd;cursor:pointer;transition:0.2s}.socialfeeds-dot.active,.socialfeeds-dot:hover{background:#333;transform:scale(1.1)}.socialfeeds-carousel-btn.prev:hover,.socialfeeds-carousel-btn.next:hover{background:#555;background:#f0f0f0}.socialfeeds-video-desc{color:#555;font-size:13px}.socialfeeds-youtube-carousel{padding:12px 6px;display:flex;overflow-x:auto;gap:12px;scrollbar-width:none;-ms-overflow-style:none}.socialfeeds-youtube-carousel::-webkit-scrollbar{display:none}.socialfeeds-youtube-carousel .socialfeeds-carousel-item{background:#fff;padding:6px;flex:0 0 280px}.socialfeeds-youtube-carousel .socialfeeds-carousel-item img{border-radius:4px;width:100%;height:auto;display:block}.socialfeeds-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.socialfeeds-card{background:#fff;border:1px solid #eee;border-radius:4px;padding:22px;box-shadow:0 2px 8px rgb(0 0 0 / .04);display:flex;flex-direction:column;justify-content:space-between;transition:0.2s ease}.socialfeeds-card:hover{box-shadow:0 4px 12px rgb(0 0 0 / .08);border-color:#ddd}.socialfeeds-card .socialfeeds-card-top{display:flex;align-items:flex-start;gap:14px}.socialfeeds-card .socialfeeds-card-icon{width:46px;height:46px;border-radius:4px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.socialfeeds-card .socialfeeds-card-icon img{width:24px;height:24px}.socialfeeds-card h3{margin:0;font-size:18px;color:#222;font-weight:600}.socialfeeds-card-desc{font-size:14px;color:#444;margin:4px 0 0 0;line-height:1.3em;max-height:2.6em;overflow:hidden;text-overflow:ellipsis}.socialfeeds-card-actions{display:flex;flex-direction:column;gap:6px}.socialfeeds-btn{display:inline-block;padding:8px 14px;border-radius:4px;text-decoration:none;font-weight:600;font-size:12px;border:none;cursor:pointer;transition:0.2s ease}.socialfeeds-btn-primary{background:#135e96;color:#fff}.socialfeeds-btn-primary:hover{background:#135e96}.socialfeeds-btn-secondary{background:#f7f7f7;color:#333;border:1px solid #ddd}.socialfeeds-btn-secondary:hover{background:#f0f0f0}.socialfeeds-wrap table .button{background:#fff;color:#222;border:1px solid #eee;padding:6px 8px;border-radius:4px;text-decoration:none}.socialfeeds-wrap table .button:hover{background:#fafafa}.socialfeeds-wrap table .button:focus{outline:none;box-shadow:none}.socialfeeds-wrap .fa-pen{color:#000!important}.socialfeeds-wrap .fa-copy{color:#555!important}.socialfeeds-wrap .fa-trash{color:#c62828!important}.socialfeeds-wrap .button.button-secondary .fa-trash{color:#c62828!important}@media(max-width:1000px){.socialfeeds-card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.socialfeeds-card-grid{grid-template-columns:1fr}}@media(max-width:800px){.socialfeeds-youtube-grid .socialfeeds-video-item{flex:0 0 calc(50% - 6px)}.socialfeeds-youtube-carousel .socialfeeds-carousel-item{flex:0 0 200px}}.socialfeeds-video-player{max-width:100%;height:auto;display:block;margin:0 auto;border-radius:4px}.socialfeeds-card-img{max-width:100%;height:auto;display:block;margin:0 auto;object-fit:cover}.socialfeeds-modal{position:fixed;left:0;top:0;right:0;bottom:0;z-index:99999;display:flex;align-items:center;justify-content:center}.socialfeeds-modal.socialfeeds-modal-hidden{display:none!important}.socialfeeds-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .7);cursor:pointer;z-index:-1}.socialfeeds-modal-inner{position:relative;max-width:85%;max-height:90vh;background:#fff;border-radius:4px;overflow:auto;padding:0;box-shadow:0 20px 60px rgb(0 0 0 / .3);animation:socialfeeds-modal-slide-in 0.3s ease;z-index:1}@keyframes socialfeeds-modal-slide-in{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.socialfeeds-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:#f0f0f0;color:#333;font-size:20px;font-weight:700;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:0.2s ease;z-index:10}.socialfeeds-modal-close:hover{background:#e0e0e0}.socialfeeds-modal-close:active{transform:scale(.95)}.socialfeeds-modal-media{padding:24px;text-align:center;background:#fafafa;min-height:300px;display:flex;align-items:center;justify-content:center}.socialfeeds-modal-media video,.socialfeeds-modal-media img{max-width:100%;max-height:60vh;height:auto;border-radius:4px}.socialfeeds-modal-caption{padding:20px 24px;font-size:15px;color:#222;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.socialfeeds-modal-hashtags{padding:0 24px 12px;font-size:14px;color:#0073aa;font-weight:600;word-wrap:break-word;overflow-wrap:break-word}.socialfeeds-modal-footer{padding:16px 24px;border-top:1px solid #eee;text-align:right;background:#fafafa}.socialfeeds-modal-link{display:inline-block;padding:10px 18px;background:#3a3b3c;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;font-size:14px;transition:0.2s ease}.socialfeeds-modal-link:hover{background:#135e96}.socialfeeds-modal-video{max-width:100%;height:auto;border-radius:4px}.socialfeeds-modal-img{max-width:100%;height:auto;border-radius:4px}.socialfeeds-hide-buttons .socialfeeds-btn,.socialfeeds-hide-buttons .socialfeeds-load-more-btn,.socialfeeds-hide-buttons .socialfeeds-btn-subscribe,.socialfeeds-hide-buttons .socialfeeds-post-engagement{display:none!important}@media(max-width:800px){.socialfeeds-modal-inner{max-width:95%;padding:0;border-radius:4px}.socialfeeds-modal-media{min-height:250px;padding:16px}.socialfeeds-modal-caption{padding:16px;font-size:14px}.socialfeeds-modal-footer{padding:12px 16px}.socialfeeds-modal-close{width:32px;height:32px;font-size:18px}}@media(max-width:480px){.socialfeeds-modal-inner{max-width:100%;max-height:100vh;border-radius:0;height:100vh;display:flex;flex-direction:column}.socialfeeds-modal-media{min-height:200px;flex-grow:1;overflow-y:auto}.socialfeeds-modal-caption{padding:12px;font-size:13px;max-height:150px;overflow-y:auto}.socialfeeds-modal-close{width:32px;height:32px;font-size:18px;top:8px;right:8px}}.socialfeeds-youtube-header{display:block;margin-bottom:20px}.socialfeeds-channel-info{display:flex;align-items:center;gap:12px}.socialfeeds-youtube-header .socialfeeds-channel-logo{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.socialfeeds-youtube-header .socialfeeds-channel-name{font-weight:700;font-size:18px;color:#222}.socialfeeds-youtube-header .socialfeeds-header-text{color:#666;font-size:14px}@media(max-width:600px){.socialfeeds-channel-info{flex-direction:column;text-align:center;gap:10px}.socialfeeds-youtube-header .socialfeeds-channel-logo{width:60px;height:60px;margin:0 auto}.socialfeeds-youtube-header .socialfeeds-channel-name{font-size:16px}.socialfeeds-youtube-header .socialfeeds-header-text{font-size:13px}}.socialfeeds-youtube-feed.socialfeeds-scheme-dark{background:#0f0f0f!important}.socialfeeds-youtube-feed.socialfeeds-scheme-light{background:#ffffff!important}.socialfeeds-youtube-feed.socialfeeds-scheme-dark,.socialfeeds-youtube-feed.socialfeeds-scheme-light,.socialfeeds-youtube-feed.socialfeeds-scheme-custom{padding:20px;border-radius:8px}.socialfeeds-scheme-dark .socialfeeds-video-item{background:#0f0f0f!important;border:none!important;border-radius:0!important;box-shadow:none!important}.socialfeeds-scheme-dark .socialfeeds-video-item img,.socialfeeds-scheme-dark .socialfeeds-video-item .socialfeeds-card-media{border-radius:0!important}.socialfeeds-scheme-dark .socialfeeds-video-title,.socialfeeds-scheme-dark h5,.socialfeeds-scheme-dark .socialfeeds-channel-name{color:#ffffff!important}.socialfeeds-scheme-dark .socialfeeds-video-desc,.socialfeeds-scheme-dark .socialfeeds-card-desc,.socialfeeds-scheme-dark .socialfeeds-header-text{color:#cccccc!important}.socialfeeds-scheme-dark .socialfeeds-video-stats{color:#aaaaaa!important}.socialfeeds-scheme-light .socialfeeds-video-item{background:#ffffff!important;border-color:#eeeeee!important}.socialfeeds-scheme-light .socialfeeds-video-title,.socialfeeds-scheme-light h5,.socialfeeds-scheme-light .socialfeeds-channel-name{color:#222222!important}.socialfeeds-scheme-light .socialfeeds-video-desc,.socialfeeds-scheme-light .socialfeeds-card-desc,.socialfeeds-scheme-light .socialfeeds-header-text{color:#666666!important}.socialfeeds-scheme-light .socialfeeds-video-stats{color:#666666!important}.socialfeeds-load-more-container{display:flex!important;justify-content:center!important;align-items:center!important;gap:15px;margin-top:30px;width:100%}.socialfeeds-video-stats{font-size:12px;margin-top:4px;line-height:1.4;display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center;white-space:normal;overflow:visible;text-overflow:unset}.socialfeeds-video-meta-line{font-size:13px;color:#606060;margin-top:6px;display:flex;gap:8px;flex-wrap:wrap}.socialfeeds-load-more-btn,.socialfeeds-btn-subscribe{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;font-size:14px;font-weight:400;border-radius:4px;border:none;cursor:pointer;transition:all 0.2s ease;text-decoration:none;line-height:normal}.socialfeeds-load-more-btn{background-color:#f0f0f0;color:#333}.socialfeeds-load-more-btn:hover{filter:brightness(.95)}.socialfeeds-btn-subscribe{background-color:#c00;color:#fff}.socialfeeds-btn-subscribe:hover{background-color:#b30000}.socialfeeds-load-more-btn:disabled{opacity:.8;cursor:not-allowed}.socialfeeds-load-more-btn.socialfeeds-loading::after{content:"";width:16px;height:16px;border:2px solid currentColor;border-radius:50%;border-top-color:#fff0;animation:sf-rotate 0.6s linear infinite;display:inline-block;margin-left:10px;vertical-align:middle}.socialfeeds-meta-item:not(:first-child)::before{content:"•";margin:0 3px;font-size:16px}@keyframes sf-rotate{to{transform:rotate(360deg)}}.sharemypost-share-bar.sharemypost-floating-bar{position:fixed;top:50%;transform:translateY(-50%);flex-direction:column;z-index:9999;padding:12px 8px;max-width:80px;border-radius:12px;opacity:0}.sharemypost-share-bar.sharemypost-floating-bar.is-visible{opacity:1}.sharemypost-share-bar.sharemypost-floating-bar.sharemypost-floating-left{left:20px}.sharemypost-share-bar.sharemypost-floating-bar.sharemypost-floating-right{right:20px}.sharemypost-share-bar.sharemypost-floating-bar .sharemypost-button-group{flex-direction:column;width:auto}@media(max-width:860px){.sharemypost-share-bar.sharemypost-floating-left,.sharemypost-share-bar.sharemypost-floating-right{top:auto;bottom:16px;left:50%!important;right:auto!important;transform:translateX(-50%);max-width:calc(100% - 32px);width:max-content;flex-direction:row;justify-content:center;border-radius:50px}.sharemypost-share-bar.sharemypost-floating-bar .sharemypost-button-group{flex-direction:row}}@media(max-width:860px){.sharemypost-share-bar.sharemypost-floating-left,.sharemypost-share-bar.sharemypost-floating-right{padding-bottom:calc(16px + env(safe-area-inset-bottom, 0px))}}@media(max-width:400px){.sharemypost-share-bar.sharemypost-floating-left,.sharemypost-share-bar.sharemypost-floating-right{max-width:calc(100% - 16px);bottom:8px;border-radius:40px;padding:8px 6px}.sharemypost-share-bar.sharemypost-floating-bar .sharemypost-share-button{width:32px;height:32px;padding:0}.sharemypost-share-bar.sharemypost-floating-bar .sharemypost-button-icon{width:16px;height:16px;min-width:16px}}:root{--sharemypost-ctt-accent-color:#1f75e1;--sharemypost-ctt-text-color:#0f172a;--sharemypost-ctt-surface:#ffffff;--sharemypost-ctt-muted:#475569;--sharemypost-ctt-border-color:rgba(15, 23, 42, 0.08);--sharemypost-ctt-shadow:0 18px 44px rgba(15, 23, 42, 0.08)}.sharemypost-click-to-tweet{display:flex;align-items:center;gap:18px;padding:30px 70px;max-width:750px;margin:24px 0;border-radius:12px;border:1px solid var(--sharemypost-ctt-border-color);background:var(--sharemypost-ctt-surface);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell','Fira Sans','Droid Sans','Helvetica Neue',sans-serif;box-shadow:var(--sharemypost-ctt-shadow);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.sharemypost-click-to-tweet:hover{transform:translateY(-1px);box-shadow:0 24px 50px rgb(15 23 42 / .12)}.sharemypost-ctt-content{flex:1;min-width:0}.sharemypost-ctt-text{margin:0;padding:0;font-size:15px;line-height:1.7;color:var(--sharemypost-ctt-text-color);word-break:break-word}.sharemypost-ctt-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;background:linear-gradient(135deg,var(--sharemypost-ctt-accent-color),color-mix(in srgb,var(--sharemypost-ctt-accent-color) 80%,#000000 20%));color:#fff;text-decoration:none;border-radius:999px;font-weight:700;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;cursor:pointer;transition:transform 0.2s ease,box-shadow 0.2s ease,filter 0.2s ease;flex-shrink:0;border:none}.sharemypost-ctt-button:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 16px 28px rgb(31 117 225 / .28)}.sharemypost-ctt-button:active{transform:translateY(0)}.sharemypost-ctt-button::before{content:'';display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2s9 5 20 5a9.5 9.5 0 00-9-5.5c4.75 2.25 7-0.1 7-0.1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.sharemypost-click-to-tweet.cta-left{flex-direction:row-reverse}.sharemypost-click-to-tweet.cta-right{flex-direction:row}.sharemypost-click-to-tweet.sharemypost-ctt-default,.sharemypost-click-to-tweet.sharemypost-ctt-light{--sharemypost-ctt-surface:#ffffff;--sharemypost-ctt-text-color:#0f172a;--sharemypost-ctt-border-color:rgba(15, 23, 42, 0.08);--sharemypost-ctt-shadow:0 18px 44px rgba(15, 23, 42, 0.08)}.sharemypost-click-to-tweet.sharemypost-ctt-gray{--sharemypost-ctt-surface:#d8dcdf;--sharemypost-ctt-text-color:#0f172a;--sharemypost-ctt-border-color:rgba(15, 23, 42, 0.08);--sharemypost-ctt-shadow:0 18px 44px rgba(15, 23, 42, 0.06)}.sharemypost-click-to-tweet.sharemypost-ctt-dark{--sharemypost-ctt-surface:#0f172a;--sharemypost-ctt-text-color:#f8fafc;--sharemypost-ctt-border-color:rgba(148, 163, 184, 0.28)}@media (max-width:768px){.sharemypost-click-to-tweet{flex-direction:column;align-items:flex-start;gap:14px;padding:16px}.sharemypost-click-to-tweet.cta-left,.sharemypost-click-to-tweet.cta-right{flex-direction:column}.sharemypost-ctt-button{width:100%;text-align:center}.sharemypost-ctt-text{font-size:14px}}@media (max-width:480px){.sharemypost-click-to-tweet{padding:14px;gap:12px;border-radius:18px}.sharemypost-ctt-text{font-size:13px}.sharemypost-ctt-button{padding:10px 16px;font-size:13px}}@keyframes sharemypost-slideInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sharemypost-click-to-tweet{animation:sharemypost-slideInUp 0.3s ease}.sharemypost-modal-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .6);display:flex;align-items:center;justify-content:center;z-index:10000;animation:sharemypost-modal-fade 0.3s ease}.sharemypost-modal-hidden{display:none!important}.sharemypost-modal-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgb(0 0 0 / .1);max-width:500px;width:90%;max-height:70vh;overflow-y:auto;animation:sharemypost-modal-slide 0.3s ease}.sharemypost-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #eee}.sharemypost-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.sharemypost-modal-close{background:#f0f0f0;border:none;font-size:20px;color:#333;cursor:pointer;width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background 0.2s}.sharemypost-modal-close:hover{background:#e0e0e0}.sharemypost-modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));padding:20px}.sharemypost-modal-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 8px;border-radius:10px;text-decoration:none;transition:all 0.2s ease;cursor:pointer}.sharemypost-modal-item:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .1)}.sharemypost-modal-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.sharemypost-modal-icon svg{width:100%;height:100%;fill:currentColor}.sharemypost-modal-label{font-size:12px;font-weight:500;text-align:center;color:#555}.sharemypost-modal-item.sharemypost-network-facebook .sharemypost-modal-icon{color:var(--sharemypost-facebook)}.sharemypost-modal-item.sharemypost-network-twitter .sharemypost-modal-icon{color:var(--sharemypost-twitter)}.sharemypost-modal-item.sharemypost-network-linkedin .sharemypost-modal-icon{color:var(--sharemypost-linkedin)}.sharemypost-modal-item.sharemypost-network-pinterest .sharemypost-modal-icon{color:var(--sharemypost-pinterest)}.sharemypost-modal-item.sharemypost-network-reddit .sharemypost-modal-icon{color:var(--sharemypost-reddit)}.sharemypost-modal-item.sharemypost-network-telegram .sharemypost-modal-icon{color:var(--sharemypost-telegram)}.sharemypost-modal-item.sharemypost-network-whatsapp .sharemypost-modal-icon{color:var(--sharemypost-whatsapp)}.sharemypost-modal-item.sharemypost-network-email .sharemypost-modal-icon{color:var(--sharemypost-email)}.sharemypost-modal-item.sharemypost-network-print .sharemypost-modal-icon{color:var(--sharemypost-print)}.sharemypost-modal-item.sharemypost-network-mastodon .sharemypost-modal-icon{color:var(--sharemypost-mastodon)}.sharemypost-modal-item.sharemypost-network-bluesky .sharemypost-modal-icon{color:var(--sharemypost-bluesky)}.sharemypost-modal-item.sharemypost-network-threads .sharemypost-modal-icon{color:var(--sharemypost-threads)}.sharemypost-modal-item.sharemypost-network-chatgpt .sharemypost-modal-icon{color:var(--sharemypost-chatgpt)}.sharemypost-modal-item.sharemypost-network-perplexity .sharemypost-modal-icon{color:var(--sharemypost-perplexity)}.sharemypost-modal-item.sharemypost-network-messenger .sharemypost-modal-icon{color:var(--sharemypost-messenger)}.sharemypost-modal-item.sharemypost-network-flipboard .sharemypost-modal-icon{color:var(--sharemypost-flipboard)}.sharemypost-modal-item.sharemypost-network-hackernews .sharemypost-modal-icon{color:var(--sharemypost-hackernews)}.sharemypost-modal-item.sharemypost-network-snapchat .sharemypost-modal-icon{color:var(--sharemypost-snapchat)}.sharemypost-modal-item.sharemypost-network-wechat .sharemypost-modal-icon{color:var(--sharemypost-wechat)}.sharemypost-modal-item.sharemypost-network-line .sharemypost-modal-icon{color:var(--sharemypost-line)}.sharemypost-modal-item.sharemypost-network-mix .sharemypost-modal-icon{color:var(--sharemypost-mix)}.sharemypost-modal-item.sharemypost-network-pocket .sharemypost-modal-icon{color:var(--sharemypost-pocket)}.sharemypost-modal-item.sharemypost-network-sms .sharemypost-modal-icon{color:var(--sharemypost-sms)}.sharemypost-modal-item.sharemypost-network-tumblr .sharemypost-modal-icon{color:var(--sharemypost-tumblr)}.sharemypost-modal-item.sharemypost-network-xing .sharemypost-modal-icon{color:var(--sharemypost-xing)}.sharemypost-modal-item.sharemypost-network-vk .sharemypost-modal-icon{color:var(--sharemypost-vk)}.sharemypost-modal-item.sharemypost-network-buffer .sharemypost-modal-icon{color:var(--sharemypost-buffer)}.sharemypost-modal-item.sharemypost-network-yummly .sharemypost-modal-icon{color:var(--sharemypost-yummly)}.sharemypost-modal-item.sharemypost-network-nextdoor .sharemypost-modal-icon{color:var(--sharemypost-nextdoor)}.sharemypost-modal-item.sharemypost-network-gab .sharemypost-modal-icon{color:var(--sharemypost-gab)}.sharemypost-modal-item.sharemypost-network-claude .sharemypost-modal-icon{color:var(--sharemypost-claude)}.sharemypost-modal-item.sharemypost-network-google .sharemypost-modal-icon{color:var(--sharemypost-google)}.sharemypost-modal-item.sharemypost-network-gemini .sharemypost-modal-icon{color:var(--sharemypost-gemini)}.sharemypost-modal-item.sharemypost-network-grok .sharemypost-modal-icon{color:var(--sharemypost-grok)}@keyframes sharemypost-modal-fade{from{opacity:0}to{opacity:1}}@keyframes sharemypost-modal-slide{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:480px){.sharemypost-modal-card{width:95%;max-height:80vh}.sharemypost-modal-grid{grid-template-columns:repeat(3,1fr);gap:8px;padding:12px}.sharemypost-modal-item{padding:8px 4px}.sharemypost-modal-icon{width:32px;height:32px}.sharemypost-modal-label{font-size:10px}.sharemypost-modal-header{padding:12px}.sharemypost-modal-header h3{font-size:16px}}@media (max-width:360px){.sharemypost-modal-grid{grid-template-columns:repeat(2,1fr)}}:root{--wp--custom--spacing--small:var(--wp--preset--spacing--30, clamp(1.5rem, 5vw, 2rem));--wp--custom--spacing--medium:var(--wp--preset--spacing--50, clamp(2.5rem, 8vw, 4rem));--wp--custom--spacing--large:var(--wp--preset--spacing--60, clamp(2.5rem, 8vw, 6rem));--wp--custom--spacing--outer:max(1.25rem, 4vw);--wp--preset--spacing--80:min(8rem, 12vw)}html{scroll-behavior:smooth}body{-moz-osx-font-smoothing:var(--wp--custom--typography--font-smoothing--moz,auto);-webkit-font-smoothing:var(--wp--custom--typography--font-smoothing--webkit,auto)}a{text-decoration-style:var(--wp--custom--elements--link--static--text-decoration-style,solid);text-decoration-thickness:var(--wp--custom--elements--link--text-decoration-thickness,1px);text-underline-offset:var(--wp--custom--elements--link--text-underline-offset,.25ch)}a:hover,a:focus{text-decoration-style:var(--wp--custom--elements--link--interactive--text-decoration-style,dashed)}:where(.wp-site-blocks *:focus){outline-width:1px;outline-style:solid}a:active{text-decoration:none}@media (min-width:600px){.site-logo-title{display:none}.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:flex-start!important}}@media (max-width:600px){.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:flex-start!important}}.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title{display:flex;flex-wrap:nowrap;max-width:100%;align-items:center;gap:.5rem;padding-bottom:var(--wp--preset--spacing--30);position:relative;padding-inline-end:52px}.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title::after{content:"";position:absolute;left:calc(-1 * var(--wp--preset--spacing--30));right:calc(-1 * var(--wp--preset--spacing--30));bottom:0;height:1px;background:#8080801d}.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title img{max-height:42px!important;height:auto!important;width:auto!important}.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title .site-title{font-size:1.25rem;font-weight:700;color:var(--wp--preset--color--foreground);text-transform:uppercase;letter-spacing:-.02em;box-sizing:border-box;line-height:1.15}.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content{padding-top:var(--wp--preset--spacing--30)}.has-modal-open .wp-block-navigation__responsive-container-close{background-color:var(--wp--preset--color--tertiary);padding:.625rem;border-radius:100%;top:-2.5px!important}.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .wp-block-navigation__container{gap:0!important;width:100%}.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navrigation__containe,.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__container ul{row-gap:0.75rem!important;width:-webkit-fill-available;max-width:100%}.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content>ul.wp-block-navigation__container>li.wp-block-navigation-item:not(.wp-block-navigation__submenu-container){border-bottom:1px solid #8080801d;padding-top:.75rem;padding-bottom:.75rem;width:-webkit-fill-available;max-width:100%}.has-modal-open .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{padding:.75rem .75rem 0 0.75rem!important;gap:0.75rem!important}.has-modal-open .wp-block-navigation__responsive-container:not(.disable-default-overlay) .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container>li:not(.wp-block-navigation__submenu-container)>a.wp-block-navigation-item__content{font-size:1.25rem;font-weight:600}.has-modal-open .wp-block-navigation__responsive-container:not(.disable-default-overlay) .wp-block-navigation__submenu-container{padding-top:0.75rem!important}.has-modal-open .wp-block-navigation__responsive-container:not(.disable-default-overlay) .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container .wp-block-navigation-submenu .wp-block-navigation-item a{font-size:1rem!important}html.has-modal-open header.wp-block-template-part,html.has-modal-open header.wp-block-template-part :has(.wp-block-navigation__responsive-dialog){backdrop-filter:none!important;transform:none!important;translate:none!important;filter:none!important;animation:none!important}html.has-modal-open body:has(.entry-content>.ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass) .ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass,html.has-modal-open body:not(:has(.entry-content>.ext-hero-section.ext-hero-section--full-screen:first-child)) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass) .ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass{animation:none!important;backdrop-filter:none!important;translate:none!important}@media (max-width:781px){body:not(:has(.wp-block-navigation__responsive-container.disable-default-overlay)) header.wp-block-template-part :is(.ext-nav-extras-phone,.ext-nav-extras-btn,.ext-nav-extras-social):not(.ext-nav-extras-mobile *){display:none}header.wp-block-template-part .ext-nav-extras:not(:has(nav,.wp-block-navigation)){display:none}}.ext-nav-extras-mobile{display:none}.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile{display:flex;flex-direction:column;align-items:stretch;gap:var(--wp--preset--spacing--20);margin-top:var(--wp--preset--spacing--30)}.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .wp-block-button{width:100%}.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .wp-block-button__link{display:block;text-align:center;width:100%}.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .ext-nav-extras-phone,.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .ext-nav-extras-phone a,.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .ext-nav-extras-phone p{font-size:1.25rem!important;font-weight:600!important}.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .wp-block-social-link{width:32px;height:32px}.has-modal-open .wp-block-navigation__responsive-dialog .ext-nav-extras-mobile .wp-social-link svg{width:28px;height:28px}.wp-block-navigation .wp-block-navigation-item a:hover,.wp-block-navigation .wp-block-navigation-item a:focus{text-decoration:underline;text-decoration-style:solid}nav .wp-block-pages-list__item.wp-block-navigation-item.menu-item-home{display:none}.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay){padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)}.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay){padding-top:clamp(1rem, var(--wp--style--root--padding-top), 20rem);padding-right:clamp(1rem, var(--wp--style--root--padding-right), 20rem);padding-bottom:clamp(1rem, var(--wp--style--root--padding-bottom), 20rem);padding-left:clamp(1rem, var(--wp--style--root--padding-left), 20rem)}.wp-element-button{transition:background-color 0.15s ease}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):hover,.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover{background-color:rgb(159 159 159 / .2)}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:var(--wp--custom--blocks--core-table--variant-stripes--color--background,var(--wp--preset--color--tertiary))}footer.wp-block-template-part:not([style*="margin-top"]){margin-top:0}blockquote:is(.is-style-plain){border:none;padding-left:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border-color:var(--wp--custom--elements--input--border--color);border-radius:var(--wp--custom--elements--button--border--radius);border-width:var(--wp--custom--elements--input--border--width)}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border-color:#fff0}.wp-block-search .wp-block-search__input{border-radius:var(--wp--custom--elements--button--border--radius)}.wp-block-image[style*="-radius"]:not([style*="overflow"]){overflow:hidden}.block-editor-block-list__block.wp-block.is-default-size.wp-block-site-logo .components-resizable-box__container,.wp-block-site-logo.is-default-size img{max-height:42px!important;height:auto!important;width:auto!important}.wp-block-site-logo img[src*="extendify-demo-"],.wp-block-site-logo img[src*="ext-custom-logo-"]{filter:var(--wp--preset--duotone--primary-foreground);min-width:40px}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}input,textarea{caret-color:inherit;outline-color:inherit}:where(.wp-block-post-comments-form) input:not([type="submit"]),:where(.wp-block-post-comments-form) textarea{background-color:var(--wp--preset--color--background);color:var(--wp--preset--color--foreground);border-color:inherit}.woocommerce-Tabs-panel--description h2,.woocommerce-Reviews-title{font-size:var(--wp--preset--font-size--medium)}.wp-block-button.wc-block-components-product-button{flex-direction:row;flex-wrap:wrap;justify-content:start;gap:1rem}.wp-block-button.wc-block-components-product-button a.added_to_cart{margin-top:0}.woocommerce-checkout.woocommerce-page header.wp-block-template-part nav.wp-block-navigation{visibility:hidden}.wp-site-blocks .wp-block-group.woocommerce.product{margin-top:0;margin-bottom:0}.wc-block-product-template__responsive{grid-row-gap:2rem}.wc-block-components-product-button__button{z-index:1}.sticky-header-offset-container .entry-content>.wp-block-group{scroll-margin-top:var(--wp--preset--spacing--60)}:not(.block-editor-block-preview__content-iframe) .has-tertiary-background-color.has-background [class*="is-style-ext-preset--group--"][class*="item-card-1"]:not(.has-background){background-color:var(--wp--preset--color--background)}:not(.block-editor-block-preview__content-iframe) .has-tertiary-background-color.has-background [class*="is-style-ext-preset--group--"][class*="item-card-1"]:not(.has-background)::before{background-color:var(--wp--preset--color--background)!important}:not(.block-editor-block-preview__content-iframe) .has-tertiary-background-color.has-background [class*="is-style-ext-preset--image--"]:not(.has-background)::before{background-color:var(--wp--preset--color--tertiary)!important}:not(.block-editor-block-preview__content-iframe) .has-tertiary-background-color.has-background [class*="is-style-ext-preset--group--"][class*="item-card-1"]::before,:not(.block-editor-block-preview__content-iframe) .has-tertiary-background-color.has-background [class*="is-style-ext-preset--media-text--"]::before{background-color:var(--wp--preset--color--background)!important}.block-editor-block-preview__content-iframe [class*="is-style-ext-preset--group--natural-1"][class*="item-card-1"]{background-color:transparent!important}:root{--grid-vector-bg:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQ0MCAxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxnIG9wYWNpdHk9IjAuMDkiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utb3BhY2l0eT0iMC43IiBzdHJva2Utd2lkdGg9IjEuMjYwNyI+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI2MjQuOTk1IiB4Mj0iMTQ2MC45NiIgeTI9IjYyNC45OTUiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI5NDcuNzMzIiB4Mj0iMTQ2MC45NiIgeTI9Ijk0Ny43MzMiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIzMDIuMjU2IiB4Mj0iMTQ2MC45NiIgeTI9IjMwMi4yNTYiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI0NjMuNjI0IiB4Mj0iMTQ2MC45NiIgeTI9IjQ2My42MjQiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI3ODYuMzYyIiB4Mj0iMTQ2MC45NiIgeTI9Ijc4Ni4zNjIiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIxNDAuODg1IiB4Mj0iMTQ2MC45NiIgeTI9IjE0MC44ODUiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI1NDQuMzExIiB4Mj0iMTQ2MC45NiIgeTI9IjU0NC4zMTEiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSI4NjcuMDQ5IiB4Mj0iMTQ2MC45NiIgeTI9Ijg2Ny4wNDkiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIyMjEuNTczIiB4Mj0iMTQ2MC45NiIgeTI9IjIyMS41NzMiIC8+CiAgICA8bGluZSB4MT0iLTUwLjYxNzIiIHkxPSIzODIuOTQiIHgyPSIxNDYwLjk2IiB5Mj0iMzgyLjk0IiAvPgogICAgPGxpbmUgeDE9Ii01MC42MTcyIiB5MT0iNzA1LjY4MiIgeDI9IjE0NjAuOTYiIHkyPSI3MDUuNjgyIiAvPgogICAgPGxpbmUgeDE9Ii01MC42MTcyIiB5MT0iNjAuMjAxNyIgeDI9IjE0NjAuOTYiIHkyPSI2MC4yMDE3IiAvPgogICAgPGxpbmUgeDE9IjY0Mi4xMzgiIHkxPSItNDguODQ3NyIgeDI9IjY0Mi4xMzgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjMxOS4zOTgiIHkxPSItNDguODQ3NyIgeDI9IjMxOS4zOTgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9Ijk2NC44NzQiIHkxPSItNDguODQ3NyIgeDI9Ijk2NC44NzQiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjEyODcuNjEiIHkxPSItNDguODQ3NyIgeDI9IjEyODcuNjEiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjE1OC4wMjgiIHkxPSItNDguODQ3NyIgeDI9IjE1OC4wMjgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjgwMy41MDQiIHkxPSItNDguODQ3NyIgeDI9IjgwMy41MDQiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjQ4MC43NjgiIHkxPSItNDguODQ3NyIgeDI9IjQ4MC43NjgiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjExMjYuMjQiIHkxPSItNDguODQ3NyIgeDI9IjExMjYuMjQiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9Ijc3LjM0NTIiIHkxPSItNDguODQ3NyIgeDI9Ijc3LjM0NTEiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjcyMi44MjIiIHkxPSItNDguODQ3NyIgeDI9IjcyMi44MjIiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjQwMC4wODEiIHkxPSItNDguODQ3NyIgeDI9IjQwMC4wODEiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjEwNDUuNTYiIHkxPSItNDguODQ3NyIgeDI9IjEwNDUuNTYiIHkyPSIxMTE4LjU2IiAvPgogICAgPGxpbmUgeDE9IjEzNjguMyIgeTE9Ii00OC44NDc3IiB4Mj0iMTM2OC4zIiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSIyMzguNzE1IiB5MT0iLTQ4Ljg0NzciIHgyPSIyMzguNzE1IiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSI4ODQuMTkyIiB5MT0iLTQ4Ljg0NzciIHgyPSI4ODQuMTkyIiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSI1NjEuNDUxIiB5MT0iLTQ4Ljg0NzciIHgyPSI1NjEuNDUxIiB5Mj0iMTExOC41NiIgLz4KICAgIDxsaW5lIHgxPSIxMjA2LjkzIiB5MT0iLTQ4Ljg0NzciIHgyPSIxMjA2LjkzIiB5Mj0iMTExOC41NiIgLz4KICA8L2c+CiAgPGcgb3BhY2l0eT0iMC41IiBmaWxsPSJjdXJyZW50Q29sb3IiPgogICAgPHJlY3QgeD0iODAzLjU2MyIgeT0iNzg2LjMwNSIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjQiIC8+CiAgICA8cmVjdCB4PSI0MDAuMTQiIHk9Ijc4Ni4zMDUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjExMjYuNzYiIHk9IjIyMi40MyIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iNzkuMDgwMSIgZmlsbC1vcGFjaXR5PSIwLjA4IiAvPgogICAgPHJlY3QgeD0iNDgwLjM2NyIgeT0iNDY0LjIwMyIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iNzkuMDgwMSIgZmlsbC1vcGFjaXR5PSIwLjEzIiAvPgogICAgPHJlY3QgeD0iMTA0NS4zOSIgeT0iMzAyLjY1NiIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iNzkuMDgwMSIgZmlsbC1vcGFjaXR5PSIwLjAzIiAvPgogICAgPHJlY3QgeD0iMzk5Ljk5NCIgeT0iMjIyLjQzIiB3aWR0aD0iODAuMjI2MiIgaGVpZ2h0PSI3OS4wODAxIiBmaWxsLW9wYWNpdHk9IjAuMTMiIC8+CiAgICA8cmVjdCB4PSIxMDQ1LjM5IiB5PSIyMjIuNDMiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9Ijc5LjA4MDEiIGZpbGwtb3BhY2l0eT0iMC4wOCIgLz4KICAgIDxyZWN0IHg9IjM5OS45OTQiIHk9IjQ2NC4yMDMiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9Ijc5LjA4MDEiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9IjMxOS45MTQiIHk9Ijc4Ni4zMDUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjMxOS45MTQiIHk9Ijg2Ni41MzEiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgxLjM3MjMiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjE1OC4zMTUiIHk9IjcwNi4wNzgiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9Ijk2NS4xNjIiIHk9IjYwLjgzMiIgd2lkdGg9IjgwLjIyNjIiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjEzIiAvPgogICAgPHJlY3QgeD0iODg0LjA1OSIgeT0iLTE5Ljg1NTUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9Ijc5LjUwNjIiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9Ijg4NC4wNTkiIHk9IjYwLjQwMjMiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjAyODUiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9IjE1OC4zMTUiIHk9IjEzOS45MSIgd2lkdGg9IjgxLjM3MjMiIGhlaWdodD0iODIuNTE4NCIgZmlsbC1vcGFjaXR5PSIwLjE4IiAvPgogICAgPHJlY3QgeD0iNzYuOTQzNCIgeT0iNTkuNjgzNiIgd2lkdGg9IjgxLjM3MjMiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjE4IiAvPgogICAgPHJlY3QgeD0iLTMuMjgzMiIgeT0iNjAuODI4MSIgd2lkdGg9IjgxLjM3MjMiIGhlaWdodD0iODAuMjI2MiIgZmlsbC1vcGFjaXR5PSIwLjE4IiAvPgogICAgPHJlY3QgeD0iNzYuOTQzNCIgeT0iMTM5LjkxIiB3aWR0aD0iODEuMzcyMyIgaGVpZ2h0PSI4Mi41MTg0IiBmaWxsLW9wYWNpdHk9IjAuMTgiIC8+CiAgICA8cmVjdCB4PSI0MDAuMTQxIiB5PSItMjAuNTQzIiB3aWR0aD0iODEuMzcyMyIgaGVpZ2h0PSI4MC4yMjYyIiBmaWxsLW9wYWNpdHk9IjAuMiIgLz4KICAgIDxyZWN0IHg9IjE1OC4zMTUiIHk9IjMwMS41MDgiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgxLjM3MjMiIGZpbGwtb3BhY2l0eT0iMC4xOCIgLz4KICAgIDxyZWN0IHg9IjExMjYuNzYiIHk9IjcwNi4wNzgiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICAgIDxyZWN0IHg9IjEyMDYuOTkiIHk9Ijc4Ni4zMDUiIHdpZHRoPSI4MC4yMjYyIiBoZWlnaHQ9IjgwLjIyNjIiIGZpbGwtb3BhY2l0eT0iMC4xMyIgLz4KICA8L2c+Cjwvc3ZnPg==");
}

/*
 * CSS related to prism vibe
 */

/*
 * CSS related to wave vibe
 */

[class*="is-style-ext-preset--group--"][class*="--section"].has-tertiary-background-color:has(
+ .has-background-background-color > .wp-block-cover.alignfull
)::after {
	content: none !important;
}

[class*="is-style-ext-preset--group--"][class*="--section"].has-tertiary-background-color:has(
+ .has-background-background-color > .wp-block-cover.alignfull
) {
	margin-bottom: 0 !important;
}

[class*="is-style-ext-preset--group--"][class*="--section"].has-background-background-color:has(.wp-block-cover.alignfull) + .has-tertiary-background-color::before {
	content: none !important;
}

[class*="is-style-ext-preset--group--"][class*="--section"].has-background-background-color:has(.wp-block-cover.alignfull) + .has-tertiary-background-color {
	margin-top: 0 !important;
}

/*
 * utilities
 */

.m-0 {
	margin: 0 !important;
}

.z-0 {
	z-index: 0 !important;
}

.z-10 {
	z-index: 10 !important;
}

.z-20 {
	z-index: 20 !important;
}

.z-30 {
	z-index: 30 !important;
}


.d-none {
	display: none;
}

.d-block {
	display: block;
}

@media (min-width: 640px) {

	.sm-d-none {
		display: none;
	}

	.sm-d-block {
		display: block;
	}
}

@media (min-width: 768px) {

	.md-d-none {
		display: none;
	}

	.md-d-block {
		display: block;
	}
}

@media (min-width: 1024px) {

	.lg-d-none {
		display: none;
	}

	.lg-d-block {
		display: block;
	}
}

/* RTL-only fix for Gutenberg Group left justification */

[dir="rtl"] [class*="wp-container-core-group-is-layout-"].ext-is-logical-start.is-content-justification-left > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-inline-start: 0 !important;
	margin-inline-end: auto !important;
}

.no-underline,
.no-underline a {
	text-decoration: none;
}

/* CSS for extendify-agent vibe previews */

.extendify-agent .preview-is-style-ext-preset--group--matrix-1--section .preview-is-style-ext-preset--group--matrix-1--item-card-1--align-center {
	border: solid 6px color-mix(in oklab, var(--wp--preset--color--foreground) 10%, transparent) !important;
}


.extendify-agent .preview-is-style-ext-preset--group--wave-1--section {
	--wave-ratio: 1440 / 80;
	overflow: visible;
}

.extendify-agent .preview-is-style-ext-preset--group--wave-1--section .preview-is-style-ext-preset--group--wave-1--item-card-1--align-center {
	position: relative;
	overflow: visible;
}

.extendify-agent .preview-is-style-ext-preset--group--wave-1--section .preview-is-style-ext-preset--group--wave-1--item-card-1--align-center::after {
	content: "";
	position: absolute;
	width: 150%;
	left: 50%;
	transform: translateX(-35%);
	aspect-ratio: var(--wave-ratio);
	background-color: var(--wp--preset--color--background);
	-webkit-mask: var(--wave-mask) no-repeat center / 100% 100%;
	mask: var(--wave-mask) no-repeat center / 100% 100%;
	bottom: -1px;
	pointer-events: none;
	z-index: 1;
}

.extendify-agent .preview-is-style-ext-preset--group--wave-1--section .preview-is-style-ext-preset--group--wave-1--item-card-1--align-center::before {
	content: "";
	position: absolute;
	width: 150%;
	left: 50%;
	transform: translateX(-65%) scale(-1, -1);
	aspect-ratio: var(--wave-ratio);
	background-color: var(--wp--preset--color--background);
	-webkit-mask: var(--wave-mask) no-repeat center / 100% 100%;
	mask: var(--wave-mask) no-repeat center / 100% 100%;
	top: -1px;
	pointer-events: none;
	z-index: 1;
}

/*
 * --------------------------------------------------------
 *  Modular Header System
 * --------------------------------------------------------
 *
 *  Layout (positioning):
 *    - .ext-header-sticky    → position: sticky + admin-bar handling
 *    - .ext-header-overlay   → hero section overlap (negative margin)
 *
 *  Appearance:
 *    - .ext-header-glass     → static glassmorphism (bg + blur + radius)
 *    - .ext-header--dark     → dark color scheme: white text + dark scrim/glass tint
 *
 *  Behavior:
 *    - .ext-header-sticky--floating-pill → scroll-driven intensification of glass + layout shift
 *
 *  Compositions:
 *    - ext-header-sticky                                                                          → just sticky, theme bg
 *    - ext-header-overlay                                                                         → overlay, transparent
 *    - ext-header-overlay ext-header--dark                                                        → overlay + dark scrim + white text
 *    - ext-header-sticky ext-header-glass                                                         → static glass header
 *    - ext-header-sticky ext-header-glass ext-header--dark                                        → static dark glass
 *    - ext-header-sticky ext-header-overlay ext-header-glass ext-header-sticky--floating-pill   → animated glass over hero
 *    - + ext-header--dark on the above                                                            → animated DARK glass over hero
 */

:root {
	--ext-header-height: 96px;
	--ext-header-offset: 1rem;
	--ext-header-blur-start: 4px;
	--ext-header-blur-end: 12px;
	--ext-header-bg-opacity-start: 0.75;
	--ext-header-bg-opacity-end: 0.95;
	--ext-header-padding: 1.5rem;
	--ext-header-animation-distance: 100px;
	--ext-header-glass-tint-dark: #ffffff;
	--ext-header-glass-tint-dark-end: #101010;
	--ext-header-dark-logo-filter: brightness(0) invert(1);
}

body {
	timeline-scope: --ext-hero-timeline;
}

/* ===========================================================
   Layout: ext-header-sticky
   =========================================================== */
header.wp-block-template-part:has(.ext-header-sticky) {
	position: sticky;
	top: 0;
	z-index: 12;
}

/* Default bg for sticky headers without glass.
   Glass headers leave the wrapper transparent so the inner glass element shows through. */
header.wp-block-template-part:has(.ext-header-sticky):not(:has(.ext-header-glass)):not(.has-background) {
	background-color: var(--wp--preset--color--background);
}

body.admin-bar header.wp-block-template-part:has(.ext-header-sticky) {
	top: var(--wp-admin--admin-bar--position-offset, var(--wp-admin--admin-bar--height, 32px));
}

@media (max-width: 782px) {

	body.admin-bar header.wp-block-template-part:has(.ext-header-sticky) {
		top:0;
	}
}

html:has(.ext-header-sticky) {
	scroll-padding-top: var(--ext-header-height);
}

/* ===========================================================
   Layout: ext-header-overlay (hero overlap)
   =========================================================== */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-overlay):not(:has(.ext-header-sticky)) {
	position: relative;
	top: 0;
	z-index: 12;
}

body:has(.ext-header-overlay) .entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child {
	margin-top: calc(-1 * var(--ext-header-height)) !important;
	position: relative;
	z-index: 0;
}

/* Overlay over hero: wrapper goes transparent so the hero shows through.
   Reverts to default theme bg once .is-past-hero is added or on subpages without a hero. */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-overlay):not(.is-past-hero):not(:has(.ext-header-glass)) {
	background-color: transparent;
}

/* ===========================================================
   Appearance: ext-header-glass (static glassmorphism)
   - --ext-header-glass-color-start: tint during the frosted/initial state
   - --ext-header-glass-color-end: tint at the solid/scrolled state
   - Static glass shows the end state (most readable)
   =========================================================== */
.ext-header-glass {
	--ext-header-glass-color-start: var(--wp--preset--color--background);
	--ext-header-glass-color-end: var(--wp--preset--color--background);
}

header.wp-block-template-part:has(.ext-header-glass) .ext-header-glass {
	background-color: oklch(from var(--ext-header-glass-color-end) l c h / var(--ext-header-bg-opacity-end));
	backdrop-filter: blur(var(--ext-header-blur-end));
	border-radius: 1rem;
}

/* ===========================================================
   Color: ext-header--dark
   - Sets shared scrim/glass color variable
   - Wrapper gets white text when used with overlay or glass
   - Inner blocks reset their colors to inherit
   =========================================================== */
/* Dark variant only takes effect on pages with a fullscreen hero.
   On subpages, dark+glass falls back to the light glass defaults. */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) .ext-header-glass.ext-header--dark {
	--ext-header-glass-color-start: var(--ext-header-glass-tint-dark);
	--ext-header-glass-color-end: var(--ext-header-glass-tint-dark-end);
	--ext-header-bg-opacity-start: 0.06;
	--ext-header-bg-opacity-end: 0.85;
	--ext-header-blur-start: 16px;
	--ext-header-blur-end: 24px;
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) .ext-header-glass {
	border: 1px solid rgb(255 255 255 / 0.12);
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) {
	color: #fff;
}

/* Top-fade scrim on the hero's cover block — softer falloff than a header-bound gradient.
   Flat (non-nested) :has() check on body so the rule reliably matches on hero pages
   that use an overlay+dark header.
   Fades out via opacity once the smart-sticky JS adds .is-past-hero on the header,
   in sync with the header reverting to its default theme appearance. */
body:has(.ext-header-overlay.ext-header--dark) .ext-hero-section--full-screen .wp-block-cover::after {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: calc(var(--ext-header-height) * 3);
	transition: opacity 300ms ease;
	background: linear-gradient(
		to bottom,
		rgb(0 0 0 / 0.50) 0%,
		rgb(0 0 0 / 0.25) 50%,
		rgb(0 0 0 / 0.05) 80%,
		rgb(0 0 0 / 0) 100%
	);
	pointer-events: none;
	z-index: 1;
}

/* Past-hero: fade the scrim out so the hero image returns to its natural look,
   matching the header reverting to default theme bg + colors. */
body:has(header.wp-block-template-part.is-past-hero) .ext-hero-section--full-screen .wp-block-cover::after {
	opacity: 0;
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) {
	color: #fff;
}

/* Inner-block dark overrides — fire only on hero pages with a dark backdrop.
   Overlay+dark drops out at .is-past-hero (header has reverted to default theme).
   Glass+dark keeps firing past-hero because the glass stays dark via its own animation. */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) :where(a, button, .wp-block-site-title):not(.has-background, .wp-block-button__link, .cloned-for-mobile, .cloned-for-mobile *),
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) :where(a, button, .wp-block-site-title):not(.has-background, .wp-block-button__link, .cloned-for-mobile, .cloned-for-mobile *) {
	color: inherit;
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) .wp-social-link:not(.cloned-for-mobile, .cloned-for-mobile *),
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) .wp-social-link:not(.cloned-for-mobile, .cloned-for-mobile *) {
	color: #fff !important;
}

/* Phone CTA: force white over the dark hero. Needed because the paragraph carries
   WP's wp-elements-* link-color rule (preset primary), which beats .has-text-color
   inheritance on the inner <a>. Drops out at .is-past-hero so the phone reverts to theme. */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) :is(.ext-nav-extras-phone, .ext-nav-extras-phone a):not(.cloned-for-mobile, .cloned-for-mobile *),
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) :is(.ext-nav-extras-phone, .ext-nav-extras-phone a):not(.cloned-for-mobile, .cloned-for-mobile *) {
	color: #fff !important;
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) svg:not(.cloned-for-mobile *),
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) svg:not(.cloned-for-mobile *) {
	fill: currentColor;
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) :is(.wp-block-site-logo, .wp-duotone-primary-foreground):not(.cloned-for-mobile, .cloned-for-mobile *),
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) :is(.wp-block-site-logo, .wp-duotone-primary-foreground):not(.cloned-for-mobile, .cloned-for-mobile *) {
	filter: var(--ext-header-dark-logo-filter);
}

/* Nav-extras CTA: white pill + dark text for contrast against the dark hero scrim.
   Drops out at .is-past-hero so the button returns to its preset styling. */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:not(.is-past-hero):has(.ext-header-overlay.ext-header--dark) .ext-nav-extras-btn:not(.cloned-for-mobile, .cloned-for-mobile *) .wp-block-button__link,
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-glass.ext-header--dark) .ext-nav-extras-btn:not(.cloned-for-mobile, .cloned-for-mobile *) .wp-block-button__link {
	background-color: #fefefe !important;
	color: #060606 !important;
}

/* Sticky non-glass headers: smooth shadow/bg transitions (toggle on .is-scrolled / .is-past-hero) */
header.wp-block-template-part:has(.ext-header-sticky):not(:has(.ext-header-glass)) {
	transition: background-color 300ms ease, box-shadow 300ms ease;
}

/* Floating-pill: smooth the top change when .is-scrolled toggles, so the
   header doesn't snap up when scrolling past the admin bar. */
header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
	transition: top 300ms ease;
}

/* Subpage elevation shadow: appears when user scrolls (no hero on the page) */
body:not(:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child)) header.wp-block-template-part.is-scrolled:has(.ext-header-sticky):not(:has(.ext-header-glass)) {
	box-shadow: 0 4px 24px -8px rgb(0 0 0 / 0.08);
}

/* Smart sticky transitions: smooth color/filter changes when toggling .is-past-hero */
header.wp-block-template-part:has(.ext-header--dark) {
	transition: background-color 300ms ease, color 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

header.wp-block-template-part:has(.ext-header--dark) :where(a, button, .wp-block-site-title, .wp-social-link) {
	transition: color 300ms ease;
}

header.wp-block-template-part:has(.ext-header--dark) .wp-block-site-logo {
	transition: filter 300ms ease;
}

/* Past-hero: any sticky+overlay gets solid theme bg + elevation shadow.
   Glass headers are excluded — they manage their own scroll visuals. */
header.wp-block-template-part.is-past-hero:has(.ext-header-sticky.ext-header-overlay):not(:has(.ext-header-glass)) {
	background-color: var(--wp--preset--color--background);
	box-shadow: 0 4px 24px -8px rgb(0 0 0 / 0.08);
}

/* Past-hero on dark variant: also revert white text / inverted logo / forced social color */
header.wp-block-template-part.is-past-hero:has(.ext-header-overlay.ext-header--dark):not(:has(.ext-header-glass)) {
	color: var(--wp--preset--color--foreground);
}

header.wp-block-template-part.is-past-hero:has(.ext-header-overlay.ext-header--dark):not(:has(.ext-header-glass)) :where(a, button, .wp-block-site-title):not(.has-background, .wp-block-button__link) {
	color: inherit;
}

header.wp-block-template-part.is-past-hero:has(.ext-header-overlay.ext-header--dark):not(:has(.ext-header-glass)) .wp-social-link {
	color: var(--wp--preset--color--foreground) !important;
}

header.wp-block-template-part.is-past-hero:has(.ext-header-overlay.ext-header--dark):not(:has(.ext-header-glass)) .wp-block-site-logo {
	filter: brightness(1) invert(0);
}

/* ===========================================================
   Hero timeline (for scroll-driven animations)
   =========================================================== */
@supports (animation-timeline: scroll()) {

	.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child {
		view-timeline: --ext-hero-timeline block;
	}
}

/* ===========================================================
   Behavior: ext-header-sticky--floating-pill
   - Layout shift: header wrapper goes transparent + constrained width
   - When combined with .ext-header-glass, animates glass intensity
   =========================================================== */
header.wp-block-template-part .ext-header-sticky--floating-pill.ext-animate {
	opacity: 1 !important;
}

header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
	position: sticky;
	top: 0;
	z-index: 12;
	border-bottom: none;
}

body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
	position: sticky;
	top: var(--ext-header-offset);
	max-width: var(--wp--style--global--wide-size);
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	padding-inline: var(--wp--style--root--padding-right) var(--wp--style--root--padding-left);
}

/* Initial glass state (over hero): override static glass-end with start values */
body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass) .ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass {
	background-color: oklch(from var(--ext-header-glass-color-start) l c h / var(--ext-header-bg-opacity-start));
	backdrop-filter: blur(var(--ext-header-blur-start));
}

body.admin-bar:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
	top:
		calc(var(--ext-header-offset) +
		var(--wp-admin--admin-bar--position-offset, var(--wp-admin--admin-bar--height, 32px)));
	background-color: transparent;
}

@media (max-width: 782px) {
	body.admin-bar:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
		top:
			calc(var(--ext-header-offset) +
			var(--wp-admin--admin-bar--position-offset, var(--wp-admin--admin-bar--height, 46px)));
	}

	body.admin-bar:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part.is-scrolled:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
		top:var(--ext-header-offset);
	}
}


@supports (animation-timeline: scroll()) {

	body:not(:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child)) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill) {
		max-width: calc(var(--wp--style--global--wide-size) + var(--wp--style--root--padding-right) + var(--wp--style--root--padding-left));
		margin-left: auto;
		margin-right: auto;
	}

	@media (prefers-reduced-motion: no-preference) {

		body:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass) .ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass {
			animation: ext-header-glass-intensify linear both !important;
			animation-timeline: --ext-hero-timeline !important;
			animation-range: exit 0% exit 80% !important;
		}

		body:not(:has(.entry-content > .ext-hero-section.ext-hero-section--full-screen:first-child)) header.wp-block-template-part:has(.ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass) .ext-header-sticky.ext-header-sticky--floating-pill.ext-header-glass {
			animation: ext-header-glass-intensify-no-hero linear forwards !important;
			animation-timeline: scroll() !important;
			animation-range: 0 var(--ext-header-animation-distance) !important;
		}
	}
}

@keyframes ext-header-glass-intensify {

	from {
		background-color: oklch(from var(--ext-header-glass-color-start) l c h / var(--ext-header-bg-opacity-start));
		backdrop-filter: blur(var(--ext-header-blur-start));
	}

	to {
		background-color: oklch(from var(--ext-header-glass-color-end) l c h / var(--ext-header-bg-opacity-end));
		backdrop-filter: blur(var(--ext-header-blur-end));
		box-shadow: 0 14px 28px -10px rgb(0 0 0 / 0.14), 0 -14px 28px -10px rgb(0 0 0 / 0.14);
	}
}

@keyframes ext-header-glass-intensify-no-hero {

	from {
		background-color: oklch(from var(--ext-header-glass-color-start) l c h / var(--ext-header-bg-opacity-start));
		backdrop-filter: blur(var(--ext-header-blur-start));
		box-shadow: none;
		translate: 0 0;
		max-width: 100%;
		margin-inline: auto;
	}

	to {
		background-color: oklch(from var(--ext-header-glass-color-end) l c h / var(--ext-header-bg-opacity-end));
		backdrop-filter: blur(var(--ext-header-blur-end));
		box-shadow: 0 14px 28px -10px rgb(0 0 0 / 0.14), 0 -14px 28px -10px rgb(0 0 0 / 0.14);

		translate: 0 var(--ext-header-offset);
		max-width: var(--wp--style--global--wide-size);
		margin-inline: var(--wp--style--root--padding-right) var(--wp--style--root--padding-left);
		border-radius: 1rem;
	}
}

/* ===========================================================
   Vibe/gradient fix
   -----------------------------------------------------------
   Vibe block-style variations (e.g. is-style-ext-preset--group--*--header-1--N)
   paint a background gradient on the header. That gradient fights every
   over-hero / glass-tint / dark-scrim treatment we apply to overlay or glass
   headers, because the glass and overlay rules set background-COLOR while the
   variation sets a background-IMAGE that paints on top.
   Override the variation's background-image specifically (not the whole
   `background:` shorthand). That lets each header keep working in its
   natural design:
     - overlay non-glass: gets transparent bg over hero, theme bg past hero
     - glass: gets the glass tint (light by default, dark when --dark is set)
   On non-overlay / non-glass headers the variation gradient stays as-is.
   =========================================================== */
.ext-header-overlay[class*="is-style-ext-preset--"],
.ext-header-glass[class*="is-style-ext-preset--"] {
	background-image: none !important;
}

/* Temporary: a few template parts (e.g. no-title-sticky-header.html) wrap our
   header in another sticky <header>. Scope the fix to the three new headers
   (atlas-beacon, catalina-skyline, ceadar-peak) — they're the only ones
   using .ext-header-overlay, so older headers that intentionally rely on
   the wrapper's positioning aren't affected. display: contents removes the
   wrapper from layout entirely so its bg/border/sticky/box-shadow/
   wp-container-* styles don't apply. Remove once the upstream template
   stops wrapping. */
header:has(> header.wp-block-template-part :where(.ext-header-overlay)) {
	display: contents;
}

.formlayer-form label {
display: block;
margin-bottom: 8px;
font-weight: 600;
color: #1e293b;
font-size: 14px;
}

.formlayer-form input[type="text"],
.formlayer-form input[type="email"],
.formlayer-form input[type="number"],
.formlayer-form input[type="tel"],
.formlayer-form input[type="date"],
.formlayer-form input[type="password"],
.formlayer-form input[type="url"],
.formlayer-form textarea {
width: 100%;
padding: 12px 16px;
border: 1.5px solid #e2e8f0;
border-radius: 10px;
font-size: 15px;
color: #1d2327;
background: #fff;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-sizing: border-box;
box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.formlayer-form select {
width: 100%;
height: 48px;
padding: 0 40px 0 16px;
border: 1.5px solid #e2e8f0;
border-radius: 10px;
font-size: 15px;
color: #1d2327;
background: #fff;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-sizing: border-box;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 16px center;
background-size: 16px;
cursor: pointer;
box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.formlayer-form input:focus,
.formlayer-form textarea:focus,
.formlayer-form select:focus {
outline: none;
border-color: #5525d6;
box-shadow: 0 0 0 4px rgba(85, 37, 214, 0.12);
transform: translateY(-1px);
}

.formlayer-form textarea {
min-height: 120px;
resize: vertical;
line-height: 1.6;
}

.formlayer-submit-btn {
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 0 24px;
height: 46px;
background: #5525d6;
color: #fff;
border: none;
border-radius: 10px;
font-weight: 700;
font-size: 15px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(85, 37, 214, 0.2);
box-sizing: border-box;
text-decoration: none;
line-height: 1;
}

.formlayer-submit-btn:hover {
background: #441eb1;
transform: translateY(-1px);
box-shadow: 0 6px 15px rgba(85, 37, 214, 0.3);
}

/* Loading State */
.formlayer-submit-btn.loading {
color: transparent !important;
position: relative;
pointer-events: none;
opacity: 0.8;
}

.formlayer-submit-btn.loading::after {
content: "";
position: absolute;
width: 20px;
height: 20px;
top: 50%;
left: 50%;
margin: -10px 0 0 -10px;
border: 3px solid rgba(255, 255, 255, 0.3);
border-top-color: #fff;
border-radius: 50%;
animation: fl-button-spin 0.8s ease-in-out infinite;
}

@keyframes fl-button-spin {
to { transform: rotate(360deg); }
}

.formlayer-form .required-indicator {
color: #ef4444;
margin-left: 4px;
}

.formlayer-radio-group,
.formlayer-check-wrap {
display: flex;
flex-direction: column;
gap: 12px;
}

.formlayer-radio-group label,
.formlayer-check-wrap label {
display: flex;
align-items: center;
gap: 10px;
font-weight: 400;
cursor: pointer;
}

/* Label Placement */
.formlayer-field-wrap {
margin-bottom: 24px;
display: flex;
flex-direction: column;
}

.formlayer-field-wrap.label-top {
flex-direction: column;
}

.formlayer-field-wrap.label-left,
.formlayer-field-wrap.label-right {
flex-direction: row;
align-items: center;
gap: 20px;
flex-wrap: nowrap;
}

.formlayer-field-wrap.label-left .formlayer-label,
.formlayer-field-wrap.label-right .formlayer-label {
width: 30%;
min-width: 120px;
margin-bottom: 0;
padding-top: 0;
}

.formlayer-field-wrap.label-right .formlayer-label {
order: 2;
}

.formlayer-field-wrap.label-right .formlayer-input {
order: 1;
}

.formlayer-field-wrap.label-hidden .formlayer-label {
display: none;
}

.formlayer-help-text {
width: 100%;
font-size: 12px;
color: #94a3b8;
margin-top: 8px;
font-style: italic;
}

.formlayer-field-wrap.label-left .formlayer-help-text,
.formlayer-field-wrap.label-right .formlayer-help-text {
margin-left: calc(30% + 20px);
}

.formlayer-submit-wrap {
margin-top: 20px;
}

.formlayer-success-message {
background: #ffffff;
color: #1e293b;
padding: 20px 24px;
border-radius: 8px;
margin-bottom: 24px;
border: 1px solid #e2e8f0;
font-size: 16px;
font-weight: 400;
line-height: 1.6;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
animation: flFadeInSlide 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.formlayer-error-message {
background: #fef2f2;
color: #991b1b;
padding: 16px 20px;
border-radius: 10px;
margin-bottom: 24px;
border: 1px solid rgba(239, 68, 68, 0.2);
border-left: 4px solid #ef4444;
font-size: 14px;
font-weight: 500;
line-height: 1.5;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
animation: flFadeInSlide 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.formlayer-error {
background: #fef2f2;
color: #991b1b;
padding: 18px 20px;
border-radius: 10px;
border: 1px solid rgba(239, 68, 68, 0.2);
border-left: 4px solid #ef4444;
margin: 24px 0;
text-align: left;
font-size: 14px;
font-weight: 500;
line-height: 1.5;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
animation: flFadeInSlide 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes flFadeInSlide {
from {
opacity: 0;
transform: translateY(6px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
/* Submit Button Customization */
.formlayer-submit-wrap.align-center {
display: flex;
justify-content: center;
}
.formlayer-submit-wrap.align-right {
display: flex;
justify-content: flex-end;
}
.formlayer-submit-wrap.align-full .formlayer-submit-btn {
width: 100%;
}

.formlayer-submit-btn.btn-sm {
height: 38px;
padding: 0 16px;
font-size: 13px;
}
.formlayer-submit-btn.btn-md {
height: 46px;
padding: 0 24px;
font-size: 15px;
}
.formlayer-submit-btn.btn-lg {
height: 56px;
padding: 0 32px;
font-size: 17px;
}


/* Force auto width for submit button by default */
.formlayer-submit-btn {
width: auto !important;
max-width: 100% !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
}

.align-full .formlayer-submit-btn {
width: 100% !important;
display: flex !important;
}


/* Container Layouts Frontend */
.formlayer-container {
display: grid;
gap: 20px;
margin-bottom: 24px;
width: 100%;
}

.formlayer-container.grid-cols-1 { grid-template-columns: 1fr; }
.formlayer-container.grid-cols-2 { grid-template-columns: 1fr 1fr; }
.formlayer-container.grid-cols-3 { grid-template-columns: 1fr 1fr 1fr; }
.formlayer-container.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 768px) {
.formlayer-container.grid-cols-2,
.formlayer-container.grid-cols-3,
.formlayer-container.grid-cols-4 {
grid-template-columns: 1fr;
}
}

.formlayer-html-content {
margin-bottom: 24px;
}

/* Name fields layout - requested to be on separate lines */
.formlayer-name-fields-wrap {
display: flex;
flex-direction: column;
gap: 15px;
}

/* Grid & Multi-column Layouts */
.formlayer-grid {
display: grid;
gap: 20px;
width: 100%;
}

.formlayer-grid-2 { grid-template-columns: 1fr 1fr; }
.formlayer-grid-3 { grid-template-columns: 1fr 1fr 1fr; }

.formlayer-sub-field {
display: flex;
flex-direction: column;
}

.formlayer-sub-field.full-width {
grid-column: 1 / -1;
}

.formlayer-sub-label {
font-size: 11px;
color: #64748b;
margin-top: 4px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 600;
}

/* Address Grid Improvements */
.formlayer-address-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
}

.formlayer-address-grid .full-width {
grid-column: 1 / -1;
margin-bottom: 5px;
}

.formlayer-address-grid .formlayer-sub-field:not(.full-width) {
margin-bottom: 5px;
}

/* Field items and spacing */
.formlayer-field-wrap {
margin-bottom: 28px;
}

/* Numeric and Date inputs */
.formlayer-form input[type="number"],
.formlayer-form input[type="date"],
.formlayer-form input[type="tel"] {
height: 48px;
}

.formlayer-date-wrap,
.formlayer-select-wrap {
position: relative;
width: 100%;
}

.formlayer-date-wrap .dashicons,
.formlayer-select-wrap .dashicons {
position: absolute;
left: 16px;
top: 50%;
transform: translateY(-50%);
color: #64748b;
pointer-events: none;
font-size: 18px;
z-index: 10;
}

.formlayer-form input[type="date"],
.formlayer-form select {
padding-left: 45px !important;
}

/* Options List */
.formlayer-options-list {
display: flex;
flex-direction: column;
gap: 10px;
}

.formlayer-option-label,
.formlayer-terms-wrap,
.formlayer-gdpr-wrap {
display: flex !important;
align-items: flex-start !important;
gap: 12px !important;
margin-bottom: 10px !important;
}

.formlayer-option-label input[type="radio"],
.formlayer-option-label input[type="checkbox"],
.formlayer-terms-wrap input[type="checkbox"],
.formlayer-gdpr-wrap input[type="checkbox"]{width:20px!important;height:20px!important;margin:2px 10px 0 0!important;cursor:pointer;accent-color:#5525d6!important;flex-shrink:0!important;vertical-align:middle!important;display:inline-block!important;opacity:1!important;visibility:visible!important;-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important}.formlayer-option-label span,.formlayer-terms-label,.formlayer-gdpr-label,.formlayer-gdpr-wrap .formlayer-gdpr-info span{line-height:1.5!important;display:inline-block!important;font-size:14px!important;font-weight:400!important;color:#334155!important}.formlayer-rating{display:flex;gap:8px}.formlayer-rating .dashicons{font-size:32px;width:32px;height:32px;color:#e2e8f0;cursor:pointer;transition:color 0.2s}.formlayer-rating .dashicons.active,.formlayer-rating .dashicons:hover,.formlayer-rating .dashicons:hover~.dashicons{color:#f59e0b}.formlayer-section-break{margin:32px 0 20px 0;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.formlayer-section-break h3{margin:0 0 5px 0!important;font-size:18px!important;color:#1e293b!important;font-weight:700!important;line-height:1.3!important;padding:0!important;border:none!important;background:none!important}.formlayer-section-break p{margin:5px 0 0 0!important;color:#64748b!important;font-size:13px!important;font-weight:400!important}.formlayer-file-upload-box{display:flex;align-items:center;gap:15px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 15px;width:100%;box-sizing:border-box;transition:all 0.2s}.formlayer-file-upload-box:hover{border-color:#5525d6;background:#f1f5f9}.formlayer-file-fake-btn{background:#5525d6;color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s;display:inline-block;white-space:nowrap}.formlayer-file-fake-btn:hover{background:#441eb1}.formlayer-file-chosen-name{font-size:14px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:600px){.formlayer-grid-2,.formlayer-address-grid,.formlayer-grid{grid-template-columns:1fr!important}}.formlayer-gdpr-info{line-height:1.4}.formlayer-gdpr-label{font-size:14px;color:#475569}.formlayer-gdpr-desc{font-size:12px;color:#64748b;margin-top:4px}