@media (min-width: 62em) {
  .midcontainer {
    max-width: 856px;
  }
}

.midcontainer .container {
	padding-left:0;
	padding-right:0;
}

.post-header {
  padding-top: 40px;
  padding-bottom: 32px;
}
@media (min-width: 62em) {
  .post-header {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media (min-width: 88.25em) {
  .post-header {
    padding-top: 90px;
  }
}

.post-date {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (min-width: 62em) {
  .post-date {
    margin-bottom: 40px;
  }
}

.d-author {
  display: flex;
  align-items: end;
  margin-top: 80px;
  margin-bottom: 24px;
}
@media (min-width: 62em) {
  .d-author {
    margin-top: 92px;
  }
}
.d-author__img img {
  display: block;
  width: 90px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.d-author__title span {
  padding: 0 5px 0 20px;
  display: block;
  width: fit-content;
  background-color: var(--clr-03);
  color: var(--clr-01);
}

.post-two-images__wrapper {
  padding: 10px;
  border: 1px solid rgba(255, 198, 21, 0.24);
}
@media (min-width: 62em) {
  .post-two-images__wrapper {
    padding: 18px;
  }
}
.post-two-images img {
  display: block;
  width: 100%;
}

.post-image-title__title {
  padding: 5px 12px;
}

h2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 24px;
}
@media (min-width: 62em) {
  h2 {
    margin-top: 98px;
    font-size: 30px;
  }
}
@media (min-width: 88.25em) {
  h2 {
    font-size: 36px;
  }
}

.site-main p, .site-main ul {
  opacity: 0.8;
}

.share {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 30px 24px;
  border: 1px solid rgba(255, 198, 21, 0.24);
  background: #120f00;
}
@media (min-width: 62em) {
  .share {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.share__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  font-size: 22px;
}
@media (min-width: 48em) {
  .share__list {
    justify-content: end;
  }
}
.share__link {
  border: 1px solid var(--clr-03);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share__link:hover {
	background: rgb(246 196 43 / 20%);
}
.share__icon {
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: var(--clr-03);
  transition: background-color 0.3s;
}

.copy-success-msg {
    position: absolute;
    text-decoration: none;
    font-size: 1rem;
    transform: translate(-10px, -40px);
}

.video-container.brdr {
	outline: 1px solid var(--clr-07);
}