.window-controls-group {
  margin-left: auto;
  display: flex; }
  .window-controls-group button {
    --size: 30px; }

.window-control {
  color: #808080;
  background-color: transparent; }
  .window-control:hover {
    color: #999999;
    background-color: #333333; }

.window-control-close:hover {
  color: #E5E5E5;
  background-color: #D34037; }
