.llv5-modal-03.overlay {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .25s ease;
    z-index: 100;
}

.llv5-modal-03.overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.llv5-modal-03 .overlay__backdrop {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, .95);
    inset: 0;
    position: absolute;
}

.llv5-modal-03 .overlay__panel {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: 2fr 3fr;
    max-width: 1240px;
    padding: 64px 32px;
    position: relative;
    width: 100%;
}

.llv5-modal-03 .overlay__close {
    align-items: center;
    background: hsla(0,0%,100%,.1);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 0
    transition: background 150ms ease;
    width: 40px;
}

.llv5-modal-03 .llv5-modal-03__visual .meetings-iframe-container {
  width: 100%;
}

.llv5-modal-03 .llv5-modal-03__visual iframe {
  width: 100%;
  min-height: 520px;
  border: none;
}

.llv5-modal-03 .overlay__text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.llv5-modal-03 .overlay__visual {
    align-items: center;
    display: flex;
    justify-content: center;
}


.llv5-modal-03__image {
  margin-bottom: 24px;
}

.llv5-modal-03__image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: var(--radius-card);
  display: block;
}


/* ── Richtext description spacing ──────────────────────────── */
.llv5-modal-03 .overlay__desc p:last-child {
  margin-bottom: 0;
}
