.SectionCard_card__5Xv6l{display:flex;flex-direction:column;border-radius:var(--border-radius-large);background:var(--color-object-white);box-shadow:0 1px 3px 0 rgba(58,67,71,.3);width:100%}.SectionCard_header__QZ_7h{display:flex;gap:var(--space-100);align-items:center;justify-content:space-between;width:100%;padding:var(--space-300) var(--space-400);border-top-left-radius:var(--border-radius-medium);border-top-right-radius:var(--border-radius-medium)}.SectionCard_header__QZ_7h.SectionCard_blue__iKzhQ{background:var(--color-bg-sheblue-default)}.SectionCard_header__QZ_7h.SectionCard_light__6mpdj{background:var(--color-object-gray-1,#f6f7f7)}.SectionCard_titleWrapper__nH27S{display:flex;gap:var(--space-100);align-items:center;flex:1}.SectionCard_questionIcon__BmKuh{display:flex;align-items:center;cursor:help}.SectionCard_headerButton__pKW9J{flex-shrink:0}.SectionCard_content__Tcw9P{padding:var(--space-600);background:var(--color-object-white);border-bottom-left-radius:var(--border-radius-large);border-bottom-right-radius:var(--border-radius-large)}@media screen and (max-width:768px){.SectionCard_content__Tcw9P{padding:var(--space-400)}}.SectionCard_content__Tcw9P.SectionCard_contentExpandable__FGtFp{position:relative}.SectionCardExpandableContent_contentWrapper__wGepX.SectionCardExpandableContent_hasMore__o_Bp7{transition:max-height .3s ease-in-out}.SectionCardExpandableContent_contentWrapper__wGepX.SectionCardExpandableContent_hasMore__o_Bp7:not(.SectionCardExpandableContent_expanded__umyOt){max-height:var(--collapsible-offset-height);overflow:hidden;position:relative}.SectionCardExpandableContent_contentWrapper__wGepX.SectionCardExpandableContent_hasMore__o_Bp7.SectionCardExpandableContent_expanded__umyOt{max-height:none;overflow:visible;position:static}.SectionCardExpandableContent_expandButtonWrapper__en8NG{display:flex;justify-content:center;pointer-events:none;position:absolute;bottom:0;left:0;right:0;padding:var(--space-800);background:linear-gradient(180deg,rgba(255,255,255,0) 0,var(--color-object-white) 50%,var(--color-object-white) 100%)}.SectionCardExpandableContent_expandButtonWrapper__en8NG.SectionCardExpandableContent_expanded__umyOt{position:relative;padding:var(--space-600) 0 var(--space-200) 0;background:none}.SectionCardExpandableContent_expandButtonWrapper__en8NG button{pointer-events:auto}