/* =====================================
   CUSTOM WEBPAGES
===================================== */

.custom-web-main {
  margin-top: 26px;
}

.custom-web-shell {
  text-align: left;
  background: linear-gradient(180deg, #8dffdf 0%, #73f0ff 100%);
  border: 4px solid #000;
  box-shadow: 10px 10px 0 #000;
  padding: 14px;
}

.custom-web-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.custom-web-meta h2 {
  margin: 0;
  font-size: clamp(26px, 5vw, 40px);
  color: #ff008d;
  text-shadow: 3px 3px 0 #000;
}

.custom-web-frame {
  width: 100%;
  min-height: 66vh;
  border: 4px solid #000;
  background: #fff;
  box-shadow: 6px 6px 0 #000;
}

@media (max-width: 760px) {
  .custom-web-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .custom-web-meta .buySmall {
    width: fit-content;
  }

  .custom-web-frame {
    min-height: 58vh;
  }
}
