/*
Hoja preparada para el tema público de Madrid Vascular.

- Aplicar en el tema o en el CSS global antes de cargar el contenido.
- No pegar esta hoja dentro del cuerpo de la entrada.
- Las reglas del contenido están limitadas a .mv-course-entry.
- El espaciado de la imagen destacada está limitado a la entrada 20195.
*/

#post-20195 > .post-image {
  box-sizing: border-box;
  padding-inline: clamp(24px, 4vw, 44px);
}

#post-20195 > .post-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mv-course-entry {
  color: #98a9b7;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 27px;
  text-align: left;
}

.mv-course-entry p {
  margin-top: 0;
}

.mv-course-intro {
  display: block;
  margin: 0 0 82px;
}

.mv-course-lead {
  margin: 0 0 42px;
  color: #444444;
  font-size: 19px;
  line-height: 31px;
}

.mv-course-facts {
  border-bottom: 1px solid #f1f1f1;
}

.mv-course-facts p {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
}

.mv-course-facts strong {
  color: #444444;
}

.mv-course-objectives {
  margin: 0 0 82px;
}

.mv-course-entry h2 {
  margin: 0 0 34px;
  color: #444444;
  font-family: Poppins, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}

.mv-heading-tail,
.mv-date-tail {
  white-space: nowrap;
}

.mv-course-objectives ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  list-style: none;
}

.mv-course-objectives li {
  position: relative;
  margin: 0;
  padding: 20px 0 20px 24px;
  border-top: 1px solid #f1f1f1;
}

.mv-course-objectives li::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #0c3a72;
}

.mv-course-objectives strong {
  color: #444444;
}

.mv-course-closing {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  margin: 0;
  padding: 54px 42px;
  background: #0c3a72;
}

.mv-course-closing p,
.mv-course-closing a,
.mv-course-closing a:visited,
.mv-course-closing a:hover,
.mv-course-closing a:focus {
  color: #ffffff;
}

.mv-course-limited {
  margin: 0 0 20px;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 14px;
}

.mv-course-pillars {
  margin: 0 0 38px;
  font-size: 21px;
  line-height: 31px;
}

.mv-course-date {
  margin: 0;
  font-family: Poppins, serif;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 42px;
}

.mv-course-contact {
  align-self: end;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mv-course-contact p {
  margin: 0 0 22px;
}

.mv-course-contact p:last-child {
  margin-bottom: 0;
}

.mv-course-link a {
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 767px) {
  .mv-course-entry {
    font-size: 14px;
    line-height: 20px;
  }

  .mv-course-intro {
    margin-bottom: 68px;
  }

  .mv-course-lead {
    margin-bottom: 34px;
    font-size: 17px;
    line-height: 27px;
  }

  .mv-course-entry h2 {
    margin-bottom: 28px;
    font-size: 26px;
    line-height: 32px;
  }

  .mv-course-objectives {
    margin-bottom: 68px;
  }

  .mv-course-objectives ul {
    grid-template-columns: 1fr;
  }

  .mv-course-closing {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 48px 18px;
  }

  .mv-course-pillars {
    margin-bottom: 34px;
    font-size: 19px;
    line-height: 28px;
  }

  .mv-course-date {
    font-size: 32px;
    line-height: 36px;
  }

  .mv-course-entry .mv-course-date,
  .mv-course-entry .mv-course-date strong,
  .mv-course-entry .mv-course-date .mv-date-tail {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  .mv-course-entry .mv-course-date .mv-date-tail,
  .mv-course-entry .mv-course-contact br {
    display: block !important;
  }
}