/* --------------------------------------------------------------------------
   Windows 95 text button
   -------------------------------------------------------------------------- */
.win95-text-btn-wrap {
  display: inline-block;
  height: 1.5625rem;
  position: relative;
  width: 4.75rem;
}

.win95-text-btn-wrap::before {
  background: #000;
  content: "";
  inset: 0;
  position: absolute;
}

.win95-text-btn {
  align-items: center;
  appearance: none;
  background: #bfbfbf;
  border: 2px solid;
  border-color: #fff #808080 #808080 #fff;
  box-shadow: 0 0 0 1px #000;
  box-sizing: border-box;
  color: #000;
  cursor: var(--cursor-normal);
  display: inline-flex;
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  line-height: 0.75rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.win95-text-btn:hover {
  color: #000;
}

.win95-text-btn:active {
  border-color: #808080 #fff #fff #808080;
  transform: translate(1px, 1px);
}

.win95-text-btn:focus-visible {
  outline: 1px dotted #000;
  outline-offset: 2px;
}
