.mobile-drawer.open { overflow:auto; }

.video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 31, 29, 0.18); /* softened, using live-green-1 */
}
.video-embed__play {
  position: relative; 
  z-index: 6;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform .3s ease;
}
.video-embed__play:hover { transform: scale(1.08); }
.video-embed__play.is-hidden { opacity: 0; pointer-events: none; }


.video-embed__media, .video-embed__media video, .video-embed__media iframe,
.video-embed__thumb { position: absolute; inset: 0; width: 100%; height: 100%; }
.video-embed__thumb { object-fit: cover; z-index: 1; transition: opacity .5s; }
.is-hidden { opacity: 0; pointer-events: none; }


@media screen and (max-width: 1090px) { .site-logo img { height: 36px; object-fit: contain; object-position: 0% 0%; } .site-header { min-height: 126px;}  }

@media screen and (max-width: 991px) { .site-header { min-height: auto;}  }

.review-video { max-width: 100%; }

.stats-grid.full_this {  padding:0px; }

.objective-card__title { max-width:70%; }

.text-block--image .text-block__body { padding-left: 24px; height: 100%; width: 100%; display: flex; flex-direction: column; justify-content: center; }

.text-block--image .stats-grid { padding-inline:0 ; grid-template-columns: 1fr 1fr; gap:24px; }

@media (max-width:991px) {
.text-block--image .stats-grid .stat-card__figure { font-size:var(--fs-h3); } }

@media (max-width:767px) {
.text-block--image .stats-grid .stat-card__figure { font-size:var(--fs-figure); }

    .text-block--image .text-block__body { padding-left: 0px; }
}

@media (max-width:540px) {
   .text-block--image .stats-grid { grid-template-columns: 1fr; gap:24px; } 
}

@media (max-width:767px) { .stats-grid { grid-template-columns: 1fr 1fr; gap:24px; }}

@media (max-width:540px) { .stats-grid { grid-template-columns: 1fr; gap:24px; } }

.spacing { height:22.5px; }
.spacing.doubled { height:45px; }

.stat-card__title { min-height: 76.8px; }
@media (max-width:991px) { .stat-card__title { min-height: auto; } }

.documents__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: start;
  margin-top: 1.5rem;
}
.documents__page {
  min-width: 3.5rem;
  padding: .75rem;
  border: 1px solid var(--live-green-3);
  background: transparent;
  cursor: pointer;
  color: var(--live-green-3);
	font-weight:600;
	border-radius:6px;
}
.documents__page.is-current {
  font-weight: 700;
  background-color:var(--live-green-3);
	color:var(--white);
}
.documents__page-ellipsis {
  padding: .5rem .25rem;
}

.objective-card__icon { aspect-ratio: 1/1; width:35%; margin-bottom:24px; }
.disclaimer-small { font-size:14px;line-height: 1.4; border:1px solid var(--grey-55); border-radius: var(--radius-button) ;  padding:16px; background-color:var(--grey-55); }
.single-post-header .simple-header__content { width: 80%; }
.single-post-header .post-title { max-width:100%; }
.stat-card.altern { padding: 10px 16px 16px; row-gap: 22px; }

.wpcf7-not-valid-tip {
  font-size:12px;
}
.wpcf7 form .wpcf7-response-output {
  flex: 0 0 100%; /* flex-grow, flex-shrink, flex-basis */
}
.grecaptcha-badge {
  opacity: 0;
}

picture img {
  height:auto;
}

.text-section img[class*=" wp-image-"]:not(.left) {
  max-width:auto;
  height:auto;
}

.embed-container { 
position: relative; 
padding-bottom: 56.25%;
overflow: hidden;
max-width: 100%;
height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*  */
.inline-radio-container,
.form-fw,
.contact-form-step-options {
  grid-column: 1 / -1;
}
.contact-form-step-options {
  grid-template-columns: auto;
  margin-bottom:25px;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left:0;
}

.form-inline-radio label {
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #0dbf92;
  background-color: #0dbf92;
  -webkit-transition: background-color 1000ms ease, color 1000ms ease;
  transition: background-color 1000ms ease, color 1000ms ease;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-size:16px;
  transition:0.8s ease color; transition:0.8s ease background-color;
}

.form-inline-radio label:hover { background-color:#ffffff; color: #0dbf92; }

.form-inline-radio label:active { background-color:#f9913d; color: #0dbf92; border-color:#f9913d;  }

.wpcf7-list-item label:active { background-color:#f9913d; color: #0dbf92; border-color:#f9913d; }

.form-inline-radio label:focus { background-color:#f9913d; color: #0dbf92; border-color:#f9913d;  }

.wpcf7-list-item label:focus { background-color:#f9913d; color: #0dbf92; border-color:#f9913d; }

.form-inline-radio label input {
  position: absolute;
  width:0;
  height:0;
  visibility:hidden;
}
.inline-radio-container .wpcf7-list-item.first {
  margin-left:0;
}

.form-text-note { display:flex; flex-wrap:wrap; font-size:16px; justify-content: flex-start; align-items: center;}

.wpcf7-response-output {
  margin:0;
  margin-top:10px;
}

.text-area.w-input { min-width:100%; max-height:100px;}
.text-area-holder {display:block; width:100%;height:auto;}

.wpcf7-form-control-wrap { width:100%; }


.wpcf7 input[type="email"] { width:100%; }
.wpcf7-spinner { display:none;visibility:hidden;}

.wpcf7-form-control-wrap input[data-vale="JOIN"] { width:25%; }
.wpcf7-form-control-wrap input[data-name="Newsletter-Email"] { width:100%; }


/* =========================================================================
   DIVIDEND CALCULATOR
   ========================================================================= */

/* 'green' section variant — NOT yet in theme CSS. Adjust shade if needed. */
.body-section.green { background-color: var(--live-green-2); color: var(--white); }

/* Two columns inside the container — mirrors .text-block--image */
.dividend-calculator .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.dividend-calculator__text { margin-top: 8px; }

.dividend-calculator__intro { width: 100%; height:100%; position:relative; display:flex; flex-direction: column; justify-content: start; }

.dividend-calculator__form {
  padding: clamp(24px, 2.5vw, 36px);
  background-color: var(--grey);
  border: 1px solid var(--live-green-2);
  border-radius: var(--radius-card);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dividend-calculator__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.dividend-calculator__field { display: flex; flex-direction: column; }
.dividend-calculator__label {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 10px;
  color: var(--live-green-2);
}
.dividend-calculator__select,
.dividend-calculator__input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(33, 54, 48, 0.18);
  border-radius: 0;
  background-color: var(--white);
  font-family: var(--font-primary);
  font-size: 1rem;
  color: var(--live-green-2);
}
.dividend-calculator__select {
  appearance: none;
  padding-right: 44px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23213630' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
}
.dividend-calculator__input--readonly {
  background-color: var(--grey-55);
  color: var(--live-green-3);
  cursor: not-allowed;
}
.dividend-calculator__select:focus,
.dividend-calculator__input:focus { outline: none; border-color: var(--live-green-3); }
.dividend-calculator__submit { align-self: flex-start; margin-top: 4px; }

.dividend-calculator__result-holder {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 32px;
}
.dividend-calculator__result {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: var(--fs-h1);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: var(--ls-heading);
  color: var(--live-green-2);
}
.dividend-calculator__currency { color: var(--live-green-3); }
.dividend-calculator__unit {
  font-size: var(--fs-body-2);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--live-green-3);
}

@media (max-width: 991px) {
  .dividend-calculator .container { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 767px) {
  .dividend-calculator__row { grid-template-columns: 1fr; }
}


/* =========================================================================
   DIVIDEND HISTORY
   (reuses .documents__filters / __label / __select / __empty /
    __pagination / __page — only the table + holder below are new)
   ========================================================================= */
.dividend-history__text { max-width: 720px; margin-bottom: 32px; }

.dividend-history__table-holder { overflow-x: auto; }
.dividend-table { display: grid; align-items: center; }
.dividend-table._5-cols {
  grid-template-columns: 1.3fr 0.9fr 1.1fr 1.1fr 1.1fr;
  min-width: 680px;
}
.dividend-cell { padding: 16px 12px; font-size: var(--fs-body-3); color: var(--live-green-2); }
.dividend-table.titles { border-bottom: 2px solid var(--live-green-2); }
.dividend-table.titles .dividend-cell {
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.dividend-table:not(.titles) { border-bottom: 1px solid rgba(33, 54, 48, 0.18); }
.dividend-table.alt { background-color: var(--grey); }
.dividend-cell.lead > div { font-weight: 600; }

.body-section.grey .dividend-table.alt { background-color: var(--white); }

/* =========================================================================
   Table Block — generic content table
   (documents-table styling: light header labels, green head rule,
    thin row separators. Scrolls horizontally on small screens.)
   ========================================================================= */
.table-block__text { max-width: 720px; margin-bottom: 8px; }

.table-block__holder { overflow-x: auto; margin-top: 24px; }

.table-block__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  text-align: left;
}
.table-block__table th {
  padding: 0 24px 16px 0;
  font-weight: 300;
  font-size: var(--fs-body-2);
  color: var(--live-green-2);
  border-bottom: 1px solid var(--live-green-3);
}
.table-block__table td {
  padding: 22px 24px 22px 0;
  font-size: var(--fs-body-2);
  color: var(--live-green-2);
  border-bottom: 1px solid rgba(33, 54, 48, 0.18);
}
.table-block__table td:first-child { font-weight: 700; }
.table-block__table th:last-child,
.table-block__table td:last-child { padding-right: 0; }

/* Dark section support */
.body-section.dark .table-block__table th,
.body-section.dark .table-block__table td { color: var(--white); }
.body-section.dark .table-block__table td { border-bottom-color: rgba(255, 255, 255, 0.25); }
.body-section.dark .table-block__table th { border-bottom-color: var(--light); }

/* -------------------------------------------------------------------------
   Home Header Video — video fills the hero circle like the image version
   ------------------------------------------------------------------------- */
.home-header--video .hero-circle video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* -------------------------------------------------------------------------
   Video Banner — half-width video pinned to the right of the viewport,
   inside a zero-height wrapper so it overlaps the sections above and below.
   Vertical position adjustable per instance via --video-banner-offset.
   ------------------------------------------------------------------------- */
.video-banner {
  position: relative;
  height: 0;
  z-index: 5;
}
.video-banner__inner {
  position: absolute;
  right: 0;
  top: var(--video-banner-offset, 0px);
  transform: translateY(-50%);
  width: 50vw;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: var(--live-green-1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  transition: opacity 0.4s;
}
.video-banner__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-banner__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.55);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.3s;
}
.video-banner__close:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.08);
}
.video-banner__close svg { width: 18px; height: 18px; }
.video-banner.is-hiding .video-banner__inner { opacity: 0; pointer-events: none; }
.video-banner.is-closed { display: none; }

/* Mobile: an absolute half-width overlay doesn't work at small sizes,
   so the video drops into the normal flow at full width instead */
@media (max-width: 767px) {
  .video-banner { height: auto; }
  .video-banner__inner {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    box-shadow: none;
  }
}

/* -------------------------------------------------------------------------
   Edison Research block
   Cards follow the News card language (grey-55 panel, 8px green rule,
   rounded bottom corners, 27px padding) but with no image — the feed
   doesn't supply one — so the green rule sits at the top instead.
   ------------------------------------------------------------------------- */
.edison-research__intro {
  max-width: 800px;
  margin: -16px 0 40px;
}
.edison-research__intro p:last-child { margin-bottom: 0; }

.edison-card {
  display: flex;
  flex-direction: column;
  background-color: var(--grey-55);
  color: var(--live-green-2);
  padding: 27px;
  border-top: 8px solid var(--live-green-2);
  border-bottom-left-radius: var(--radius-card);
  border-bottom-right-radius: var(--radius-card);
}
.body-section.grey .edison-card { background-color: var(--white); }

.edison-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 14px;
  font-size: 1rem;
}
.edison-card__date { font-weight: 400; }
.edison-card__type {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  background-color: var(--live-green-3);
  color: var(--white);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.edison-card__title {
  font-size: var(--fs-h3);
  margin: 0 0 14px;
}
.edison-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition);
}
.edison-card__title a:hover { color: var(--live-green-3); }

.edison-card__excerpt {
  font-size: var(--fs-body-2);
  margin: 0 0 27px;
}

/* push the button to the bottom so all three cards align */
.edison-card .button-holder { margin-top: auto; }

.edison-research__empty { font-size: var(--fs-body-2); }
