.ghost-cards{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ghost-cards__item{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.14);box-sizing:border-box;display:flex;flex-direction:column;padding:30px 32px;transition:box-shadow .18s ease,background .18s ease}.ghost-cards--bordered .ghost-cards__item{border:var(--bw,1px) solid var(--bc,hsla(0,0%,100%,.14))}.ghost-cards__header{align-items:center;display:flex;gap:14px;margin:0 0 14px}.ghost-cards__eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin:0;text-transform:uppercase}.ghost-cards__logo{display:block;flex:0 0 auto;height:auto;width:auto}.ghost-cards__title{font-size:22px;font-weight:700;line-height:1.25;margin:0 0 14px}.ghost-cards__body{color:#8aa0b2;font-size:15px;line-height:1.6}.ghost-cards__body p{margin:0 0 1em}.ghost-cards__body p:last-child{margin-bottom:0}.ghost-cards__tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.ghost-cards__tag{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.22);border-radius:4px;color:#fff;display:inline-block;font-size:13px;line-height:1.3;padding:8px 14px;white-space:nowrap}.ghost-cards__link{align-items:center;align-self:flex-start;color:#fff;display:inline-flex;font-size:15px;font-weight:700;gap:8px;margin-top:auto;padding-top:22px;text-decoration:none}.ghost-cards__link:hover{text-decoration:underline}.ghost-cards__arrow{font-size:16px;line-height:1}.ghost-cards__item--bar-active,.ghost-cards__item--bar-reactive:hover{box-shadow:inset 4px 0 0 0 var(--accent)}.ghost-cards__item--bar-reactive:hover{background:hsla(0,0%,100%,.07)}.ghost-cards--light:not(.ghost-cards--bordered) .ghost-cards__item{background:transparent;border-color:#e4e7ea}.ghost-cards--light .ghost-cards__item--bar-reactive:hover{background:rgba(15,40,60,.03)}.ghost-cards--light .ghost-cards__body{color:#5b6b7a}.ghost-cards--light .ghost-cards__tag{background:transparent;border-color:#d9dee4;color:#5b6b7a}.ghost-cards--light .ghost-cards__link{color:#14334c}