Incorrectly highlights nested styles and properties. Try this: ```css .button-wrapper { margin-top: 20px; .korus-btn { padding: 8px 30px 10px; } } .case-info-section { .case-info-title{ color: gray; } padding-bottom: 20px } ```