.surveyquotation-embed {
  width: 100%;
}

.surveyquotation-plugin-page .surveyquotation-embed--iframe {
  margin-top: clamp(36px, 5vw, 64px);
  margin-bottom: 96px;
}

.surveyquotation-iframe {
  display: block;
  width: 100%;
  min-height: 480px;
  border: 0;
  background: transparent;
}

.surveyquotation-plugin-page .entry-title,
.surveyquotation-plugin-page .page-title,
.surveyquotation-plugin-page .wp-block-post-title,
.surveyquotation-plugin-page .entry-header,
.surveyquotation-plugin-page .page-header,
.surveyquotation-plugin-page .elementor-widget-theme-post-title,
.surveyquotation-plugin-page .elementor-page-title {
  display: none !important;
}

.surveyquotation-callout {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(123, 47, 228, 0.14);
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(248, 245, 255, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 20px 54px rgba(23, 16, 42, 0.09);
}

.surveyquotation-callout strong {
  color: #1d1130;
  font-size: 20px;
  line-height: 1.2;
}

.surveyquotation-callout p {
  margin: 0;
  color: #564a66;
  font-size: 15px;
  line-height: 1.6;
}
