*,
::before,
::after {
  box-sizing: border-box;
}

:where(body, h1, h2, h3, h4, h5) {
  margin: 0;
}

:where(img, svg) {
  max-width: 100%;
  height: auto;
}

.sw19s-btn {
  font-size: 16px;
  line-height: 23px;
  background: #81c23c;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 24px 11px 24px;
  transition: background 0.1s;
  text-align: center;
  border: 0px;

  &:hover {
    background: #94d24b;
  }

  &.sw19s-btn-dark,
  &.gray {
    background: #111111;
  }

  &.sw19s-btn-dark:hover {
    background: #181818;
  }

  &.orange {
    background: #FF6200;
  }

  &.orange:hover {
    background: #ff7a00;
  }
}

.sw19s-img-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 503;

  img {
    max-width: 100%;
    max-height: 80%;
  }

  button {
    position: absolute;
    top: 3%;
    right: 3%;
    background: none;
    color: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;
  }
}

/* Override the sw19s-title-text style from sw-global */
.sw19s-title-text .top-content {
  font-size: 18px;
}

/* Override the horizontal-rule block from sw-global */
.sw19b-horizontal-rule .color-strip {
  height: 5px;
}
