.ivd-blog-master{background:var(--ivd-bg);color:var(--ivd-text);margin-top:0!important;padding-top:0!important}.ivd-blog-master *,.ivd-blog-master *:before,.ivd-blog-master *:after{box-sizing:border-box;font-family:inherit!important}.ivd-blog__wrap{max-width:var(--ivd-max-width, 1120px);margin:0 auto;padding:16px 24px 60px}.ivd-blog__hero{background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:var(--ivd-radius-lg, 24px);padding:52px 48px;margin-bottom:24px;position:relative;overflow:hidden}.ivd-blog__hero:before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(var(--ivd-accent-rgb),.07) 0%,transparent 70%);pointer-events:none}.ivd-blog__hero:after{content:"";position:absolute;bottom:-40px;left:-40px;width:200px;height:200px;background:radial-gradient(circle,rgba(var(--ivd-accent-rgb),.04) 0%,transparent 70%);pointer-events:none}.ivd-blog__pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;background:var(--ivd-pill-bg);color:var(--ivd-pill-text);border:1px solid rgba(var(--ivd-accent-rgb),.15);font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:16px;position:relative;z-index:1}.ivd-blog__pill-dot{width:6px;height:6px;border-radius:50%;background:var(--ivd-accent);animation:ivd-badge-pulse 2.5s infinite}.ivd-blog__h1{font-size:clamp(28px,4vw,42px);font-weight:900;color:var(--ivd-text);line-height:1.15;letter-spacing:-.02em;margin:0 0 16px;position:relative;z-index:1;background:linear-gradient(135deg,var(--ivd-text) 0%,var(--ivd-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ivd-blog__subtitle{font-size:17px;color:var(--ivd-muted);line-height:1.65;max-width:640px;margin:0 0 28px;position:relative;z-index:1}.ivd-blog__hero-stats{display:flex;flex-wrap:wrap;gap:16px;position:relative;z-index:1}.ivd-blog__hero-stat{display:flex;align-items:center;gap:10px;padding:10px 16px;background:var(--ivd-bg);border:1.5px solid var(--ivd-border);border-radius:12px;font-size:13.5px;font-weight:600;color:var(--ivd-text);transition:border-color .25s,transform .25s}.ivd-blog__hero-stat:hover{border-color:rgba(var(--ivd-accent-rgb),.3);transform:translateY(-2px)}.ivd-blog__hero-stat svg{width:18px;height:18px;stroke:var(--ivd-accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.ivd-blog__hero-stat strong{color:var(--ivd-accent);font-weight:800}.ivd-blog__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.ivd-blog__tag-chip{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:var(--ivd-surface);border:1.5px solid var(--ivd-border);color:var(--ivd-text);font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .2s}.ivd-blog__tag-chip:hover{background:var(--ivd-pill-bg);color:var(--ivd-accent);border-color:rgba(var(--ivd-accent-rgb),.3);transform:translateY(-1px)}.ivd-blog__tag-chip--active{background:var(--ivd-accent);border-color:var(--ivd-accent);color:var(--ivd-accent-contrast, #fff)}.ivd-blog__tag-chip--active:hover{background:var(--ivd-accent-dark);color:var(--ivd-accent-contrast, #fff);border-color:var(--ivd-accent-dark)}.ivd-blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:900px){.ivd-blog__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.ivd-blog__grid{grid-template-columns:1fr}}.ivd-blog__card{background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:var(--ivd-radius, 20px);overflow:hidden;box-shadow:var(--ivd-shadow-soft, var(--ivd-shadow));transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s,border-color .25s;text-decoration:none;color:inherit;display:flex;flex-direction:column;position:relative}.ivd-blog__card:before{content:"";position:absolute;top:0;left:0;width:55%;height:2px;background:linear-gradient(90deg,rgba(var(--ivd-accent-rgb),.5),transparent);z-index:1}.ivd-blog__card:hover{transform:translateY(-5px);box-shadow:var(--ivd-shadow-hover);border-color:rgba(var(--ivd-accent-rgb),.3)}.ivd-blog__card-image{width:100%;aspect-ratio:16 / 9;height:auto;object-fit:cover;display:block}.ivd-blog__card-image-placeholder{width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,var(--ivd-pill-bg) 0%,rgba(var(--ivd-accent-rgb),.14) 100%);display:flex;align-items:center;justify-content:center}.ivd-blog__card-image-placeholder svg{width:44px;height:44px;stroke:var(--ivd-accent);opacity:.35;fill:none;stroke-width:1.5}.ivd-blog__card-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}.ivd-blog__card-tag{display:inline-flex;align-items:center;align-self:flex-start;padding:3px 12px;border-radius:999px;background:var(--ivd-gold);color:var(--ivd-accent-contrast, #fff);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ivd-blog__card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--ivd-muted)}.ivd-blog__card-meta-item{display:flex;align-items:center;gap:4px}.ivd-blog__card-meta svg{width:13px;height:13px;stroke:var(--ivd-accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ivd-blog__card-title{font-size:16px;font-weight:800;color:var(--ivd-text);line-height:1.35;margin:0;letter-spacing:-.01em}.ivd-blog__card:hover .ivd-blog__card-title{color:var(--ivd-accent)}.ivd-blog__card-excerpt{font-size:14px;color:var(--ivd-muted);line-height:1.7;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ivd-blog__card-link{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:var(--ivd-accent);text-decoration:none;margin-top:auto;padding-top:8px;border-top:1px solid var(--ivd-border)}.ivd-blog__card-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.ivd-blog__card:hover .ivd-blog__card-link svg{transform:translate(4px)}.ivd-blog__pagination{text-align:center;margin-top:40px}.ivd-blog .pagination-wrapper{margin:0}.ivd-blog .pagination__list{display:inline-flex;align-items:center;gap:8px}.ivd-blog .pagination__item{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:12px;border:1.5px solid var(--ivd-border);background:var(--ivd-surface);color:var(--ivd-text);font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .2s}.ivd-blog .pagination__item:hover{background:var(--ivd-pill-bg);color:var(--ivd-accent);border-color:rgba(var(--ivd-accent-rgb),.3);transform:translateY(-1px)}.ivd-blog .pagination__item--current{background:var(--ivd-accent);border-color:var(--ivd-accent);color:var(--ivd-accent-contrast, #fff)}.ivd-blog .pagination__item--current:hover{background:var(--ivd-accent-dark);border-color:var(--ivd-accent-dark);color:var(--ivd-accent-contrast, #fff)}.ivd-blog .pagination__item-arrow .icon,.ivd-blog .pagination__item .svg-wrapper svg{width:12px;height:12px;color:currentColor}.ivd-blog__cta{margin-top:24px;background:linear-gradient(135deg,var(--ivd-accent) 0%,var(--ivd-accent-dark) 100%);border-radius:var(--ivd-radius, 20px);padding:40px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;position:relative;overflow:hidden}.ivd-blog__cta:before{content:"";position:absolute;top:-30px;right:-30px;width:180px;height:180px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);pointer-events:none}.ivd-blog__cta h3{font-size:22px;font-weight:900;color:#fff;margin:0 0 8px}.ivd-blog__cta p{font-size:15px;color:#ffffffc7;margin:0;line-height:1.6}.ivd-blog__cta-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--ivd-surface);color:var(--ivd-accent);border-radius:12px;font-size:15px;font-weight:800;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s}.ivd-blog__cta-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0003}.ivd-blog__empty{text-align:center;padding:60px 24px;color:var(--ivd-muted)}.ivd-blog__empty svg{width:56px;height:56px;stroke:var(--ivd-accent);fill:none;stroke-width:1.5;opacity:.4;margin-bottom:16px;display:block;margin-left:auto;margin-right:auto}@media(max-width:900px){.ivd-blog__hero{padding:36px 28px}.ivd-blog__cta{flex-direction:column;text-align:center;padding:32px 24px}.ivd-blog__cta-btn{width:100%;justify-content:center}}@media(max-width:640px){.ivd-blog__wrap{padding:12px 16px 40px}.ivd-blog__hero{padding:28px 20px;border-radius:16px}.ivd-blog__h1{font-size:24px}.ivd-blog__hero-stats{flex-direction:column}}.ivd-article-master{background:var(--ivd-bg);color:var(--ivd-text);min-height:60vh;margin-top:0!important;padding-top:0!important}.ivd-article-master *,.ivd-article-master *:before,.ivd-article-master *:after{box-sizing:border-box;font-family:inherit!important}.ivd-article__hero{background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:var(--ivd-radius-lg, 24px);padding:52px 48px 40px;max-width:var(--ivd-max-width, 1120px);margin:16px auto 0;position:relative;overflow:hidden;text-align:center}.ivd-article__hero:before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(var(--ivd-accent-rgb),.07) 0%,transparent 70%);pointer-events:none}.ivd-article__hero:after{content:"";position:absolute;bottom:-40px;left:-40px;width:200px;height:200px;background:radial-gradient(circle,rgba(var(--ivd-accent-rgb),.04) 0%,transparent 70%);pointer-events:none}.ivd-article__hero-inner{max-width:800px;margin:0 auto;position:relative;z-index:1}.ivd-article__pill{display:inline-flex;align-items:center;gap:6px;background:var(--ivd-pill-bg);color:var(--ivd-pill-text);border:1px solid rgba(var(--ivd-accent-rgb),.15);font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:16px}.ivd-article__pill-dot{width:6px;height:6px;border-radius:50%;background:var(--ivd-accent);animation:ivd-badge-pulse 2.5s infinite}.ivd-article__title{font-size:clamp(26px,4vw,38px);font-weight:900;line-height:1.15;letter-spacing:-.02em;color:var(--ivd-text);margin:0 0 16px;background:linear-gradient(135deg,var(--ivd-text) 0%,var(--ivd-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ivd-article__meta{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;font-size:13.5px;color:var(--ivd-muted);margin-top:8px}.ivd-article__meta-item{display:flex;align-items:center;gap:6px}.ivd-article__meta-item svg{width:15px;height:15px;stroke:var(--ivd-accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.ivd-article__image-wrap{max-width:1100px;margin:24px auto 0;padding:0 24px}.ivd-article__image-wrap img{width:100%;object-fit:cover;border-radius:var(--ivd-radius, 20px);border:1.5px solid var(--ivd-border);box-shadow:var(--ivd-shadow);display:block}.ivd-article__image-wrap--adapt img{height:auto}.ivd-article__image-wrap--small img{height:auto;max-height:280px}.ivd-article__image-wrap--medium img{height:auto;max-height:420px}.ivd-article__image-wrap--large img{height:auto;max-height:560px}.ivd-article__layout{max-width:1100px;margin:24px auto 0;padding:0 24px 80px;display:grid;grid-template-columns:1fr 300px;gap:28px;align-items:start}@media(max-width:900px){.ivd-article__layout{grid-template-columns:1fr;padding:0 16px 60px}}.ivd-article__body-card{background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:var(--ivd-radius, 20px);padding:40px 44px;box-shadow:var(--ivd-shadow-soft, var(--ivd-shadow));position:relative}.ivd-article__body-card:before{content:"";position:absolute;top:0;left:0;width:55%;height:2px;background:linear-gradient(90deg,rgba(var(--ivd-accent-rgb),.5),transparent);border-radius:var(--ivd-radius, 20px) 0 0 0}@media(max-width:640px){.ivd-article__body-card{padding:24px 20px}}.ivd-article .rte{font-size:16px;line-height:1.75;color:var(--ivd-text)}.ivd-article .rte h2{font-size:26px;font-weight:800;color:var(--ivd-text);line-height:1.3;letter-spacing:-.01em;margin:36px 0 14px;padding-bottom:12px;position:relative}.ivd-article .rte h2:after{content:"";position:absolute;bottom:0;left:0;width:48px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--ivd-accent) 0%,var(--ivd-gold) 100%)}.ivd-article .rte h2:first-child{margin-top:0}.ivd-article .rte h3{font-size:20px;font-weight:800;color:var(--ivd-accent);margin:28px 0 10px}.ivd-article .rte p{font-size:16px;line-height:1.75;color:var(--ivd-text);margin:0 0 16px}.ivd-article .rte a{color:var(--ivd-accent);text-decoration:underline;text-underline-offset:3px}.ivd-article .rte a:hover{color:var(--ivd-accent-dark)}.ivd-article .rte ul,.ivd-article .rte ol{padding-left:22px;margin:0 0 20px}.ivd-article .rte li{font-size:16px;line-height:1.75;color:var(--ivd-text);margin-bottom:8px;padding-left:4px}.ivd-article .rte ul li::marker,.ivd-article .rte ol li::marker{color:var(--ivd-accent);font-weight:700}.ivd-article .rte strong{color:var(--ivd-text);font-weight:700}.ivd-article .rte blockquote{border-left:3px solid var(--ivd-gold);background:var(--ivd-pill-bg);padding:16px 20px;border-radius:0 12px 12px 0;margin:24px 0;font-style:italic;color:var(--ivd-muted);font-size:15px}.ivd-article .rte img{max-width:100%;height:auto;border-radius:14px}.ivd-article .rte table{width:100%;border-collapse:collapse;margin:24px 0;font-size:15px}.ivd-article .rte th,.ivd-article .rte td{border:1px solid var(--ivd-border);padding:10px 14px;text-align:left}.ivd-article .rte th{background:var(--ivd-pill-bg);color:var(--ivd-text);font-weight:700}.ivd-article .rte code,.ivd-article .rte pre,.ivd-article .rte pre *{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace!important;font-size:14px}.ivd-article .rte code{background:#f0efea;padding:2px 6px;border-radius:6px}.ivd-article .rte pre{background:#f0efea;padding:16px 20px;border-radius:12px;overflow-x:auto;margin:0 0 20px}.ivd-article .rte pre code{background:none;padding:0}.ivd-article__share{background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:16px;padding:18px 24px;margin-top:20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ivd-article__share-label{font-size:12px;font-weight:700;color:var(--ivd-muted);text-transform:uppercase;letter-spacing:.06em}.ivd-article__sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:100px}.ivd-article__cta-card{background:linear-gradient(135deg,var(--ivd-accent) 0%,var(--ivd-accent-dark) 100%);border-radius:var(--ivd-radius, 20px);padding:28px 22px;color:#fff;text-align:center;box-shadow:0 8px 24px rgba(var(--ivd-accent-rgb),.25);position:relative;overflow:hidden}.ivd-article__cta-card:before{content:"";position:absolute;top:-20px;right:-20px;width:120px;height:120px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);pointer-events:none}.ivd-article__cta-card h3{font-size:15px;font-weight:800;margin:0 0 8px;color:#fff;line-height:1.3}.ivd-article__cta-card p{font-size:13px;line-height:1.6;color:#ffffffd1;margin:0 0 18px}.ivd-article__cta-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--ivd-surface);color:var(--ivd-accent);font-weight:700;font-size:13.5px;padding:10px 20px;border-radius:999px;text-decoration:none;transition:transform .2s,box-shadow .2s;white-space:nowrap}.ivd-article__cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.ivd-article__info-card{background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:var(--ivd-radius, 20px);padding:22px;box-shadow:var(--ivd-shadow-soft, var(--ivd-shadow))}.ivd-article__info-card h4{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--ivd-muted);margin:0 0 14px}.ivd-article__info-row{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid var(--ivd-border);font-size:13.5px;color:var(--ivd-text);line-height:1.5}.ivd-article__info-row:last-child{border-bottom:none;padding-bottom:0}.ivd-article__info-row svg{width:15px;height:15px;stroke:var(--ivd-accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}.ivd-article__back-wrap{max-width:1100px;margin:0 auto;padding:0 24px 28px}.ivd-article__back{display:inline-flex;align-items:center;gap:8px;background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:999px;padding:10px 20px;font-size:13.5px;font-weight:600;color:var(--ivd-text);text-decoration:none;transition:background .2s,color .2s,transform .2s}.ivd-article__back:hover{background:var(--ivd-pill-bg);color:var(--ivd-accent);transform:translate(-3px)}.ivd-article__back svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:rotate(180deg)}.ivd-article__related{max-width:1100px;margin:0 auto 40px;padding:0 24px}.ivd-article__related-title{font-size:22px;font-weight:900;color:var(--ivd-text);letter-spacing:-.01em;margin:0 0 18px;position:relative;padding-bottom:12px}.ivd-article__related-title:after{content:"";position:absolute;bottom:0;left:0;width:48px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--ivd-accent) 0%,var(--ivd-gold) 100%)}.ivd-article__related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:900px){.ivd-article__related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.ivd-article__related-grid{grid-template-columns:1fr}}.ivd-article__related-card{background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:var(--ivd-radius, 20px);overflow:hidden;box-shadow:var(--ivd-shadow-soft, var(--ivd-shadow));transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s,border-color .25s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.ivd-article__related-card:hover{transform:translateY(-4px);box-shadow:var(--ivd-shadow-hover);border-color:rgba(var(--ivd-accent-rgb),.3)}.ivd-article__related-image{width:100%;aspect-ratio:16 / 9;height:auto;object-fit:cover;display:block}.ivd-article__related-image-placeholder{width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,var(--ivd-pill-bg) 0%,rgba(var(--ivd-accent-rgb),.14) 100%);display:flex;align-items:center;justify-content:center}.ivd-article__related-image-placeholder svg{width:36px;height:36px;stroke:var(--ivd-accent);opacity:.35;fill:none;stroke-width:1.5}.ivd-article__related-body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:8px;flex:1}.ivd-article__related-date{font-size:12px;color:var(--ivd-muted);display:flex;align-items:center;gap:5px}.ivd-article__related-date svg{width:13px;height:13px;stroke:var(--ivd-accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ivd-article__related-card-title{font-size:15px;font-weight:800;color:var(--ivd-text);line-height:1.35;margin:0}.ivd-article__related-card:hover .ivd-article__related-card-title{color:var(--ivd-accent)}.ivd-article__related-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--ivd-accent);margin-top:auto;padding-top:6px}.ivd-article__related-link svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.ivd-article__related-card:hover .ivd-article__related-link svg{transform:translate(4px)}.ivd-article__footer-cta{max-width:1100px;margin:0 auto 40px;padding:0 24px}.ivd-article__footer-cta-inner{background:linear-gradient(135deg,var(--ivd-accent) 0%,var(--ivd-accent-dark) 100%);border-radius:var(--ivd-radius, 20px);padding:40px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;position:relative;overflow:hidden}.ivd-article__footer-cta-inner:before{content:"";position:absolute;top:-30px;right:-30px;width:180px;height:180px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);pointer-events:none}.ivd-article__footer-cta-inner h2{font-size:clamp(18px,2.5vw,24px);font-weight:900;color:#fff;margin:0 0 8px;letter-spacing:-.02em}.ivd-article__footer-cta-inner p{font-size:14px;color:#fffc;max-width:460px;margin:0;line-height:1.6}.ivd-article__footer-cta-btn{display:inline-flex;align-items:center;gap:8px;background:var(--ivd-surface);color:var(--ivd-accent);font-weight:800;font-size:14px;padding:13px 28px;border-radius:999px;text-decoration:none;white-space:nowrap;flex-shrink:0;box-shadow:0 6px 20px #00000026;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s}.ivd-article__footer-cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0003}.ivd-article__footer-cta-btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}@media(max-width:900px){.ivd-article__footer-cta-inner{flex-direction:column;text-align:center;padding:32px 24px}.ivd-article__footer-cta-btn{width:100%;justify-content:center}.ivd-article__hero{padding:36px 28px 32px;margin:12px 16px 0}}@media(max-width:640px){.ivd-article__hero{padding:28px 20px 24px;border-radius:16px}.ivd-article__image-wrap--small img,.ivd-article__image-wrap--medium img,.ivd-article__image-wrap--large img{max-height:240px}.ivd-article__footer-cta-inner{border-radius:16px}}
/*# sourceMappingURL=/cdn/shop/t/75/assets/ivd-blog.css.map */
