.contentCard{box-shadow:var(--shadowSecondContainerValue);border-radius:4px}.contentCard .contentCardInner{display:flex;align-items:center;column-gap:10px;background:var(--backgroundSecondColor);border-radius:4px;padding:10px 14px;margin-bottom:10px;transition:background .05s ease}.contentCard .contentCardText{flex:1 1 auto}.contentCard .contentCardText .topLabel{display:block;color:var(--fontLightColor)}.contentCard .contentCardText .topLabel+.title{margin-top:5px}.contentCard .contentCardText .title{display:block;font-size:16px;line-height:1.3125;font-weight:750}.contentCard .contentCardText .title+.description{margin-top:10px}.contentCard .contentCardText .description{display:block}.contentCard .contentCardLabels{flex:0 1 auto}.contentCard.contentCardOpenable .contentCardInner{position:relative;padding-right:25px}.contentCard.contentCardOpenable .contentCardInner:after{content:"";display:block;position:absolute;top:50%;right:10px;height:10px;width:10px;border-top:2px solid var(--fontLightColor);border-right:2px solid var(--fontLightColor);transform:translateY(-50%) rotate(45deg);opacity:.5}.contentCard.contentCardWithImage .contentCardImage img{width:100%;height:auto;display:block;border-radius:4px 4px 0 0}.contentCard.contentCardWithImage .contentCardInner{border-radius:0 0 4px 4px}
