/* Scoped static-conversion repairs for the screenshot and booking pages. */

.entry-content .dsm-next-shots {
  background: #fff;
  color: #0a2540;
  padding: 54px 0 70px;
}

.entry-content .dsm-next-panel {
  border: 1px dashed #aac2b6;
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  padding: 26px;
}

.entry-content .dsm-next-panel h2 {
  color: #0a2540;
  font-size: 28px;
  margin: 0;
}

.entry-content .dsm-next-panel p {
  color: #26384b;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.entry-content .dsm-booking-showcase {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 62px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
}

.entry-content .dsm-booking-showcase + .dsm-booking-showcase {
  margin-top: clamp(52px, 7vw, 88px);
}

.entry-content .dsm-booking-showcase:nth-child(even) .dsm-booking-copy {
  order: 2;
}

.entry-content .dsm-booking-showcase h2 {
  color: #012c3d;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.12;
  margin: 0 0 16px;
}

.entry-content .dsm-booking-showcase p {
  color: #425466;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 20px;
}

.entry-content .dsm-booking-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry-content .dsm-booking-list li {
  align-items: flex-start;
  color: #152b3a;
  display: flex;
  gap: 10px;
  line-height: 1.55;
}

.entry-content .dsm-booking-list li::before {
  background: #0b82bd;
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 8px;
  margin-top: 8px;
  width: 8px;
}

.entry-content .dsm-booking-media {
  background: #fff;
  border: 1px solid #d9e4e8;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(1, 44, 61, 0.08);
  min-width: 0;
  overflow: hidden;
  padding: clamp(12px, 2vw, 18px);
}

.entry-content .dsm-booking-media video {
  border-radius: 10px;
  display: block;
  height: auto;
  width: 100%;
}

.entry-content .dsm-booking-form-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.22);
  min-width: 0;
  padding: clamp(24px, 4vw, 38px);
}

.entry-content .dsm-booking-trial-card h3 {
  color: #012c3d;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.15;
  margin: 0 0 13px;
}

.entry-content .dsm-booking-trial-card p {
  color: #425466;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 22px;
}

.entry-content .dsm-booking-trial-card .dsm-booking-button {
  width: auto;
}

.entry-content .dsm-booking-form-shell {
  display: none;
}

@media (max-width: 1024px) {
  .entry-content .dsm-booking-showcase,
  .entry-content .dsm-next-panel {
    grid-template-columns: 1fr;
  }

  .entry-content .dsm-booking-showcase:nth-child(even) .dsm-booking-copy {
    order: 0;
  }
}

@media (max-width: 720px) {
  .entry-content .dsm-next-shots {
    padding: 42px 0 54px;
  }

  .entry-content .dsm-next-panel {
    padding: 22px;
  }

  .entry-content .dsm-booking-trial-card .dsm-booking-button {
    width: 100%;
  }
}
