.blog{padding-bottom:4rem}.blog__list{grid-template-columns:1fr;display:grid;gap:1rem}@media(min-width:576px){.blog__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media(min-width:992px){.blog__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}.blog__pagination{margin-top:2.5rem}.blog-post{--blog-post-content-max:760px;--blog-post-hero-max:1100px;padding-bottom:5rem}.blog-post__nav{align-items:center;justify-content:space-between;padding-top:1.25rem;padding-bottom:1.25rem;flex-wrap:wrap;display:flex;gap:1rem}.blog-post__breadcrumb .breadcrumb{margin-bottom:0}.blog-post__hero{position:relative;margin-bottom:2.5rem}@media(min-width:768px){.blog-post__hero{margin-bottom:3.5rem}}.blog-post__hero-inner{max-width:var(--blog-post-hero-max);position:relative}.blog-post__hero-image{aspect-ratio:16/9;background-color:var(--ms-gray-900);border:1px solid rgba(var(--ms-white-rgb),.06);border-radius:var(--ms-border-radius);-o-object-fit:cover;object-fit:cover;box-shadow:0 0 0 1px rgba(var(--ms-primary-rgb),.05),0 30px 60px -20px #0009,0 0 80px -20px rgba(var(--ms-primary-rgb),.15);display:block;height:auto;width:100%}@media(min-width:768px){.blog-post__hero-image{aspect-ratio:21/9;max-height:480px}}.blog-post__hero-content{margin:1.75rem auto 0;max-width:var(--blog-post-content-max);text-align:start}@media(min-width:768px){.blog-post__hero-content{margin-top:2.5rem}}.blog-post__hero-tags{color:var(--ms-cyan-400);list-style:none;flex-wrap:wrap;font-size:.75rem;font-weight:var(--ms-font-weight-semibold);letter-spacing:.05em;text-transform:uppercase;margin:0 0 1rem;padding:0;display:flex;gap:.875rem}.blog-post__title{color:var(--ms-white);font-weight:var(--ms-font-weight-bold);line-height:1.15;letter-spacing:-.015em;margin-bottom:1.25rem;font-size:clamp(1.75rem,4vw,2.75rem)}@media(min-width:768px){.blog-post__title{font-size:clamp(2.25rem,4.5vw,3.25rem)}}.blog-post__meta{margin-bottom:0}.blog-post__layout{max-width:var(--blog-post-content-max)}.blog-post__description{border-inline-start:3px solid var(--ms-primary);color:var(--ms-gray-100);padding:.5rem 0 .5rem 1.25rem;margin-bottom:2.5rem;font-size:1.1875rem;line-height:1.55;font-weight:var(--ms-font-weight-medium)}.blog-post__body{color:var(--ms-gray-100);font-size:1.0625rem;line-height:1.75}.blog-post__body h1,.blog-post__body h2,.blog-post__body h3,.blog-post__body h4,.blog-post__body h5,.blog-post__body h6{color:var(--ms-white);font-weight:var(--ms-font-weight-bold);letter-spacing:-.01em;margin-top:2.75rem;margin-bottom:.875rem;line-height:1.25;scroll-margin-top:5rem}.blog-post__body h2{font-size:1.75rem;padding-top:.5rem;position:relative}.blog-post__body h2:before{content:"";position:absolute;top:0;inset-inline-start:0;height:3px;width:2.5rem;border-radius:2px;background-color:var(--ms-primary)}.blog-post__body h3{font-size:1.375rem;margin-top:2.25rem}.blog-post__body h4{font-size:1.125rem;margin-top:1.75rem}.blog-post__body>h2:first-child,.blog-post__body>h3:first-child{margin-top:0}.blog-post__body p{margin-bottom:1.375rem}.blog-post__body a:not(.blog-post__inline-image){color:var(--ms-cyan-400);text-decoration:none;border-bottom:1px solid rgba(var(--ms-cyan-400-rgb),.4);transition:border-color .15s ease,color .15s ease}.blog-post__body a:not(.blog-post__inline-image):hover{color:var(--ms-white);border-bottom-color:var(--ms-white)}.blog-post__body strong{color:var(--ms-white);font-weight:var(--ms-font-weight-semibold)}.blog-post__body ol,.blog-post__body ul{padding-inline-start:1.5rem;margin-bottom:1.5rem}.blog-post__body ol li,.blog-post__body ul li{margin-bottom:.625rem}.blog-post__body ol li::marker,.blog-post__body ul li::marker{color:var(--ms-primary)}.blog-post__body blockquote{background-color:rgba(var(--ms-white-rgb),.03);border-inline-start:4px solid var(--ms-primary);border-radius:0 var(--ms-border-radius) var(--ms-border-radius) 0;color:var(--ms-gray-200);padding:1rem 1.25rem;margin:2rem 0;font-size:1.0625rem;font-style:italic}.blog-post__body blockquote p:last-child{margin-bottom:0}.blog-post__body code:not(pre code){background-color:rgba(var(--ms-white-rgb),.08);border:1px solid rgba(var(--ms-white-rgb),.05);border-radius:var(--ms-border-radius-sm);padding:.125rem .4em;font-size:.875em;color:var(--ms-cyan-400)}.blog-post__body pre{background-color:var(--ms-gray-900);border:1px solid var(--ms-border-color);border-radius:var(--ms-border-radius);padding:1.25rem;margin:2rem 0;overflow-x:auto;font-size:.875rem;line-height:1.6;box-shadow:0 8px 24px -12px #00000080}.blog-post__body pre code{background:none;border:0;padding:0;color:inherit}.blog-post__body img{background:radial-gradient(circle at 50% 30%,rgba(var(--ms-primary-rgb),.12) 0,rgba(var(--ms-primary-rgb),0) 60%),linear-gradient(180deg,rgba(var(--ms-white-rgb),.04) 0,rgba(var(--ms-white-rgb),.015));border:1px solid rgba(var(--ms-white-rgb),.08);border-radius:var(--ms-border-radius);padding:1.5rem;margin:2rem auto;max-width:360px;max-height:320px;-o-object-fit:contain;object-fit:contain;display:block;height:auto;width:100%;box-shadow:0 12px 32px -16px #00000080}.blog-post__body h2+img,.blog-post__body h3+img,.blog-post__body h4+img{margin-top:1.25rem}.blog-post__body img+p{margin-top:1.5rem}.blog-post__body hr{border:0;border-top:1px solid var(--ms-border-color);margin:2.5rem 0}.blog-post__body table{border-collapse:collapse;margin:2rem 0;width:100%;font-size:.9375rem}.blog-post__body table td,.blog-post__body table th{border:1px solid var(--ms-border-color);padding:.625rem .875rem;text-align:start}.blog-post__body table th{background-color:rgba(var(--ms-white-rgb),.05);font-weight:var(--ms-font-weight-semibold);color:var(--ms-white)}.blog-post__body table tr:nth-child(2n) td{background-color:rgba(var(--ms-white-rgb),.02)}.blog-post__footer{border-top:1px solid var(--ms-border-color);padding-top:2rem;margin-top:3.5rem;flex-direction:column;display:flex;gap:1.5rem}@media(min-width:576px){.blog-post__footer{align-items:center;justify-content:space-between;flex-direction:row}}.blog-post__tags{list-style:none;flex-wrap:wrap;margin:0;padding:0;display:flex;gap:.5rem}.blog-post__tag{background-color:rgba(var(--ms-white-rgb),.05);border:1px solid rgba(var(--ms-white-rgb),.07);border-radius:var(--ms-border-radius-sm);color:var(--ms-gray-200);padding:.25rem .75rem;font-size:.8125rem;font-weight:var(--ms-font-weight-medium)}.article-meta{color:var(--ms-gray-400);align-items:center;flex-wrap:wrap;font-size:.875rem;display:flex;gap:1.25rem}.article-meta__item{align-items:center;display:inline-flex;gap:.4rem}
