.event-callout__card{align-items:center;background:#fff;border:2px solid hsla(0,0%,100%,.85);border-radius:18px;box-shadow:0 18px 48px rgba(0,0,0,.28);color:#0d172b;display:flex;gap:18px;min-height:104px;overflow:hidden;padding:18px 22px;position:relative;transition:box-shadow .18s ease,transform .18s ease}.event-callout__card:before{background:var(--accent);content:"";inset:0 auto 0 0;position:absolute;width:6px}.event-callout__card--linked:hover{box-shadow:0 22px 56px rgba(0,0,0,.34);transform:translateY(-3px)}.event-callout__icon{background:var(--accent);border-radius:50%;color:#0d172b;display:grid;flex:0 0 58px;height:58px;overflow:hidden;place-items:center;width:58px}.event-callout__icon img{height:100%;object-fit:cover;width:100%}.event-callout__icon svg{fill:none;height:29px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;width:29px}.event-callout__content{min-width:0}.event-callout__detail,.event-callout__eyebrow,.event-callout__title{margin:0}.event-callout__eyebrow{color:#526078;font-size:12px;font-weight:700;letter-spacing:.08em;line-height:1.3;margin-bottom:3px;text-transform:uppercase}.event-callout__title{color:#0d172b;font-size:20px;font-weight:700;line-height:1.2}.event-callout__detail{color:#526078;font-size:14px;font-weight:600;line-height:1.35;margin-top:5px}.event-callout__arrow{background:rgba(13,23,43,.08);border-radius:50%;color:#0d172b;display:grid;flex:0 0 38px;height:38px;margin-left:auto;place-items:center;width:38px}.event-callout__arrow svg{fill:none;height:20px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:20px}.event-callout__link{border-radius:inherit;inset:0;position:absolute;z-index:1}.event-callout__link:focus-visible{outline:3px solid var(--accent);outline-offset:-5px}@media (max-width:767px){.event-callout__card{gap:14px;min-height:92px;padding:16px 18px}.event-callout__icon{flex-basis:48px;height:48px;width:48px}.event-callout__title{font-size:17px}.event-callout__arrow{display:none}}