body:has([class*=webinar-lp-section]) article {
  margin-bottom: 0;
}
body:has([class*=webinar-lp-section]) .gb-block-spacer {
  margin-bottom: 0;
}
body:has([class*=webinar-lp-section]) [class*=webinar-lp-section] h2 {
  font-weight: 400;
}
body:has([class*=webinar-lp-section]) [class*=webinar-lp-section] p {
  margin-bottom: 15px;
  font-weight: 400;
}
body:has([class*=webinar-lp-section]) .webinar-lp-section-1 {
  background-image: url("https://mp-hr.com/wp-content/uploads/2025/08/Group-40.png");
  background-size: auto;
  background-position: calc(50vw - 641px) 30px;
  background-repeat: no-repeat;
}
body:has([class*=webinar-lp-section]) .webinar-lp-section-2 {
  position: relative;
}
body:has([class*=webinar-lp-section]) .webinar-lp-section-2:before {
  display: none;
  content: "";
  position: absolute;
  width: 152px;
  height: 210px;
  background-image: url("https://mp-hr.com/wp-content/uploads/2025/08/Speaker-Circles-Cropped.svg");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  top: calc(100% - 100px);
}
body:has([class*=webinar-lp-section]) .webinar-lp-section-4 {
  background-image: linear-gradient(90deg, #00AEEF, #23356D);
}
body:has([class*=webinar-lp-section]) .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  background-color: #23356D;
  background-image: linear-gradient(90deg, #00AEEF, #23356D);
  border-radius: 999px;
  padding: 9px 30px;
}
body:has([class*=webinar-lp-section]) .gb-block-sharing.gb-share-color-standard {
  margin-bottom: 0;
}
body:has([class*=webinar-lp-section]) .gb-block-sharing.gb-share-color-standard .gb-share-list a {
  background: #23356D;
}
body:has([class*=webinar-lp-section]) .wp-block-media-text.alignmiddle {
  align-items: center;
}
body:has([class*=webinar-lp-section]) .wp-block-media-text.alignmiddle p:last-child {
  margin-bottom: 0;
}
body:has([class*=webinar-lp-section]) .wp-block-media-text.imagesmall {
  display: flex;
}
body:has([class*=webinar-lp-section]) .wp-block-media-text.imagesmall > figure {
  width: 50px;
}
body:has([class*=webinar-lp-section]) .shadow-box {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  padding: 60px 30px !important;
}
body:has([class*=webinar-lp-section]) ul.check-list {
  list-style: none;
  list-style-type: none;
}
body:has([class*=webinar-lp-section]) ul.check-list > li {
  position: relative;
  list-style: none;
  list-style-type: none;
}
body:has([class*=webinar-lp-section]) ul.check-list > li:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url("https://mp-hr.com/wp-content/uploads/2025/08/Group-32.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  left: -40px;
  top: 3px;
}

@media only screen and (min-width: 768px) {
  body:has([class*=webinar-lp-section]) .wp-block-columns.separator > .wp-block-column:not(:last-child) {
    border-right: 1px solid #333333;
  }
  body:has([class*=webinar-lp-section]) body:has([class*=webinar-lp-section]) :where(.wp-block-columns.is-layout-flex) {
    gap: 60px;
  }
  body:has([class*=webinar-lp-section]) .wp-block-media-text.imagesmall {
    display: grid;
  }
  body:has([class*=webinar-lp-section]) .wp-block-media-text.imagesmall > figure {
    width: unset;
  }
}
@media only screen and (min-width: 1262px) {
  body:has([class*=webinar-lp-section]) .webinar-lp-section-1 {
    background-position: 0 30px;
  }
  body:has([class*=webinar-lp-section]) .webinar-lp-section-2:before {
    display: block;
    left: calc(100% - 152px);
  }
}