#ct-dashboard > header { background: #f5f7f9; h2 { display: flex; align-items: center; justify-content: center; font-size: 25px; font-weight: 800; margin: 0; svg { margin-right: 10px; fill: currentColor; } } p { font-size: 15px; margin-top: 10px; // color: #2e4453; color: #5a6b7f; } .ct-version { display: none; color: #fff; background: #72af3a; font-size: 10px; border-radius: 100px; padding: 2px 8px; position: relative; // top: -10px; margin-left: 10px; } }