/**
 * Media Kit page styles (from legacy style.css).
 * Enqueued only when template-media-kit.php is used.
 */
.media-kit {
  margin-bottom: 120px;
}

.media-kit .header {
  color: #fff;
  text-align: center;
  padding: 100px 0 120px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(../../images/media-ki-bg.png) center/cover;
  position: relative;
  z-index: 0;
}

.media-kit .header h1 {
  margin: 0;
}

.media-kit .wrap {
  margin-top: 60px;
  display: flex;
}

.media-kit .left {
  width: 184px;
  margin-right: 72px;
}

.media-kit .left ul {
  padding: 40px 0;
  background: #F9FBFC;
  border-radius: 12px;
}

.media-kit .left button {
  display: block;
  padding: 16px 32px;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
}

.media-kit .left select {
  display: none;
}

.media-kit .left button:hover {
  color: var(--color-secondary-500, #473388);
}

.media-kit .left .active {
  font-style: normal;
  color: var(--color-secondary-500, #473388);
  font-weight: 600;
}

.media-kit .right {
  flex: 1;
  padding: 40px;
  background: #F9FBFC;
  border-radius: 12px;
}

.media-kit .right h3 {
  margin-bottom: 12px;
}

.media-kit .right h4 {
  color: var(--color-secondary-500, #473388);
  margin-bottom: 20px;
}

.media-kit .right .block {
  margin-bottom: 40px;
}

.media-kit .right .box {
  border: 1px solid #D7D6D6;
  border-radius: 16px;
  padding: 40px;
}

.media-kit .properties {
  display: flex;
}

.media-kit .properties .content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.media-kit .properties .image {
  width: 252px;
  margin-left: 66px;
}

.media-kit .properties .content h5 {
  color: #463488;
  font-weight: 600;
  padding: 4px 8px;
  background: #F5F5F5;
  width: 100%;
}

.media-kit .properties .content .key {
  width: 100px;
  margin-right: 40px;
  padding: 4px 8px;
}

.media-kit .properties .content .value {
  padding: 4px 8px;
}

.media-kit .right .images {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  align-items: flex-start;
}

.media-kit .right .images img {
  margin: 0 20px;
}

.media-kit .data .block {
}

.media-kit .data .label {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.media-kit .data img {
  max-height: 104px;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}

.media-kit .data .download {
  text-align: center;
  font-size: 16px;
}

.media-kit .data .download a {
  display: inline-block;
  margin: 0 6px;
  text-decoration: underline;
}

@media screen and (max-width: 766px) {
  .media-kit {
    margin-bottom: 60px;
  }

  .media-kit .header {
    padding: 40px 0;
  }

  .media-kit .wrap {
    display: block;
    margin-top: 20px;
  }

  .media-kit .left {
    margin-bottom: 20px;
  }

  .media-kit .left ul {
    display: none;
  }

  .media-kit .left select {
    display: block;
    padding: 8px 16px;
    background: #F9FBFC;
    border: 1px solid #D7D6D6;
    border-radius: 4px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    background-size: 1em;
    width: 152px;
  }

  .media-kit .right {
    border-radius: 12px;
    padding: 20px;
  }

  .media-kit .right .block {
    margin-bottom: 20px;
  }

  .media-kit .right .box {
    padding: 20px;
  }

  .media-kit .right .images {
    display: block;
    text-align: center;
  }

  .media-kit .properties {
    display: block;
  }

  .media-kit .properties .image {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1084px) {
  .media-kit .wrap {
    margin-top: 40px;
  }

  .media-kit .left {
    width: 161px;
    margin-right: 20px;
  }

  .media-kit .right {
    padding: 20px;
  }

  .media-kit .left ul {
    padding: 20px 0;
  }

  .media-kit .properties {
    display: block;
  }

  .media-kit .properties .image {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
