/* =========================================================
   HONFLEUR INSIDER
   RDH_GLOBAL_PAGE_EDITORIAL_V2
   ========================================================= */


.rdh-global-editorial-image-wrap,
.rdh-global-editorial-intro {
  width: 100%;
}


.rdh-global-editorial-image-wrap {
  margin: 12px 0 14px;
}


.rdh-global-editorial-image {
  display: block;

  width: 100%;
  max-height: 300px;

  object-fit: cover;

  border-radius: 20px;
}


.rdh-global-editorial-intro {
  margin: 12px 0 20px;
}


.rdh-global-editorial-content {
  font-size: 15px;
  line-height: 1.5;

  color: #344054;
}


.rdh-global-editorial-content > :first-child {
  margin-top: 0;
}


.rdh-global-editorial-content > :last-child {
  margin-bottom: 0;
}


.rdh-global-editorial-content p {
  margin: 0 0 10px;
}


.rdh-global-editorial-content strong {
  font-weight: 800;
}


.rdh-global-editorial-content a {
  text-decoration: underline;
}


@media (max-width: 560px) {

  .rdh-global-editorial-image-wrap {
    margin-top: 10px;
    margin-bottom: 12px;
  }


  .rdh-global-editorial-image {
    max-height: 230px;

    border-radius: 16px;
  }


  .rdh-global-editorial-intro {
    margin-top: 10px;
    margin-bottom: 16px;
  }


  .rdh-global-editorial-content {
    font-size: 14px;
    line-height: 1.45;
  }

}
