/* 
  MSB Landing Desk7 V2 Item
  The component adopts `.msb-product-card` which handles most styling. 
*/

.msb-landing-content-desktop7-v2 .msb-product-card__wrapper-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.msb-landing-content-desktop7-v2 .msb-product-card__wrapper-link:hover {
  color: inherit;
}

.msb-landing-content-desktop7-v2.msb-product-card {
  position: relative;
}

.msb-landing-content-desktop7-v2 .msb-product-card__overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.msb-landing-content-desktop7-v2 .msb-product-card__overlay-link.is-trigger {
  cursor: pointer;
}

.msb-landing-content-desktop7-v2 .msb-product-card__features.no-cta {
  margin: 0;
}

.msb-landing-content-desktop7-v2 .msb-product-card__actions {
  position: relative;
  z-index: 2;
}

/* Popup styling */
.msb-target-popup.msb-landing-popup .msb-target-popup__inner {
  max-width: 600px;
}

.msb-target-popup.msb-landing-popup .msb-target-popup__image {
  width: 100%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.msb-target-popup.msb-landing-popup .msb-target-popup__image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.msb-target-popup.msb-landing-popup .msb-target-popup__content {
  padding: 24px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.msb-target-popup.msb-landing-popup .msb-content-text__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.msb-target-popup.msb-landing-popup .msb-content-text__title {
  color: #091e42;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.msb-target-popup.msb-landing-popup .msb-content-text__desc {
  color: #505f79;
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
}

.msb-target-popup.msb-landing-popup .msb-content-text__cta-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.msb-target-popup.msb-landing-popup .msb-content-text__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #f4600c;
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.msb-target-popup.msb-landing-popup .msb-content-text__cta-btn:hover {
  background: #d14d0a;
}
