.blog-content-wrapper{display:grid;grid-template-columns:1fr;gap:2rem;max-width:80rem;margin:0 auto}@media(min-width:1024px){.blog-content-wrapper{grid-template-columns:200px 1fr}}@media(min-width:1280px){.blog-content-wrapper{grid-template-columns:220px 1fr 280px}.blog-content-wrapper:has(.pillar-nav:only-child){grid-template-columns:220px 1fr}.blog-content-wrapper:has(.toc-sidebar:only-child){grid-template-columns:1fr 280px}.blog-content-wrapper:not(:has(.pillar-nav)){grid-template-columns:1fr 280px}.blog-content-wrapper:not(:has(.toc-sidebar)){grid-template-columns:220px 1fr}}.content-column{min-width:0;overflow:visible}@media(min-width:1280px){.post-content .wp-block-image{margin-left:-120px;margin-right:-120px;max-width:calc(100% + 240px)}.post-content .wp-block-image img{width:100%}}.post-content{min-width:0;font-size:1.0625rem;line-height:1.75;color:var(--color-text)}.post-content a{color:#ff5400;text-decoration:underline;text-underline-offset:2px}.post-content a:hover{color:#e04a00}.post-content h1,.post-content #ez-toc-container,.post-content .ez-toc-section,.post-content .ez-toc-section-end{display:none}.post-content>p:first-child a:empty{display:none}.post-content h2{font-family:var(--font-headings);font-size:1.5rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:var(--white);scroll-margin-top:5rem}.post-content h3{font-family:var(--font-headings);font-size:1.2rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:var(--text-main);scroll-margin-top:5rem}.post-content p,.post-content ul,.post-content ol{margin-bottom:1.25rem}.post-content img{border-radius:var(--radius);margin:1.5rem 0;width:100%;height:auto;display:block;box-shadow:0 4px 6px -1px #0000004d,0 10px 20px -4px #0006,0 20px 40px -8px #00000040}.post-content img.alignleft,.post-content img.alignright{width:auto;max-width:50%}.post-content img.alignleft{float:left;margin-right:1.5rem}.post-content img.alignright{float:right;margin-left:1.5rem}.post-content img.aligncenter{margin-left:auto;margin-right:auto}.post-content .wp-block-table{margin:2rem 0;overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.post-content .has-fixed-layout{width:100%;border-collapse:collapse;table-layout:fixed;font-size:.875rem;line-height:1.6}.post-content .wp-block-table tbody tr:first-child td{background:#ff54001a;color:var(--white);font-family:var(--font-headings);font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:2px solid var(--primary)}.post-content .wp-block-table td{padding:.75rem 1rem;border-bottom:1px solid var(--color-border);color:var(--text-main);vertical-align:top}.post-content .wp-block-table tbody tr:last-child td{border-bottom:none}.post-content .wp-block-table tbody tr:hover td{background:#ffffff08}.post-content .wp-block-table tbody tr:first-child:hover td{background:#ff540026}.post-content .table-wrapper{margin:2rem 0;overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.post-content .table-wrapper table{width:100%;border-collapse:collapse;font-size:.875rem;line-height:1.6}.post-content .table-wrapper thead th{padding:.75rem 1rem;background:#ff54001a;color:var(--white);font-family:var(--font-headings);font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:2px solid var(--primary);text-align:left;white-space:nowrap}.post-content .table-wrapper tbody td{padding:.75rem 1rem;border-bottom:1px solid var(--color-border);color:var(--text-main);vertical-align:top}.post-content .table-wrapper tbody tr:last-child td{border-bottom:none}.post-content .table-wrapper tbody tr:hover td{background:#ffffff08}.post-content .table-wrapper table{border:none;margin:0}.post-content blockquote,.post-content .wp-block-quote{margin:2rem 0;padding:1.25rem 1.5rem;border-left:4px solid var(--primary);background:var(--color-surface);border-radius:0 var(--radius) var(--radius) 0;font-style:italic;color:var(--text-main);position:relative}.post-content blockquote p,.post-content .wp-block-quote p{margin-bottom:0;line-height:1.7}.post-content blockquote:before,.post-content .wp-block-quote:before{content:"“";position:absolute;top:-.2rem;left:.75rem;font-size:3rem;font-family:Georgia,serif;color:var(--primary);opacity:.25;line-height:1}.post-content .wp-block-pullquote{margin:2.5rem 0;padding:2rem;background:linear-gradient(135deg,#ff540014,#ff540005);border:1px solid rgba(255,84,0,.2);border-radius:var(--radius);text-align:center}.post-content .wp-block-pullquote blockquote{margin:0;padding:0;border:none;background:none;font-style:italic;font-size:1.125rem;line-height:1.7;color:var(--white)}.post-content .wp-block-pullquote p{margin-bottom:0}.post-content .wp-block-pullquote:before{content:"“";display:block;font-size:3rem;font-family:Georgia,serif;color:var(--primary);opacity:.4;line-height:1;margin-bottom:.5rem}.toc-sidebar{display:none}@media(min-width:1024px){.toc-sidebar{display:block;position:sticky;top:5rem;align-self:start;max-height:calc(100vh - 6rem);overflow-y:auto;padding:1.25rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);z-index:2}.toc-sidebar::-webkit-scrollbar{width:4px}.toc-sidebar::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}}.toc-title{font-family:var(--font-headings);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin:0 0 .75rem}.toc-list{list-style:none;margin:0;padding:0}.toc-item{margin-bottom:.25rem;max-height:3rem;opacity:1;overflow:hidden;transition:max-height .35s ease,opacity .25s ease,margin-bottom .35s ease}.toc-item--hidden{max-height:0;opacity:0;margin-bottom:0;pointer-events:none}.toc-item a{display:block;font-size:.8125rem;line-height:1.5;color:var(--text-muted);padding:.25rem .5rem;border-left:2px solid transparent;border-radius:0 var(--radius) var(--radius) 0;transition:color .2s ease,border-color .2s ease,background-color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toc-item a:hover{color:var(--white);text-decoration:none;background:#ff54000f}.toc-item a.active{color:var(--primary);border-left-color:var(--primary);background:#ff54001a;font-weight:600}.toc-level-H3{padding-left:.75rem}.toc-level-H3 a{font-size:.75rem;color:var(--text-muted);opacity:.85}.post-content .wp-block-accordion{margin:2rem 0;border-top:1px solid var(--color-border)}.post-content .wp-block-accordion+.wp-block-accordion{margin-top:-1rem;border-top:none}.post-content .wp-block-accordion-item{border-bottom:1px solid var(--color-border);margin:0;padding:0}.post-content .wp-block-accordion-item:last-child{border-bottom:none}.post-content .wp-block-accordion-heading{margin:0;padding:0}.post-content .wp-block-accordion-heading__toggle{display:flex;align-items:center;width:100%;background:transparent;border:none;padding:1rem 1.25rem;font-family:var(--font-headings);font-size:.9375rem;font-weight:600;color:var(--text-main);cursor:pointer;transition:color .2s ease,background-color .2s ease;gap:.75rem}.post-content .wp-block-accordion-heading__toggle:before{content:"";display:inline-block;width:3px;align-self:stretch;min-height:1rem;background:var(--primary);border-radius:2px;flex-shrink:0;opacity:0;transition:opacity .2s ease}.post-content .wp-block-accordion-heading__toggle:hover{color:var(--primary);background:#ff54000f}.post-content .wp-block-accordion-heading__toggle:hover:before{opacity:1}.post-content .wp-block-accordion-heading__toggle-icon{margin-left:auto;flex-shrink:0;font-size:1.1rem;font-weight:300;color:var(--primary)}.post-content .wp-block-accordion-panel{padding:0 1.25rem 1rem 2.25rem;color:var(--text-muted);font-size:.9375rem;line-height:1.7}.post-content .wp-block-accordion-panel[inert]{display:none}.post-content .wp-block-accordion-panel p:last-child{margin-bottom:0}.blog-header__cover{width:100%;max-height:500px;object-fit:cover;border-radius:var(--radius);margin-top:1.5rem}.author-bio-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;margin-top:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.author-bio-card__avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--dark);display:flex;align-items:center;justify-content:center}.author-bio-card__avatar img{width:100%;height:100%;object-fit:cover}.author-bio-card__initials{font-family:var(--font-headings);font-size:1.25rem;font-weight:700;color:var(--primary)}.author-bio-card__body{flex:1;min-width:0}.author-bio-card__label{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap;margin-bottom:.375rem}.author-bio-card__written-by{font-size:.8125rem;color:var(--text-muted)}.author-bio-card__name{font-family:var(--font-headings);font-size:.9375rem;font-weight:700;color:var(--white);text-decoration:none}a.author-bio-card__name:hover{color:var(--primary)}.author-bio-card__bio{margin:0;font-size:.8125rem;line-height:1.55;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:639px){.author-bio-card{padding:1rem;gap:.75rem}.author-bio-card__avatar{width:44px;height:44px}.author-bio-card__initials{font-size:1rem}}.post-content .highlight-box{margin:2rem 0;padding:1.25rem 1.5rem;border-radius:var(--radius);border-left:4px solid var(--color-border);background:var(--color-surface)}.post-content .highlight-box--info{border-left-color:#3b82f6;background:#3b82f614}.post-content .highlight-box--warning{border-left-color:#f59e0b;background:#f59e0b14}.post-content .highlight-box--tip{border-left-color:#10b981;background:#10b98114}.post-content .highlight-box--success{border-left-color:#22c55e;background:#22c55e14}.post-content .highlight-box--important{border-left-color:#ef4444;background:#ef444414}.post-content .highlight-box__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.post-content .highlight-box__icon{font-size:1.25rem;flex-shrink:0;line-height:1}.post-content .highlight-box__title{font-family:var(--font-headings);font-size:.9375rem;font-weight:700;color:var(--white)}.post-content .highlight-box__content{font-size:.9375rem;line-height:1.7;color:var(--text-main)}.post-content .highlight-box__content p:last-child{margin-bottom:0}.post-content .affiliate-table-wrapper{margin:2rem 0;overflow-x:auto;border:1px solid rgba(255,84,0,.3);border-radius:var(--radius);background:var(--color-surface)}.post-content .affiliate-table{width:100%;border-collapse:collapse;font-size:.875rem;line-height:1.6}.post-content .affiliate-table thead th{padding:.75rem 1rem;background:#ff54001f;color:var(--white);font-family:var(--font-headings);font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:2px solid var(--primary);text-align:left;white-space:nowrap}.post-content .affiliate-table tbody td{padding:.75rem 1rem;border-bottom:1px solid var(--color-border);color:var(--text-main);vertical-align:middle}.post-content .affiliate-table tbody tr:last-child td{border-bottom:none}.post-content .affiliate-table tbody tr:hover td{background:#ffffff08}.post-content .affiliate-table__name a{color:var(--white);font-weight:600;text-decoration:none}.post-content .affiliate-table__name a:hover{color:var(--primary);text-decoration:underline}.post-content .affiliate-table__rating{color:#f59e0b;font-weight:600;white-space:nowrap}.post-content .affiliate-btn{display:inline-block;padding:.375rem 1rem;background:var(--primary);color:var(--white);font-family:var(--font-headings);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;border-radius:4px;white-space:nowrap;transition:background-color .2s ease}.post-content .affiliate-btn:hover{background:#e67300;text-decoration:none}.post-content .youtube-embed{margin:2rem 0}.post-content .youtube-embed__wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius);background:var(--dark)}.post-content .youtube-embed__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.post-content .youtube-embed__caption{margin-top:.75rem;font-size:.8125rem;color:var(--text-muted);text-align:center}.blog-header .blog-header__title{font-family:var(--font-headings);font-size:clamp(2rem,5vw,3rem);font-weight:800;margin:0 0 var(--space-md);color:var(--white)!important;line-height:1.2}.blog-header__meta{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--text-muted);margin:0}.blog-header__meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.blog-header__meta-item{display:inline-flex;align-items:center;gap:.375rem}.blog-header__meta-item time,.blog-header__meta-item span:not(.blog-header__meta-label):not(.blog-header__category){color:var(--primary);font-family:var(--font-headings);font-weight:600}.blog-header__meta-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);opacity:.7}.blog-header__meta-link{color:var(--primary);text-decoration:none;font-weight:500}a.blog-header__meta-link:hover{text-decoration:underline}.blog-header__category{display:inline-block;background:#ff540026;color:var(--primary);padding:2px 10px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.pillar-nav{display:none}@media(min-width:1024px){.pillar-nav{display:flex;flex-direction:column;position:sticky;top:5rem;max-height:calc(100vh - 6rem);align-self:start;overflow-y:auto;background:var(--color-bg);border-radius:var(--radius);padding:1rem .75rem;border:1px solid var(--color-border);z-index:2;scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}.pillar-nav::-webkit-scrollbar{width:3px}.pillar-nav::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}.pillar-nav__title{font-family:var(--font-headings);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.pillar-nav__list{list-style:none;margin:0;padding:0}.pillar-nav__item{margin-bottom:0}.pillar-nav__link{display:flex;align-items:flex-start;gap:.5rem;padding:.4rem .5rem;font-size:.75rem;line-height:1.45;color:var(--text-muted);text-decoration:none;border-radius:var(--radius);border-left:2px solid transparent;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.pillar-nav__dot{display:inline-block;width:6px;height:6px;min-width:6px;border-radius:50%;background:var(--color-border);margin-top:.3em;transition:background .2s ease}.pillar-nav__text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pillar-nav__link:hover{color:var(--white);background:#ff54000f}.pillar-nav__link:hover .pillar-nav__dot{background:var(--primary)}.pillar-nav__item--active .pillar-nav__link{color:var(--primary);border-left-color:var(--primary);background:#ff54001a;font-weight:600}.pillar-nav__item--active .pillar-nav__dot{background:var(--primary);box-shadow:0 0 6px #ff540080}}
