// Global CSS // === Forms .required label::after { content: "*"; color: red; } // === Tools .nowrap { white-space: nowrap; }