@charset "utf-8";

.governance {
  padding-top: 80px;
  padding-bottom: 48px;
  opacity: 0;
  animation: showUp 1.2s cubic-bezier(0.21, 0.42, 0.23, 1) forwards 0.4s;
}

.governance_container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 32px;
  margin: 0 auto;
}
.governance_subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: #1b2228;
}

.governance_subtitle.mt {
  margin-top: 80px;
}

.governance_text {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #1b2228;
  white-space: pre-line;
}

.governance_file {
  display: flex;
  align-items: center;
  margin-top: 42px;
}

.governance_file .governance_file__url {
  margin-right: 8px;
  font-size: 16px;
  line-height: 1.3em;
  color: #1b2228;
  will-change: opacity;
  transition: opacity 0.2s ease-in-out;
}

.governance_file .governance_file__url:hover {
  opacity: 0.6;
}

.governance_file .governance_file__type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid transparent;
}

.governance_file .governance_file__type.pdf {
  color: #ff8484;
  border-color: #ff8484;
}

.governance_file .governance_file__type.pdf:hover {
  text-decoration: none;
}

.governance_file .governance_file__type.icon-pdf {
  width: 15.45px;
  min-width: 0;
  height: 20px;
  margin-bottom: 3px;
  border: none;
}

.governance_file .governance_file__size {
  display: inline-block;
  line-height: 1.5em;
  color: #1b2228;
  transform: translateY(-1px);
}

.governance_diagram .governance_diagram__img {
  width: 100%;
  object-fit: contain;
  max-width: 100%;
  margin-top: 26px;
}
@media screen and (width <= 960px) {
  .governance {
    padding-top: 48px;
  }
}

/* Mobile screens */
@media screen and (max-width: 767px) {
  .governance_file .governance_file__type.icon-pdf {
    width: 12.4px;
    height: 16px;
  }

  .governance_file .governance_file__size {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .governance_subtitle {
    font-size: 18px;
  }

  .governance_text {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.8em;
  }

  .governance_file {
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .governance_file .governance_file__url {
    width: 100%;
    font-size: 13px;
    line-height: 1.8em;
  }
}

@media screen and (max-width: 760px) {
  .governance_container {
    padding: 0 24px;
  }
}
