/**
 * Monthly Market Outlook parity helpers (post-24048 main, post-24065 archive).
 * Load after Elementor post CSS. Prefer post CSS when DOM + IDs match production.
 */

.elementor-24048 .insight-mmo-row > .elementor-container {
  display: flex;
  align-items: stretch;
}

.elementor-24048 .insight-mmo-card > .elementor-widget-wrap.elementor-element-populated {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}

.elementor-24048 .insight-mmo-card .insight-mmo-image img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  display: block;
}

.elementor-24048 .insight-mmo-card .insight-mmo-btn .elementor-button {
  background-color: var(--e-global-color-primary, #244c9b);
  color: #ffffff;
  border: 1px solid var(--e-global-color-primary, #244c9b);
  border-radius: 30px;
  padding: 13px 20px 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.elementor-24048 .insight-mmo-card .insight-mmo-title .elementor-heading-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: var(--e-global-color-7204c86, #343a46);
  margin: 0;
}

.elementor-24048 .insight-mmo-card .insight-mmo-desc {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 31px;
  color: var(--e-global-color-text, #7a7a7a);
}

.elementor-24048 .elementor-element-75786ca > .elementor-widget-wrap.elementor-element-populated {
  background-image: url('/wp-content/uploads/2025/05/strip-gradient-img.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 25px;
}

@media (max-width: 767px) {
  .elementor-24048 .insight-mmo-row > .elementor-container {
    flex-wrap: wrap;
  }

  .elementor-24048 .insight-mmo-card.elementor-col-50 {
    width: 100%;
  }
}

/* Archive rows reuse weekly archive classes + elementor-24007 */
.elementor-24065 .insight-wmo-archive-row > .elementor-container {
  display: flex;
  align-items: stretch;
}

.elementor-24065 .insight-wmo-archive-row + .insight-wmo-archive-row {
  margin-top: 24px;
}
