.ubuntu-window--chrome {
  top: 70px;
  left: 52%;
  width: min(900px, 90%);
}

.ubuntu-icon__img--chrome {
  width: 40px;
  height: 40px;
}

.ubuntu-window__body--chrome {
  padding: 0;
  font-family: "IBM Plex Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
}

.ubuntu-browser {
  height: 100%;
  min-height: 420px;
  display: grid;
  grid-template-rows: 44px 1fr;
}

.ubuntu-browser__toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.29),
    rgba(0, 0, 0, 0.27)
  );
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ubuntu-browser__button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #f5f4f7;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ubuntu-browser__button:hover {
  background: rgba(255, 255, 255, 0.16);
}

.ubuntu-browser__input {
  flex: 1;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 10, 14, 0.7);
  color: #f5f4f7;
  padding: 0 12px;
  font-size: 0.84rem;
  outline: none;
}

.ubuntu-browser__frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #ffffff;
}

@media (max-width: 900px) {
  .ubuntu-window--chrome {
    width: min(760px, 96%);
  }
}
