:root{--bg-blog-green:#11a661;--bg-blog-green-dark:#075c35;--bg-blog-green-deep:#064f2d;--bg-blog-mint:#eaf8f1;--bg-blog-mint-soft:#f5fbf8;--bg-blog-ink:#111827;--bg-blog-text:#334155;--bg-blog-muted:#667085;--bg-blog-border:#dfeee6;--bg-blog-card:#ffffff;--bg-blog-dark:#07111f;--bg-blog-shadow:0 18px 45px rgba(6,79,45,0.10);--bg-blog-shadow-soft:0 12px 30px rgba(17,24,39,0.06);--bg-blog-radius:22px;} html{scroll-padding-top:110px;} body{overflow-wrap:break-word;} .admin-bar .header-pro{top:32px;} .bg-blog-site{min-height:100vh;display:flex;flex-direction:column;background:#ffffff;color:var(--bg-blog-ink);} .bg-blog-main{flex:1 0 auto;} .bg-blog-container{width:min(1180px,calc(100% - 48px));margin-right:auto;margin-left:auto;} .bg-blog-narrow{width:min(820px,calc(100% - 48px));margin-right:auto;margin-left:auto;} .bg-blog-main img{max-width:100%;height:auto;} .bg-blog-main a{text-underline-offset:3px;} .bg-blog-main:focus-visible,.header-pro:focus-visible,.bg-footer:focus-visible{outline:3px solid rgba(17,166,97,0.38);outline-offset:3px;} .screen-reader-text{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;} .screen-reader-text:focus{z-index:100000;top:8px;left:8px;width:auto;height:auto;margin:0;padding:12px 16px;clip:auto !important;overflow:visible;border-radius:10px;background:#ffffff;color:var(--bg-blog-green-dark);box-shadow:var(--bg-blog-shadow);font-weight:900;text-decoration:none;} .bg-blog-hero{position:relative;overflow:hidden;padding:76px 0 72px;background:radial-gradient(circle at 82% 12%,rgba(37,211,102,0.20),transparent 31%),linear-gradient(90deg,#ffffff 0%,#ffffff 46%,#e9fbf2 100%);border-bottom:1px solid rgba(223,238,230,0.88);} .bg-blog-hero::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(7,92,53,0.035) 1px,transparent 1px),linear-gradient(90deg,rgba(7,92,53,0.035) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to right,transparent,rgba(0,0,0,0.55));} .bg-blog-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,0.52fr);gap:70px;align-items:center;} .bg-blog-eyebrow{display:inline-flex;align-items:center;min-height:30px;margin-bottom:16px;padding:7px 12px;border:1px solid #ccebd9;border-radius:999px;background:rgba(255,255,255,0.82);color:var(--bg-blog-green-dark);font-size:12px;line-height:1;font-weight:950;letter-spacing:0.09em;text-transform:uppercase;} .bg-blog-hero h1{max-width:760px;margin:0 0 18px;color:var(--bg-blog-ink);font-size:clamp(44px,5.8vw,76px);line-height:0.98;letter-spacing:-0.072em;} .bg-blog-hero__copy{max-width:690px;margin:0;color:var(--bg-blog-muted);font-size:18px;line-height:1.75;} .bg-blog-hero__panel{padding:30px;border:1px solid rgba(17,166,97,0.18);border-radius:26px;background:rgba(255,255,255,0.86);box-shadow:var(--bg-blog-shadow);backdrop-filter:blur(12px);} .bg-blog-hero__panel strong{display:block;margin-bottom:8px;color:var(--bg-blog-green-dark);font-size:22px;line-height:1.2;letter-spacing:-0.035em;} .bg-blog-hero__panel p{margin:0 0 16px;color:var(--bg-blog-muted);font-size:14px;line-height:1.7;} .bg-blog-hero__links{display:flex;flex-wrap:wrap;gap:9px;} .bg-blog-hero__links a{display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;border:1px solid #d7eee1;border-radius:999px;background:var(--bg-blog-mint-soft);color:var(--bg-blog-green-dark);font-size:13px;font-weight:900;text-decoration:none;} .bg-blog-hero__links a:hover{border-color:var(--bg-blog-green);background:var(--bg-blog-mint);} .bg-blog-breadcrumbs{padding:18px 0;border-bottom:1px solid #edf4f0;background:#ffffff;} .bg-blog-breadcrumbs__inner{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--bg-blog-muted);font-size:13px;font-weight:750;} .bg-blog-breadcrumbs a{color:var(--bg-blog-green-dark);text-decoration:none;} .bg-blog-breadcrumbs a:hover{text-decoration:underline;} .bg-blog-section{padding:76px 0;} .bg-blog-section--soft{background:var(--bg-blog-mint-soft);} .bg-blog-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px;} .bg-blog-section-heading__copy{max-width:730px;} .bg-blog-section-heading h2{margin:0 0 9px;color:var(--bg-blog-ink);font-size:clamp(30px,3.6vw,46px);line-height:1.08;letter-spacing:-0.055em;} .bg-blog-section-heading p{margin:0;color:var(--bg-blog-muted);line-height:1.7;} .bg-blog-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;} .bg-blog-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--bg-blog-border);border-radius:var(--bg-blog-radius);background:var(--bg-blog-card);box-shadow:var(--bg-blog-shadow-soft);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease;} .bg-blog-card:hover{transform:translateY(-3px);border-color:#cce8d9;box-shadow:var(--bg-blog-shadow);} .bg-blog-card__media{position:relative;display:block;aspect-ratio:16 / 9;overflow:hidden;background:radial-gradient(circle at 80% 10%,rgba(37,211,102,0.30),transparent 30%),linear-gradient(145deg,#e6f9ef,#c9f2dc);} .bg-blog-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform 0.3s ease;} .bg-blog-card:hover .bg-blog-card__media img{transform:scale(1.035);} .bg-blog-card__placeholder{position:absolute;inset:0;display:grid;place-items:center;color:var(--bg-blog-green-dark);font-size:15px;font-weight:950;letter-spacing:-0.02em;} .bg-blog-card__body{flex:1 1 auto;display:flex;flex-direction:column;padding:24px;} .bg-blog-card__meta,.bg-blog-entry-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 13px;margin-bottom:12px;color:var(--bg-blog-muted);font-size:12px;line-height:1.45;font-weight:800;} .bg-blog-card__meta a,.bg-blog-entry-meta a{color:var(--bg-blog-green-dark);text-decoration:none;} .bg-blog-card__meta a:hover,.bg-blog-entry-meta a:hover{text-decoration:underline;} .bg-blog-card h2,.bg-blog-card h3{margin:0 0 11px;color:var(--bg-blog-ink);font-size:22px;line-height:1.22;letter-spacing:-0.038em;} .bg-blog-card h2 a,.bg-blog-card h3 a{color:inherit;text-decoration:none;} .bg-blog-card h2 a:hover,.bg-blog-card h3 a:hover{color:var(--bg-blog-green-dark);} .bg-blog-card__excerpt{margin:0 0 20px;color:var(--bg-blog-muted);font-size:14px;line-height:1.72;} .bg-blog-card__more{display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:var(--bg-blog-green-dark);font-size:14px;font-weight:950;text-decoration:none;} .bg-blog-card__more::after{content:"→";transition:transform 0.18s ease;} .bg-blog-card__more:hover::after{transform:translateX(3px);} .bg-blog-archive-header{padding:58px 0 46px;background:linear-gradient(90deg,#ffffff 0%,#eefaf4 100%);border-bottom:1px solid var(--bg-blog-border);} .bg-blog-archive-header h1{margin:0 0 10px;color:var(--bg-blog-ink);font-size:clamp(38px,5vw,60px);line-height:1;letter-spacing:-0.064em;} .bg-blog-archive-header p{max-width:730px;margin:0;color:var(--bg-blog-muted);font-size:16px;line-height:1.75;} .bg-blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:46px;align-items:start;} .bg-blog-feed{min-width:0;} .bg-blog-feed .bg-blog-post-grid{grid-template-columns:repeat(2,minmax(0,1fr));} .bg-blog-sidebar{display:grid;gap:20px;position:sticky;top:122px;} .admin-bar .bg-blog-sidebar{top:154px;} .bg-blog-widget{padding:24px;border:1px solid var(--bg-blog-border);border-radius:20px;background:#ffffff;box-shadow:var(--bg-blog-shadow-soft);} .bg-blog-widget h2,.bg-blog-widget h3,.bg-blog-widget .wp-block-heading{margin:0 0 15px;color:var(--bg-blog-ink);font-size:18px;line-height:1.25;letter-spacing:-0.03em;} .bg-blog-widget ul{display:grid;gap:10px;margin:0;padding:0;list-style:none;} .bg-blog-widget li{margin:0;color:var(--bg-blog-muted);font-size:14px;line-height:1.55;} .bg-blog-widget a{color:var(--bg-blog-text);font-weight:800;text-decoration:none;} .bg-blog-widget a:hover{color:var(--bg-blog-green-dark);} .bg-blog-widget select,.bg-blog-widget input[type="search"]{width:100%;min-height:44px;border:1px solid #d8e9df;border-radius:12px;background:#ffffff;color:var(--bg-blog-ink);font:inherit;} .bg-blog-widget input[type="search"]{padding:0 12px;} .bg-blog-widget .wp-block-search__inside-wrapper{gap:8px;} .bg-blog-widget .wp-block-search__button{min-height:44px;margin:0;padding:0 14px;border:0;border-radius:12px;background:var(--bg-blog-green-dark);color:#ffffff;font-weight:900;cursor:pointer;} .bg-blog-article-wrap{padding:62px 0 82px;background:#ffffff;} .bg-blog-article{min-width:0;} .bg-blog-entry-header{margin-bottom:30px;} .bg-blog-entry-header h1{max-width:900px;margin:0 0 18px;color:var(--bg-blog-ink);font-size:clamp(40px,5.4vw,68px);line-height:1.02;letter-spacing:-0.067em;} .bg-blog-entry-intro{max-width:790px;margin:0;color:var(--bg-blog-muted);font-size:18px;line-height:1.75;} .bg-blog-featured-image{overflow:hidden;margin:0 0 36px;border:1px solid var(--bg-blog-border);border-radius:26px;background:var(--bg-blog-mint);box-shadow:var(--bg-blog-shadow);} .bg-blog-featured-image img{width:100%;display:block;} .bg-blog-content{color:var(--bg-blog-text);font-size:17px;line-height:1.86;} .bg-blog-content > *{max-width:820px;margin-right:auto;margin-left:auto;} .bg-blog-content > .alignwide{max-width:1080px;} .bg-blog-content > .alignfull{width:100vw;max-width:none;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);} .bg-blog-content p{margin-top:0;margin-bottom:1.35em;color:var(--bg-blog-text);} .bg-blog-content h2,.bg-blog-content h3,.bg-blog-content h4,.bg-blog-content h5,.bg-blog-content h6{color:var(--bg-blog-ink);line-height:1.22;letter-spacing:-0.04em;scroll-margin-top:126px;} .bg-blog-content h2{margin-top:1.7em;margin-bottom:0.62em;font-size:clamp(29px,3.5vw,42px);} .bg-blog-content h3{margin-top:1.55em;margin-bottom:0.58em;font-size:clamp(24px,2.7vw,32px);} .bg-blog-content h4{margin-top:1.4em;margin-bottom:0.55em;font-size:21px;} .bg-blog-content a{color:var(--bg-blog-green-dark);font-weight:800;text-decoration:underline;text-decoration-color:rgba(17,166,97,0.35);text-decoration-thickness:2px;} .bg-blog-content a:hover{text-decoration-color:var(--bg-blog-green);} .bg-blog-content ul,.bg-blog-content ol{margin-top:0;margin-bottom:1.45em;padding-left:1.35em;} .bg-blog-content li{margin-bottom:0.55em;} .bg-blog-content blockquote,.bg-blog-content .wp-block-quote{margin-top:1.6em;margin-bottom:1.6em;padding:24px 26px;border:1px solid #ccebd9;border-left:5px solid var(--bg-blog-green);border-radius:16px;background:var(--bg-blog-mint-soft);color:var(--bg-blog-text);} .bg-blog-content blockquote p:last-child{margin-bottom:0;} .bg-blog-content code,.bg-blog-content kbd{padding:0.15em 0.38em;border-radius:6px;background:#eef4f1;color:#173a2a;font-size:0.9em;} .bg-blog-content pre{overflow:auto;margin-top:1.4em;margin-bottom:1.4em;padding:22px;border-radius:16px;background:#07111f;color:#e8fff2;line-height:1.65;} .bg-blog-content pre code{padding:0;background:transparent;color:inherit;} .bg-blog-content table{width:100%;margin-top:1.4em;margin-bottom:1.7em;border-collapse:collapse;border-spacing:0;overflow:hidden;border:1px solid var(--bg-blog-border);border-radius:14px;background:#ffffff;font-size:15px;} .bg-blog-content th,.bg-blog-content td{padding:13px 15px;border:1px solid var(--bg-blog-border);text-align:left;vertical-align:top;} .bg-blog-content th{background:var(--bg-blog-mint-soft);color:var(--bg-blog-ink);font-weight:900;} .bg-blog-content figure{margin-top:1.5em;margin-bottom:1.7em;} .bg-blog-content figcaption,.bg-blog-content .wp-element-caption{margin-top:8px;color:var(--bg-blog-muted);font-size:13px;line-height:1.55;text-align:center;} .bg-blog-content .wp-block-image img,.bg-blog-content .wp-block-gallery,.bg-blog-content .wp-block-cover{border-radius:18px;} .bg-blog-content .wp-block-button__link{border-radius:999px;background:var(--bg-blog-green-dark);color:#ffffff;font-size:14px;font-weight:900;text-decoration:none;box-shadow:0 12px 24px rgba(7,92,53,0.18);} .bg-blog-content .wp-block-button__link:hover{background:var(--bg-blog-green);} .bg-blog-content .wp-block-separator{border-color:var(--bg-blog-border);} .bg-blog-taxonomy{display:flex;flex-wrap:wrap;gap:8px;margin:32px 0;} .bg-blog-taxonomy a{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border:1px solid #d6ebdf;border-radius:999px;background:var(--bg-blog-mint-soft);color:var(--bg-blog-green-dark);font-size:12px;font-weight:900;text-decoration:none;} .bg-blog-author-box{display:grid;grid-template-columns:74px minmax(0,1fr);gap:18px;align-items:center;margin-top:38px;padding:24px;border:1px solid var(--bg-blog-border);border-radius:20px;background:var(--bg-blog-mint-soft);} .bg-blog-author-box img{border-radius:50%;} .bg-blog-author-box h2{margin:0 0 6px;color:var(--bg-blog-ink);font-size:20px;letter-spacing:-0.03em;} .bg-blog-author-box p{margin:0;color:var(--bg-blog-muted);font-size:14px;line-height:1.7;} .bg-blog-post-navigation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px;} .bg-blog-post-navigation a{min-height:100%;display:flex;flex-direction:column;justify-content:center;padding:19px 20px;border:1px solid var(--bg-blog-border);border-radius:16px;background:#ffffff;color:var(--bg-blog-ink);font-weight:850;text-decoration:none;box-shadow:var(--bg-blog-shadow-soft);} .bg-blog-post-navigation a:hover{border-color:#bfe4cf;color:var(--bg-blog-green-dark);} .bg-blog-pagination{margin-top:38px;} .bg-blog-pagination .nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;} .bg-blog-pagination .page-numbers{min-width:42px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border:1px solid var(--bg-blog-border);border-radius:12px;background:#ffffff;color:var(--bg-blog-text);font-size:14px;font-weight:900;text-decoration:none;} .bg-blog-pagination .page-numbers:hover,.bg-blog-pagination .page-numbers.current{border-color:var(--bg-blog-green-dark);background:var(--bg-blog-green-dark);color:#ffffff;} .bg-blog-comments{margin-top:42px;padding-top:34px;border-top:1px solid var(--bg-blog-border);} .bg-blog-comments h2,.bg-blog-comments h3{color:var(--bg-blog-ink);letter-spacing:-0.04em;} .bg-blog-comments ol{padding:0;list-style:none;} .bg-blog-comments .comment-body{margin-bottom:18px;padding:22px;border:1px solid var(--bg-blog-border);border-radius:16px;background:#ffffff;} .bg-blog-comments input:not([type="checkbox"]),.bg-blog-comments textarea{width:100%;border:1px solid #d7e8df;border-radius:12px;padding:11px 13px;font:inherit;} .bg-blog-comments textarea{min-height:150px;resize:vertical;} .bg-blog-comments .submit{min-height:46px;padding:0 20px;border:0;border-radius:999px;background:var(--bg-blog-green-dark);color:#ffffff;font-weight:900;cursor:pointer;} .bg-blog-search-form{display:flex;gap:9px;} .bg-blog-search-form label{flex:1 1 auto;} .bg-blog-search-form input[type="search"]{width:100%;min-height:46px;padding:0 14px;border:1px solid #d7e8df;border-radius:12px;font:inherit;} .bg-blog-search-form button{min-height:46px;padding:0 18px;border:0;border-radius:12px;background:var(--bg-blog-green-dark);color:#ffffff;font-weight:900;cursor:pointer;} .bg-blog-empty{padding:42px;border:1px solid var(--bg-blog-border);border-radius:22px;background:var(--bg-blog-mint-soft);text-align:center;} .bg-blog-empty h1,.bg-blog-empty h2{margin:0 0 10px;color:var(--bg-blog-ink);letter-spacing:-0.045em;} .bg-blog-empty p{max-width:620px;margin:0 auto 20px;color:var(--bg-blog-muted);} .bg-blog-cta{padding:58px 0;background:var(--bg-blog-green-deep);color:#ffffff;} .bg-blog-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:34px;} .bg-blog-cta h2{margin:0 0 8px;color:#ffffff;font-size:clamp(29px,4vw,44px);line-height:1.08;letter-spacing:-0.055em;} .bg-blog-cta p{max-width:720px;margin:0;color:rgba(255,255,255,0.76);} .bg-blog-cta__button{flex:0 0 auto;min-width:190px;min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:10px;background:#25d366;color:#062b17;font-size:14px;font-weight:950;text-transform:uppercase;text-decoration:none;box-shadow:0 14px 28px rgba(37,211,102,0.24);} .bg-blog-cta__button:hover{background:#2ee875;transform:translateY(-1px);} .alignleft{float:left;margin:0.35em 1.4em 1em 0;} .alignright{float:right;margin:0.35em 0 1em 1.4em;} .aligncenter{display:block;margin-right:auto;margin-left:auto;} .wp-caption{max-width:100%;} .wp-caption-text,.gallery-caption{color:var(--bg-blog-muted);font-size:13px;} .sticky{position:relative;} .bypostauthor{position:relative;} @media(max-width:1100px){.bg-blog-hero__inner{grid-template-columns:1fr;gap:34px;} .bg-blog-hero__panel{max-width:720px;} .bg-blog-post-grid{grid-template-columns:repeat(2,minmax(0,1fr));} .bg-blog-layout{grid-template-columns:1fr;} .bg-blog-sidebar,.admin-bar .bg-blog-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr));}} @media(max-width:782px){.admin-bar .header-pro{top:46px;} .bg-blog-container,.bg-blog-narrow{width:min(100% - 30px,1180px);} .bg-blog-hero{padding:58px 0 54px;} .bg-blog-hero h1{font-size:clamp(41px,12vw,58px);} .bg-blog-section{padding:58px 0;} .bg-blog-section-heading,.bg-blog-cta__inner{align-items:flex-start;flex-direction:column;} .bg-blog-feed .bg-blog-post-grid{grid-template-columns:1fr;} .bg-blog-entry-header h1{font-size:clamp(38px,10vw,54px);} .bg-blog-content{font-size:16px;} .bg-blog-content table{display:block;overflow-x:auto;white-space:nowrap;}} @media(max-width:620px){.bg-blog-post-grid,.bg-blog-sidebar,.bg-blog-post-navigation{grid-template-columns:1fr;} .bg-blog-hero__panel,.bg-blog-card__body,.bg-blog-widget{padding:21px;} .bg-blog-hero__copy{font-size:16px;} .bg-blog-section-heading h2{font-size:32px;} .bg-blog-author-box{grid-template-columns:1fr;text-align:center;} .bg-blog-author-box img{margin:0 auto;} .bg-blog-search-form{flex-direction:column;} .bg-blog-search-form button{width:100%;} .bg-blog-empty{padding:30px 20px;} .alignleft,.alignright{float:none;display:block;margin:1em auto;}} @media(prefers-reduced-motion:reduce){.bg-blog-site *,.bg-blog-site *::before,.bg-blog-site *::after{scroll-behavior:auto !important;transition-duration:0.01ms !important;animation-duration:0.01ms !important;animation-iteration-count:1 !important;}} @media screen and(max-width:640px){html body .btg-wa-v13{right:10px !important;bottom:10px !important;width:218px !important;max-width:calc(100vw - 20px) !important;min-width:0 !important;min-height:52px !important;height:52px !important;gap:8px !important;padding:7px 13px 7px 8px !important;border-radius:999px !important;} html body .btg-wa-v13__icon{width:38px !important;min-width:38px !important;height:38px !important;flex:0 0 38px !important;background-size:20px 20px !important;} html body .btg-wa-v13__copy{gap:2px !important;} html body .btg-wa-v13__title{font-size:13px !important;line-height:1.05 !important;letter-spacing:-.015em !important;} html body .btg-wa-v13__subtitle{font-size:8px !important;line-height:1.05 !important;letter-spacing:.11em !important;}} @media screen and(max-width:360px){html body .btg-wa-v13{right:8px !important;bottom:8px !important;width:204px !important;max-width:calc(100vw - 16px) !important;height:50px !important;min-height:50px !important;padding-right:11px !important;} html body .btg-wa-v13__icon{width:36px !important;min-width:36px !important;height:36px !important;flex-basis:36px !important;background-size:19px 19px !important;} html body .btg-wa-v13__title{font-size:12px !important;} html body .btg-wa-v13__subtitle{font-size:7.5px !important;letter-spacing:.09em !important;}}.betguide-blog-single .bg-blog-article-wrap{padding:48px 0 76px;background:radial-gradient(circle at 88% 4%,rgba(17,166,97,.08),transparent 28%),#f7fbf9}.betguide-blog-single .bg-blog-article-wrap>.bg-blog-container{padding:clamp(28px,4.4vw,58px);border:1px solid #dcece4;border-radius:30px;background:#fff;box-shadow:0 22px 60px rgba(6,79,45,.09)}.betguide-blog-single .bg-blog-entry-header{max-width:940px;margin:0 auto 32px}.betguide-blog-single .bg-blog-entry-header h1{max-width:920px;font-size:clamp(38px,4.8vw,60px);line-height:1.04;letter-spacing:-.058em}.betguide-blog-single .bg-blog-featured-image{max-width:1040px;margin-right:auto;margin-bottom:38px;margin-left:auto}.betguide-blog-single .bg-blog-content{color:#27394a;font-size:18px;line-height:1.82}.betguide-blog-single .bg-blog-content>*{max-width:840px}.betguide-blog-single .bg-blog-content>p:first-child{color:#23364a;font-size:1.04em}.betguide-blog-single .bg-blog-content h2{margin-top:1.9em;padding-top:.2em;font-size:clamp(30px,3.1vw,40px)}.betguide-blog-single .bg-blog-content h3{font-size:clamp(23px,2.4vw,30px)}.betguide-blog-single .bg-blog-content table{box-shadow:0 12px 28px rgba(17,24,39,.05)}.betguide-blog-single .bg-blog-content tbody tr:nth-child(even){background:#f8fcfa}.betguide-blog-single .bg-blog-content figure img,.betguide-blog-single .bg-blog-content>img{border:1px solid #d9ebe1;border-radius:20px;box-shadow:0 16px 38px rgba(6,79,45,.1)}.bg-blog-toc{max-width:840px;margin:0 auto 38px;padding:22px 24px;border:1px solid #cfe8da;border-radius:20px;background:linear-gradient(145deg,#f8fdfb,#eaf8f1);box-shadow:0 12px 28px rgba(6,79,45,.07)}.bg-blog-toc[hidden]{display:none}.bg-blog-toc__header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.bg-blog-toc__kicker{display:block;margin-bottom:4px;color:#0b7546;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.bg-blog-toc h2{margin:0;color:#111827;font-size:22px;line-height:1.2;letter-spacing:-.035em}.bg-blog-toc__toggle{min-width:66px;min-height:38px;padding:7px 13px;border:1px solid #b9ddc9;border-radius:999px;background:#fff;color:#075c35;font:inherit;font-size:12px;font-weight:900;cursor:pointer}.bg-blog-toc__toggle:hover,.bg-blog-toc__toggle:focus-visible{border-color:#11a661;outline:none}.bg-blog-toc__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 22px;margin:0;padding:0;list-style:none}.bg-blog-toc__list li{margin:0}.bg-blog-toc__list a{display:block;padding:6px 0 6px 15px;border-left:3px solid #cce7d8;color:#334155;font-size:13px;font-weight:800;line-height:1.45;text-decoration:none}.bg-blog-toc__list a:hover,.bg-blog-toc__list a[aria-current=location]{border-left-color:#11a661;color:#075c35}.bg-blog-content #rank-math-faq{max-width:840px;margin:1.2em auto 1.9em}.bg-blog-content #rank-math-faq .rank-math-list-item{margin:0 0 14px;padding:0;overflow:hidden;border:1px solid #d5e9df;border-radius:17px;background:#fff;box-shadow:0 10px 24px rgba(17,24,39,.045)}.bg-blog-content #rank-math-faq .rank-math-question{margin:0;padding:18px 20px 10px;color:#111827;font-size:19px;font-weight:900;line-height:1.35;letter-spacing:-.025em}.bg-blog-content #rank-math-faq .rank-math-answer{padding:0 20px 18px;color:#475569;font-size:16px;line-height:1.72}.bg-blog-content #rank-math-faq .rank-math-answer>:last-child{margin-bottom:0}.bg-blog-reading-end{max-width:840px;margin:28px auto 0;text-align:right}.bg-blog-reading-end a{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:9px 14px;border:1px solid #d2e8dc;border-radius:999px;background:#f7fcf9;color:#075c35;font-size:13px;font-weight:900;text-decoration:none}.bg-blog-reading-end a:hover{border-color:#11a661;background:#eaf8f1}@media (max-width:782px){.betguide-blog-single .bg-blog-article-wrap{padding:24px 0 56px}.betguide-blog-single .bg-blog-article-wrap>.bg-blog-container{width:min(100% - 20px,1180px);padding:24px 18px 30px;border-radius:22px}.betguide-blog-single .bg-blog-entry-header h1{font-size:clamp(36px,10vw,50px);letter-spacing:-.05em}.betguide-blog-single .bg-blog-content{font-size:17px;line-height:1.78}.bg-blog-toc{padding:19px 18px}.bg-blog-toc__list{grid-template-columns:1fr;gap:5px}}@media (max-width:520px){.bg-blog-toc__header{align-items:flex-start}.bg-blog-content #rank-math-faq .rank-math-question{padding:16px 16px 9px;font-size:18px}.bg-blog-content #rank-math-faq .rank-math-answer{padding:0 16px 16px;font-size:15.5px}}.betguide-blog-single .bg-blog-article-wrap{padding:56px 0 88px;background:radial-gradient(circle at 12% 6%,rgba(17,166,97,0.075),transparent 26%),radial-gradient(circle at 92% 2%,rgba(9,92,53,0.055),transparent 30%),#f4faf7}.betguide-blog-single .bg-blog-article-wrap>.bg-blog-container{width:min(100% - 40px,1280px);padding:clamp(34px,4vw,62px);border-color:#d8e9df;border-radius:32px;box-shadow:0 28px 80px rgba(6,79,45,0.10),0 2px 8px rgba(17,24,39,0.035)}.betguide-blog-single .bg-blog-entry-header{max-width:1040px;margin-bottom:34px}.betguide-blog-single .bg-blog-entry-header h1{max-width:1000px;margin-bottom:20px;font-size:clamp(44px,4.5vw,66px);line-height:1.03;letter-spacing:-0.062em;text-wrap:balance}.betguide-blog-single .bg-blog-entry-meta{gap:8px 12px;margin-bottom:14px;color:#64748b;font-size:13px;font-weight:750}.betguide-blog-single .bg-blog-entry-meta>span:not([aria-hidden="true"]){display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border:1px solid #dbeae2;border-radius:999px;background:#f8fcfa}.betguide-blog-single .bg-blog-featured-image{max-width:1080px;margin-bottom:44px;border-radius:24px;box-shadow:0 20px 50px rgba(6,79,45,0.12)}.betguide-blog-single .bg-blog-content{color:#26384a;font-size:19px;line-height:1.82}.betguide-blog-single .bg-blog-content>*{max-width:820px}.betguide-blog-single .bg-blog-content p{margin-bottom:1.28em}.betguide-blog-single .bg-blog-content h2{position:relative;margin-top:2.15em;margin-bottom:0.72em;padding-top:0.68em;border-top:1px solid #e1ede7;font-size:clamp(32px,3vw,42px);line-height:1.16;text-wrap:balance}.betguide-blog-single .bg-blog-content h2::before{content:"";position:absolute;top:-2px;left:0;width:58px;height:4px;border-radius:999px;background:linear-gradient(90deg,#0b7546,#33c978)}.betguide-blog-single .bg-blog-content h3{margin-top:1.75em;margin-bottom:0.62em;font-size:clamp(25px,2.2vw,31px);line-height:1.2;text-wrap:balance}.betguide-blog-single .bg-blog-content h4{font-size:22px}.betguide-blog-single .bg-blog-content ul,.betguide-blog-single .bg-blog-content ol{padding-left:1.45em}.betguide-blog-single .bg-blog-content li{margin-bottom:0.66em}.betguide-blog-single .bg-blog-content li::marker{color:#0b7546;font-weight:900}.betguide-blog-single .bg-blog-content blockquote,.betguide-blog-single .bg-blog-content .wp-block-quote{padding:25px 28px;border-left-width:6px;border-radius:18px;box-shadow:0 12px 28px rgba(6,79,45,0.055)}.betguide-blog-single .bg-blog-content table{margin-top:1.55em;margin-bottom:1.9em;border-radius:16px;font-size:15.5px;line-height:1.55;box-shadow:0 14px 34px rgba(17,24,39,0.055)}.betguide-blog-single .bg-blog-content th,.betguide-blog-single .bg-blog-content td{padding:14px 16px}.betguide-blog-single .bg-blog-content th{background:#eaf7f0;color:#0f2d20}.betguide-blog-single .bg-blog-content figure{margin-top:1.85em;margin-bottom:2em}.betguide-blog-single .bg-blog-content figure img,.betguide-blog-single .bg-blog-content>img{width:auto;max-width:100%;margin-right:auto;margin-left:auto;border-radius:22px;box-shadow:0 20px 48px rgba(6,79,45,0.12)}.betguide-blog-single .bg-blog-content figcaption,.betguide-blog-single .bg-blog-content .wp-element-caption{font-size:13.5px}.betguide-blog-single .bg-blog-taxonomy,.betguide-blog-single .bg-blog-author-box,.betguide-blog-single .bg-blog-post-navigation,.betguide-blog-single .comments-area{max-width:820px;margin-right:auto;margin-left:auto}.betguide-blog-single .bg-blog-author-box{grid-template-columns:84px minmax(0,1fr);gap:22px;margin-top:44px;padding:28px;border-radius:22px;background:linear-gradient(145deg,#f7fcf9,#eaf7f0);box-shadow:0 14px 34px rgba(6,79,45,0.065)}.betguide-blog-single .bg-blog-author-box h2{font-size:22px}.betguide-blog-single .bg-blog-author-box p{font-size:15px}.betguide-blog-single .bg-blog-taxonomy a{min-height:38px;padding:8px 13px;font-size:12.5px}.bg-blog-toc{padding:24px;border-radius:22px;background:linear-gradient(150deg,#f9fdfb 0%,#e8f7ef 100%)}.bg-blog-toc__list a{padding-top:8px;padding-bottom:8px;font-size:13.5px;line-height:1.45}.bg-blog-content #rank-math-faq .rank-math-list-item{border-radius:19px;box-shadow:0 12px 30px rgba(17,24,39,0.05)}.bg-blog-content #rank-math-faq .rank-math-question{padding:20px 22px 11px;font-size:20px}.bg-blog-content #rank-math-faq .rank-math-answer{padding:0 22px 20px;font-size:16.5px}@media (min-width:1100px){.betguide-blog-single .bg-blog-article-wrap>.bg-blog-container{display:grid;grid-template-columns:minmax(220px,252px) minmax(0,820px);column-gap:clamp(34px,4vw,56px);align-items:start;justify-content:center}.betguide-blog-single .bg-blog-entry-header,.betguide-blog-single .bg-blog-featured-image{grid-column:1 / -1;width:100%}.betguide-blog-single .bg-blog-toc{position:sticky;top:118px;grid-column:1;grid-row:3 / span 4;width:100%;max-height:calc(100vh - 150px);margin:0;overflow-y:auto;overscroll-behavior:contain}.admin-bar.betguide-blog-single .bg-blog-toc{top:150px;max-height:calc(100vh - 182px)}.betguide-blog-single .bg-blog-toc__header{align-items:flex-start;gap:12px}.betguide-blog-single .bg-blog-toc h2{font-size:21px}.betguide-blog-single .bg-blog-toc__toggle{min-width:58px;min-height:34px;padding:6px 10px;font-size:11px}.betguide-blog-single .bg-blog-toc__list{grid-template-columns:1fr;gap:2px}.betguide-blog-single .bg-blog-toc__list a{padding:7px 0 7px 13px;font-size:12.5px}.betguide-blog-single .bg-blog-content,.betguide-blog-single .bg-blog-reading-end,.betguide-blog-single .bg-blog-taxonomy,.betguide-blog-single .bg-blog-author-box,.betguide-blog-single .bg-blog-post-navigation,.betguide-blog-single .comments-area{grid-column:2;width:100%;max-width:820px}.betguide-blog-single .bg-blog-content>*{max-width:100%}}@media (max-width:1099px){.betguide-blog-single .bg-blog-entry-header h1{font-size:clamp(40px,6vw,58px)}}@media (max-width:782px){.betguide-blog-single .bg-blog-article-wrap{padding:26px 0 58px}.betguide-blog-single .bg-blog-article-wrap>.bg-blog-container{width:min(100% - 18px,1180px);padding:24px 18px 32px;border-radius:22px}.betguide-blog-single .bg-blog-entry-header{margin-bottom:24px}.betguide-blog-single .bg-blog-entry-header h1{margin-bottom:16px;font-size:clamp(35px,10vw,48px);line-height:1.06;letter-spacing:-0.052em}.betguide-blog-single .bg-blog-entry-meta{gap:6px;font-size:11.5px}.betguide-blog-single .bg-blog-entry-meta>span:not([aria-hidden="true"]){min-height:28px;padding:4px 8px}.betguide-blog-single .bg-blog-featured-image{margin-bottom:26px;border-radius:18px}.betguide-blog-single .bg-blog-content{font-size:17px;line-height:1.76}.betguide-blog-single .bg-blog-content h2{margin-top:1.9em;font-size:clamp(29px,8vw,38px)}.betguide-blog-single .bg-blog-content h3{font-size:clamp(23px,6.8vw,29px)}.betguide-blog-single .bg-blog-content table{display:block;width:100%;max-width:100%;overflow-x:auto;white-space:normal;-webkit-overflow-scrolling:touch}.betguide-blog-single .bg-blog-author-box{grid-template-columns:1fr;padding:22px;text-align:center}.betguide-blog-single .bg-blog-author-box img{margin:0 auto}.bg-blog-toc{margin-bottom:30px;padding:20px 18px}}@media (max-width:520px){.betguide-blog-single .bg-blog-entry-header h1{font-size:clamp(32px,9.5vw,42px)}.betguide-blog-single .bg-blog-content{font-size:16.5px}.betguide-blog-single .bg-blog-content h2{font-size:clamp(27px,8.4vw,34px)}.bg-blog-content #rank-math-faq .rank-math-question{font-size:18px}.bg-blog-content #rank-math-faq .rank-math-answer{font-size:15.5px}}.betguide-blog-single .bg-blog-content .bg-blog-callout{position:relative;width:min(100%,820px);margin:1.75em auto;padding:20px 22px;overflow:hidden;border:1px solid #cfe1ed;border-left:6px solid #2f80ed;border-radius:16px;background:#eef7ff;color:#18364d;font-size:16px;line-height:1.75;box-shadow:0 12px 28px rgba(17,24,39,.055)}.betguide-blog-single .bg-blog-content .bg-blog-callout>:first-child{margin-top:0}.betguide-blog-single .bg-blog-content .bg-blog-callout>:last-child{margin-bottom:0}.betguide-blog-single .bg-blog-content .bg-blog-callout p,.betguide-blog-single .bg-blog-content .bg-blog-callout span,.betguide-blog-single .bg-blog-content .bg-blog-callout em,.betguide-blog-single .bg-blog-content .bg-blog-callout i{color:inherit!important}.betguide-blog-single .bg-blog-content .bg-blog-callout em,.betguide-blog-single .bg-blog-content .bg-blog-callout i{font-style:normal}.betguide-blog-single .bg-blog-content .bg-blog-callout strong{color:#174f8f;font-weight:900}.betguide-blog-single .bg-blog-content .bg-blog-callout--tip{border-color:#c6e8d4;border-left-color:#18a660;background:#effaf3;color:#173d2a}.betguide-blog-single .bg-blog-content .bg-blog-callout--tip strong{color:#075c35}.betguide-blog-single .bg-blog-content .bg-blog-callout--warning{border-color:#f1d998;border-left-color:#e6a400;background:#fff9e8;color:#4f3c13}.betguide-blog-single .bg-blog-content .bg-blog-callout--warning strong{color:#7a4a00}.betguide-blog-single .bg-blog-content .bg-blog-callout--caution{border-color:#efc5c9;border-left-color:#bb2433;background:#fff2f3;color:#4c2026}.betguide-blog-single .bg-blog-content .bg-blog-callout--caution strong{color:#8b1e25}.betguide-blog-single .bg-blog-author-box__brand{display:grid;width:88px;height:88px;place-items:center;overflow:hidden;border:1px solid #cde8d9;border-radius:22px;background:#fff;box-shadow:0 10px 24px rgba(6,79,45,.1)}.betguide-blog-single .bg-blog-author-logo{display:block;width:70px;height:70px;margin:0;border-radius:16px;object-fit:contain}@media(max-width:720px){.betguide-blog-single .bg-blog-content .bg-blog-callout{padding:17px 18px;border-left-width:5px;border-radius:14px;font-size:15.5px}.betguide-blog-single .bg-blog-author-box__brand{margin:0 auto}}
