.Spoiler { background: var(--color-black); padding: 1rem 2rem; border-radius: 20px; & .icon { color: var(--color-orange); } & summary { font-family: 'Roboto Condensed', sans-serif; font-size: 1.5rem; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 1rem; font-weight: bold; } & > div { margin-top: 1rem; display: flex; flex-direction: column; gap: 1rem; } } @media (width <= 820px) { .Spoiler { & summary { font-size: 1rem; } } }