.elementor-624 .elementor-element.elementor-element-07315cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6b57407 */.win98-desktop {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #008080;
  font-family: "Tahoma", sans-serif;
  padding: 20px;
  overflow: hidden;
}

/* Icons */
.icon {
  width: 80px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
  cursor: pointer;
}

.icon img {
  width: 32px;
  height: 32px;
}

.icon span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

/* Window */
.window {
  position: absolute;
  top: 120px;
  left: 150px;
  width: 320px;
  background: #c0c0c0;
  border: 2px solid #000;
  display: none;
}

.title-bar {
  background: linear-gradient(to right, #000080, #0000cd);
  color: white;
  padding: 4px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.title-bar button {
  background: #c0c0c0;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.window-body {
  padding: 10px;
  font-size: 13px;
  color: black;
}/* End custom CSS */