.fund-card{padding:16px 24px;width:278px;border-radius:7px;background:var(--neutral-surface-light);display:flex;flex-direction:column;gap:32px;box-shadow:0 4px 24px 0 rgba(0,0,0,.1)}.fund-card--active{box-shadow:0 0 48px 0 rgba(0,0,0,.16)}.fund-card__content,.fund-card__header,.fund-card__main,.fund-card__main-item{display:flex;flex-direction:column}.fund-card__header{gap:4px}.fund-card__content{gap:24px}.fund-card__main{display:grid;grid-template-columns:repeat(2,auto);grid-template-areas:"risk risk" "volume volume" "isin isin" "nav stand";list-style:none;grid-gap:24px;gap:24px}.fund-card__main-item{gap:8px;white-space:nowrap}.fund-card__main-item--volume{grid-area:volume}.fund-card__main-item--risk{grid-area:risk}.fund-card__main-item--isin{grid-area:isin}.fund-card__main-item--nav{grid-area:nav}.fund-card__main-item--stand{grid-area:stand}.fund-card__footer{justify-content:center;display:none}.fund-card--active .fund-card__footer{display:flex}@media only screen and (min-width:743px){.fund-card{width:445px;padding:24px 32px;gap:40px}.fund-card__main{grid-template-areas:"risk isin" "volume nav" "stand stand";column-gap:32px}}@media only screen and (min-width:1280px){.fund-card{width:510px;padding:24px 32px;gap:40px}.fund-card__main{grid-template-areas:"risk volume volume" "isin nav stand";gap:24px;column-gap:24px}}
/*# sourceMappingURL=4af61be6027dcef9.css.map*/