.bd-deep-dive {
  position: relative;
  border: solid 5px var(--wp--preset--color--black);
  box-sizing: border-box;
  margin-bottom: 2.5rem !important;
  padding: 2.5rem 2.5rem 3.125rem;
}

@media (min-width: 60rem) {
  .bd-deep-dive {
    max-height: 43.75rem;
  }
}
.bd-deep-dive p {
  letter-spacing: 0;
}

.bd-deep-dive__label {
  color: white !important;
  background-color: black !important;
  align-self: flex-start;
}

.bd-deep-dive__title {
  font-family: var(--wp--preset--font-family--abril-fatface);
  margin-top: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0;
}

.bd-deep-dive__description {
  font-size: 1.25rem;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.bd-deep-dive__outer-container {
  overflow: hidden;
}

@media (min-width: 60rem) {
  .bd-deep-dive__container {
    max-height: 37.5rem;
  }
}
@media (min-width: 48rem) {
  .bd-deep-dive__container > *:nth-child(1) {
    border-bottom: solid 1px var(--wp--preset--color--black);
  }
}
@media (min-width: 60rem) {
  .bd-deep-dive__container > *:nth-child(1) {
    border-right: solid 1px var(--wp--preset--color--black);
    border-bottom: none;
    padding-right: 1.875rem;
  }
}
@media (min-width: 48rem) {
  .bd-deep-dive__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
  .bd-deep-dive__container > * {
    display: flex;
    flex-direction: column;
  }
  .bd-deep-dive__container > *:first-child {
    grid-column: 1/4;
  }
  .bd-deep-dive__container > *:nth-child(2) {
    grid-column: 1/2;
  }
  .bd-deep-dive__container > *:nth-child(3) {
    grid-column: 2/3;
  }
  .bd-deep-dive__container > *:nth-child(4) {
    grid-column: 3/4;
  }
}
@media (min-width: 60rem) {
  .bd-deep-dive__container {
    grid-template-columns: repeat(4, 1fr);
  }
  .bd-deep-dive__container > * {
    grid-column: auto !important;
    max-height: inherit;
  }
}
.bd-deep-dive__col {
  position: relative;
  margin-bottom: 2.5rem;
}

@media (min-width: 48rem) {
  .bd-deep-dive__col {
    margin-bottom: 0;
  }
}
.bd-deep-dive figure {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 1.875rem;
}

.bd-deep-dive img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bd-deep-dive__post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
  letter-spacing: 0;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

@media (min-width: 48rem) {
  .bd-deep-dive__post-title {
    line-height: 1.4em;
  }
}
.bd-deep-dive__post-content {
  position: relative;
  min-height: 0;
  overflow: hidden;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  margin: 0;
  line-height: 1.6875rem;
}

.bd-deep-dive__post-content span {
  position: relative;
}

.bd-deep-dive__read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  text-align: center;
}

.bd-deep-dive__read-more a {
  position: relative;
  top: 1.375rem;
  border: solid 2px var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
}

.bd-deep-dive__read-more a:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--black);
}
