.blog-related-articles{box-sizing:border-box;padding:var(--spacing-section-padding-y) var(--spacing-section-padding-x);width:100%}.blog-related-articles__container{box-sizing:border-box;margin:0 auto;max-width:1440px;padding:0 135px}.blog-related-articles__header{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.blog-related-articles__heading{color:var(--color-dark);font-family:var(--font-family-primary);font-size:36px;font-weight:600;line-height:normal;margin:0}.blog-related-articles__accent-line{background-color:#00d0a8;display:block;height:1px;width:80px}.blog-related-articles__grid{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.blog-related-articles__card{display:flex;flex-direction:column}.blog-related-articles__card-image-wrapper{border-radius:8px;height:220px;overflow:hidden;width:100%}.blog-related-articles__card-image{display:block;height:100%;object-fit:cover;width:100%}.blog-related-articles__card-placeholder{background-color:#e8e8e8;border-radius:8px;height:100%;width:100%}.blog-related-articles__card-content{display:flex;flex-direction:column;gap:16px;padding-top:32px}.blog-related-articles__card-meta,.blog-related-articles__meta-item{align-items:center;display:flex;gap:12px}.blog-related-articles__meta-item{color:#181818;font-family:var(--font-family-primary);font-size:14px;font-weight:500;line-height:20px}.blog-related-articles__meta-icon{flex-shrink:0;height:16px;opacity:.7;width:16px}.blog-related-articles__card-topics{display:flex;flex-wrap:wrap;gap:5px}.blog-related-articles__card-topic{align-items:center;background-color:#e5e7eb;border-radius:6px;color:var(--color-dark);display:inline-flex;font-family:var(--font-family-primary);font-size:14px;font-weight:400;line-height:20px;padding:5px 14px}.blog-related-articles__card-title{color:#181818;font-family:var(--font-family-primary);font-size:20px;font-weight:700;line-height:28px;margin:0}.blog-related-articles__card-excerpt{color:#181818;font-weight:400;margin:0}.blog-related-articles__card-cta,.blog-related-articles__card-excerpt{font-family:var(--font-family-primary);font-size:16px;line-height:24px}.blog-related-articles__card-cta{align-items:center;align-self:flex-start;background-color:#00d0a8;border-radius:8px;color:var(--color-dark);display:inline-flex;font-weight:700;justify-content:center;padding:12px 24px;text-decoration:none;transition:background-color .2s ease}.blog-related-articles__card-cta:hover{background-color:#00b894}.blog-related-articles__card-cta:focus-visible{outline:2px solid #007a63;outline-offset:2px}.blog-related-articles__empty{color:#666;font-family:var(--font-family-primary);font-size:16px;font-weight:400;line-height:24px;margin:0}@media (max-width:1023px){.blog-related-articles__container{padding:0 40px}.blog-related-articles__grid{grid-template-columns:repeat(2,1fr)}.blog-related-articles__heading{font-size:30px}}@media (max-width:767px){.blog-related-articles{padding:40px var(--spacing-section-padding-x)}.blog-related-articles__container{padding:0}.blog-related-articles__grid{gap:24px;grid-template-columns:1fr}.blog-related-articles__heading{font-size:28px}.blog-related-articles__card-image-wrapper{height:180px}.blog-related-articles__card-title{font-size:18px;line-height:26px}}