.content-card{width:100%;flex-shrink:0;display:flex;flex-direction:column}.content-card__inner{--bleed-y:var(--card-hover-bleed-y);--bleed-x:var(--card-hover-bleed-x);flex:1 1;display:flex;flex-direction:column;position:relative;border-radius:var(--radius-lg);padding:var(--bleed-y) var(--bleed-x) var(--bleed-y);margin:calc(-1 * var(--bleed-y)) calc(-1 * var(--bleed-x)) calc(-1 * var(--bleed-y));transition:background .25s ease,box-shadow .25s ease}.content-card:hover .content-card__inner{background:var(--color-white);box-shadow:var(--shadow-card-hover)}.content-card__meta{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md)}.content-card__meta-left,.content-card__meta-right{font-family:var(--font-subtext);font-weight:500;font-size:14px;line-height:21px;letter-spacing:1.68px;text-transform:uppercase;color:var(--lightest-text)}.content-card__dot{display:block;width:5px;height:5px;border-radius:1px;background:var(--lightest-grey);flex-shrink:0}.content-card__image{display:block;position:relative;aspect-ratio:396/227;border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;flex-shrink:0}.content-card__image--branded{background:var(--color-primary)}.content-card__image--photo{background:var(--ash)}.content-card__photo-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.content-card:hover .content-card__photo-img{transform:scale(1.03)}.content-card__icon{position:absolute;top:20px;right:28px;width:50px;height:34px;object-fit:contain;pointer-events:none}.content-card__series{top:20px;font-size:28px;line-height:36px;color:var(--text);white-space:nowrap}.content-card__image-heading,.content-card__series{position:absolute;left:24px;font-family:var(--font-heading);font-weight:500}.content-card__image-heading{right:24px;bottom:20px;font-size:36px;line-height:42px;color:var(--color-white);margin:0}.content-card__body{flex:1 1;padding-top:var(--space-lg)}.content-card__title{font-family:var(--font-heading);font-weight:600;font-size:var(--font-size-h4);line-height:1.3;color:var(--light-text);margin:0 0 var(--space-sm)}.content-card__title a{text-decoration:none;color:inherit;transition:color .2s}.content-card__title a:hover{color:var(--text)}.content-card__excerpt{font-family:var(--font-subtext);font-weight:400;font-size:14px;line-height:21px;color:var(--light-text);margin:0}@media (max-width:768px){.content-card__series{font-size:22px;line-height:28px;top:16px;left:20px}.content-card__image-heading{font-size:28px;line-height:36px;bottom:16px;left:20px;right:20px}.content-card__icon{top:16px;right:20px;width:40px;height:28px}.content-card__title{font-size:22px;line-height:28px}.related-posts .content-card__excerpt{display:none}}@media (max-width:480px){.content-card__inner{--bleed-x:6px;padding:var(--bleed-y) var(--bleed-x) var(--space-sm);margin:calc(-1 * var(--bleed-y)) calc(-1 * var(--bleed-x)) calc(-1 * var(--space-sm))}.content-card__image{aspect-ratio:170/96;border-radius:var(--radius-xs)}.content-card__series{font-size:var(--font-size-xs);top:var(--space-sm)}.content-card__image-heading,.content-card__series{line-height:var(--lh-micro-12);left:var(--space-md)}.content-card__image-heading{font-size:var(--font-size-body);bottom:var(--space-md);right:var(--space-md)}.content-card__icon{top:var(--space-sm);right:var(--space-md);width:var(--space-lg);height:var(--space-md)}.content-card__body{padding-top:var(--space-md)}.content-card__title{font-family:var(--font-subtext);font-weight:400;font-size:var(--font-size-sm);line-height:var(--fluid-m-small-lh);margin-bottom:0}.content-card__excerpt{display:none}.content-card__meta{gap:var(--space-sm);margin-bottom:var(--space-xs);min-height:36px}.content-card__meta-left,.content-card__meta-right{font-size:var(--fluid-m-micro-fs);line-height:var(--lh-micro-12);letter-spacing:1.06px}.content-card__dot{width:3px;height:3px}}@media (prefers-reduced-motion:reduce){.content-card__inner,.content-card__photo-img{transition:none}}