.subject-category-list{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;grid-template-columns:repeat(1,1fr)}@media only screen and (min-width:481px){.subject-category-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:769px){.subject-category-list{gap:8px;grid-template-columns:repeat(4,1fr)}}.subject-category-list li{padding-block:4px;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}@media only screen and (min-width:769px){.subject-category-list li{padding-block:8px}}.subject-category-list li:nth-child(n+5){display:none}.subject-category-list li a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width:481px){.subject-category-list li a{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.subject-category-list__toggle-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:24px;margin-inline:auto;margin-top:16px;text-align:center}@media only screen and (min-width:769px){.subject-category-list__toggle-btn{margin-top:24px}}.subject-category-list__toggle-btn:after{content:"";font-family:FontAwesome;font-size:32px;margin-left:4px}.subject-category-list__wrapper.expanded li:nth-child(n+5){display:block}.subject-category-list__wrapper.expanded .subject-category-list__toggle-btn:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
