.opportunity-event-card{display:flex;min-width:0;min-height:590px;flex-direction:column;overflow:hidden;border:10px solid #fff;border-radius:38px;background:#fff;box-shadow:0 16px 40px rgba(12,28,53,.08)}.opportunity-event-card__visual{position:relative;min-height:220px;border-radius:28px;background:linear-gradient(145deg,#10bd91,#2f77f4)}.opportunity-event-card__visual--1{background:linear-gradient(145deg,#0fc48d,#25b8d3)}.opportunity-event-card__visual--poster{min-height:0;overflow:hidden;aspect-ratio:1672/866;background:#062b55}.opportunity-event-card__visual--poster img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.opportunity-event-card__visual--poster .opportunity-event-card__badge{display:none}.opportunity-event-card__visual--2{background:linear-gradient(145deg,#18ae93,#397cf5)}.opportunity-event-card__badge{position:absolute;top:16px;right:16px;padding:10px 20px;border-radius:999px;color:#008e78;font-size:14px;font-style:italic;background:#f4f5ff}.opportunity-event-card__body{display:flex;min-height:350px;flex:1;flex-direction:column;padding:20px 14px 10px}.opportunity-event-card__level{align-self:flex-start;padding:8px 14px;border-radius:999px;color:#00977f;font-size:13px;background:#f0f2ff}.opportunity-event-card h3{min-height:58px;margin:18px 0 14px;color:#26324a;font-size:24px;font-weight:600;line-height:1.2;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.opportunity-event-card__meta{display:grid;gap:7px;margin:0 0 16px;color:#667085;font-size:13px}.opportunity-event-card__meta div{display:grid;grid-template-columns:92px 1fr;gap:10px}.opportunity-event-card__meta dd,.opportunity-event-card__meta dt{margin:0}.opportunity-event-card__meta dd{color:#26324a;font-weight:500}.opportunity-event-card__description{margin:0 0 20px;color:#536078;font-size:15px;line-height:1.5;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.opportunity-event-card__actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto}.opportunity-event-card__details{padding:0;border:0;color:#007f69;font-size:14px;font-weight:600;text-decoration:none;background:transparent;cursor:pointer}.opportunity-event-card__join{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;min-width:180px;padding:8px 9px 8px 20px;border:1px solid #0c1c35;border-radius:999px;color:#0c1c35;font-size:15px;font-style:italic;text-decoration:none;transition:color .18s ease,background .18s ease}.opportunity-event-card__join-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:#fff;font-style:normal;background:#0c1c35}.opportunity-event-card__join:hover{color:#fff;background:#0c1c35}.opportunity-event-card__join:disabled{justify-content:center;color:#7b8495;border-color:#c9ced8;background:#f5f6f8;cursor:not-allowed}@media (max-width:768px){.opportunity-event-card{min-height:540px;border-width:8px;border-radius:30px}.opportunity-event-card__visual{min-height:190px;border-radius:23px}.opportunity-event-card__body{min-height:330px;padding:18px 10px 8px}.opportunity-event-card h3{min-height:auto;font-size:21px}.opportunity-event-card__actions{align-items:stretch;flex-direction:column}.opportunity-event-card__join{width:100%}}