.Card_flexCont__UxkdA{display:flex;flex-wrap:nowrap;flex-direction:row;align-content:center;justify-content:center;align-items:stretch;gap:24px}.Card_card__GV0pS{display:inline-flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;min-width:280px;min-height:420px;background-color:var(--card-bg);color:var(--text);border:1px solid var(--border-color);border-radius:12px;padding:10px;box-shadow:0 4px 12px var(--card-shadow);transition:box-shadow .3s,transform .3s;&:hover{box-shadow:0 6px 16px var(--card-shadow-hover);transform:translateY(-4px)}}.Card_card__GV0pS h4{color:var(--header-text);border-bottom:1px solid var(--border-color);padding-bottom:10px;font-size:22px;text-align:center}.Card_card__GV0pS p{color:var(--text-secondary);font-size:18px;margin-bottom:12px}.Card_card__GV0pS ul{list-style:none;padding-left:0;min-height:72px;display:flex;flex-direction:column;justify-content:flex-start}.Card_card__GV0pS li{position:relative;padding-left:12px;font-size:16px;color:#7cff8d}.Card_card__GV0pS li:before{content:"+";position:absolute;left:0;color:var(--text-secondary)}.Card_card__GV0pS .Card_links__pLKud{display:flex;flex-direction:column;flex-wrap:nowrap;gap:10px}.Card_card__GV0pS a{text-align:center;width:100%;color:var(--accent-color);text-decoration:none;transition:background-color .3s,color .3s;&:hover{color:var(--btn-hover-text);-webkit-text-decoration:dashed;text-decoration:dashed}}@media (max-width:600px){.Card_flexCont__UxkdA{flex-direction:column}.Card_card__GV0pS{display:inline-flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;min-width:240px;min-height:100%;background-color:var(--card-bg);color:var(--text);border:1px solid var(--border-color);border-radius:12px;padding:10px;box-shadow:0 4px 12px var(--card-shadow);transition:box-shadow .3s,transform .3s;&:hover{box-shadow:0 6px 16px var(--card-shadow-hover);transform:translateY(-4px)}}}