.ua-inner-hero--video-blogs {
  background-color: var(--forest-950);
  background-image: url("https://images.unsplash.com/photo-1499750310107-5fef28a66643?auto=format&fit=crop&w=1800&q=82");
  background-position: center 58%;
  background-size: cover;
}

.ua-inner-hero--video-blogs .ua-inner-hero__shade {
  background:
    linear-gradient(90deg, rgba(4, 18, 11, 0.97) 0%, rgba(7, 31, 20, 0.9) 50%, rgba(10, 42, 28, 0.52) 100%),
    linear-gradient(0deg, rgba(4, 18, 11, 0.46), rgba(4, 18, 11, 0.14));
}

.ua-inner-hero--video-blogs .ua-inner-hero__content {
  max-width: 780px;
}

.ua-blog-page > .ua-section {
  background: var(--cream-50);
}

.ua-video-journal {
  display: grid;
  gap: 2rem;
}

.ua-blog-entry {
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.ua-blog-entry > header {
  position: static;
  z-index: auto;
  width: auto;
  margin-bottom: 1.25rem;
  color: inherit;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ua-blog-entry > header h2 {
  margin: 0;
  font-size: 1.8rem;
}

.ua-blog-entry > header p {
  max-width: 820px;
  margin: 0.8rem 0 0;
  color: var(--muted);
  line-height: 1.75;
  text-align: justify;
  text-align-last: left;
}

.ua-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ua-video-card {
  overflow: hidden;
  background: var(--cream-50);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.ua-video-card__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--forest-950);
}

.main-img-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.ua-video-card > div:last-child {
  padding: 1rem;
}

.ua-video-card h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ua-video-card p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
  text-align: justify;
  text-align-last: left;
}

@media (max-width: 720px) {
  .ua-video-grid {
    grid-template-columns: 1fr;
  }
}
