.ogh-multipurpose-sermon-big-idea-passage {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ogh-multipurpose-sermon-big-idea-short {
  aspect-ratio: 9 / 16;
  border-radius: 0.5rem;
  overflow: clip;
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  transition:
    box-shadow 0.25s,
    transform 0.2s;
}

.ogh-multipurpose-sermon-big-idea-short:has(:hover) {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  transform: scale(1.03);

  .short-play-btn {
    background: rgba(255, 255, 255, 0.26);
  }
}

.ogh-multipurpose-sermon-big-idea-short__link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

.ogh-multipurpose-sermon-big-idea-short__image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ogh-multipurpose-sermon-big-idea-short__label {
  font-weight: 700;
}

.ogh-multipurpose-sermon-big-idea-short__badge {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  background: #ff0000;
  border-radius: 3px;
  font-size: 0.48rem;
  font-weight: 700;
  color: #fff;
  padding: 0.12rem 0.28rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.short-play-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 1;
}


.ogh-multipurpose-sermon-big-idea-short__dialog {
  width: min(92vw, 420px);
  border: 0;
  border-radius: 0.75rem;
  padding: 0;
  background: #000;
  color: #fff;
  overflow: visible;
}

.ogh-multipurpose-sermon-big-idea-short__dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
}

.ogh-multipurpose-sermon-big-idea-short__dialog-close {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}

.ogh-multipurpose-sermon-big-idea-short__dialog-frame {
  aspect-ratio: 9 / 16;
  width: 100%;
}

.ogh-multipurpose-sermon-big-idea-short__dialog iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
