/**
 * ENH reskin
 */

#main-content {
  visibility: hidden;
  min-height: 100vh;
}

.panel {
  --ht: none;
  --paper-color: white;
}

.impact-buttons {
  --bc: white;
  --bbc: #373737;
}

/**
 * Customized ENH panel
 */

.enh-panel {
  --paper-color: black;
  --text-color: white;
  --tc: white;
  --bc: var(--black);
  --bbc: white;
  color: white;
  border-top: 10px solid var(--blue);
  text-align: center;
}

.enh-panel.swirls {
  background-image: 
    url("./enh-panel-left-wave.svg"), 
    url("./enh-panel-right-wave.svg");
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: 300px;
  border-top: none;
}

.enh-panel .title {
  font-size: calc(100vw/12) !important;
  line-height: 1em !important;
  letter-spacing: -1px;
  margin: 0 auto;
  align-self: center;
}

@media(min-width: 645px) {
  .enh-panel .title {
    font-size: 50px !important
  }

  .enh-panel .title-grid {
    text-align: left;
  }

  .enh-panel .title-grid :nth-child(2) {
    padding-left: 15px;
    border-left: 2px solid var(--tc);
  }

  .enh-panel .title-grid :nth-child(n+3) {
    display: none;
  }

  .enh-panel .title-grid .title::first-line {
    background-image: linear-gradient(var(--blue), var(--blue));
    background-size: calc(100% + 20px) 15px;
    background-position: -10px calc(100% - 8px);
    background-repeat: no-repeat;
  }
}

/**
 * Copied from fresnoland lab team
 */

.lab-team {
  --tf: var(--sans);
  --ts: 0.875rem;
  --story-width: var(--section-width);
  margin: 0 auto;
  padding: 0;
}

.lab-team .grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 30px 15px;
}

.lab-team .package {
  align-items: center;
  text-align: center;
}

.lab-team .thumb {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.lab-team .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
