/* Survey action buttons - consistent size/padding across all modules */
html body .survey-action-block button,
html body .survey-action-block a {
  display: block !important;
  width: 100% !important;
  padding: 10px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}
/* Ensure the info-block wrapper also fills the action block width */
html body .survey-action-block .info-block {
  width: 100% !important;
}

/* Summary header - vertically center all action buttons and normalize sizing */
#app .btn-survey-edit,
#app .btn-survey-save,
#app .btn-survey-cancel {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 16px !important;
  height: auto !important;
  min-width: 110px !important;
  font-weight: 800 !important;
}

/* ===== UNIVERSAL SUMMARY SECTION HEADING ===== */
/* Heading inside .summary-header (Entropy) */
#app .summary-header > h3.pl-4 {
  display: block !important;
  width: 100% !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #2c3e50 !important;
}
/* Heading before .summary-header (OKR/CC/KPI — sibling h3 in .note-block) */
#app .note-block > h3:first-child {
  display: block !important;
  width: 100% !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #2c3e50 !important;
}

/* ===== ENTROPY: btn-group button bar ===== */
#app .summary-header {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}
#app .btn-group {
  display: flex !important;
  gap: 10px !important;
  width: 100% !important;
}
#app .btn-group > button {
  flex: 1 1 0% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 20px !important;
  height: 44px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  line-height: 1.4 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

/* ===== OKR/CC/KPI: direct icon-btn buttons in .summary-header ===== */
/* The .note-block variant: override row-reverse, no wrap, align buttons */
/* Uses descendant selector (not child) because KPI wraps .summary-header in an extra div */
#app .note-block .summary-header {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
}
/* Style the icon-btn buttons: Create AI Summary + Edit Summary */
#app .note-block .summary-header > button.icon-btn {
  flex: 1 1 0% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 20px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  line-height: 1.4 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  background-color: #f87a21 !important;
  border: 2px solid #f87a21 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  margin: 0 !important;
}
#app .note-block .summary-header > button.icon-btn:hover {
  background-color: #d96a10 !important;
  border-color: #d96a10 !important;
}
/* Hide "Regenerate Manually" — always the 2nd button (MUST come after general style rule to win specificity tie) */
#app .note-block .summary-header > button:nth-child(2) {
  display: none !important;
}
/* "Create AI Summary" (3rd button) first/left, "Edit Summary" (1st button) second/right */
#app .note-block .summary-header > button:nth-child(3) {
  order: -1 !important;
}

/* New survey modal - fix Comparison Survey text cutoff (padding too large for 47% width) */
.choose-type-wrapper button.modal-btn {
  padding: 16px 8px !important;
}

/* Members area - make all secondary (grey) buttons orange to match site style */
#app .btn-secondary {
  background-color: #f87a21 !important;
  border-color: #f87a21 !important;
  color: #fff !important;
}
#app .btn-secondary:hover {
  background-color: #d96a10 !important;
  border-color: #d96a10 !important;
}

/* PSIU assessments page - Internal Staff section: break button onto its own line like Job Candidate section */
#app div[flex].mb-4 {
  display: block;
}
#app div[flex].mb-4 .individual-assessment-link {
  display: block;
  margin-top: 8px;
}

/* PSIU scorecard table - stack URL and Copy Link button vertically so buttons left-align in a straight column */
#app .scorecard-list td {
  vertical-align: top;
}
#app .scorecard-list .candidate-url .d-flex {
  flex-direction: column !important;
  align-items: flex-start !important;
}

/* PSIU assessments page - fix link-btn and fc-orange styles lost due to Vue scoped CSS hash mismatch */
#app a.link-btn {
  background-color: #f87a21 !important;
  color: #fff !important;
  text-align: center;
  padding: 5px !important;
  text-decoration: none;
  cursor: pointer;
}
#app a.link-btn:hover {
  background-color: #d96a10 !important;
  color: #fff !important;
}
#app .fc-orange,
#app a.fc-orange {
  color: #f87a21 !important;
}
#app a.fc-orange:hover {
  color: #d96a10 !important;
}

/* Hide pmpro password strength hint */
.pmpro_reset_password-field p.lite, #pass-strength-result {
  display: none !important;
}
.pmpro_reset_password-field-pass1 {
  margin-bottom: 10px;
}
.pmpro input[type="text"], .pmpro input[type="password"] {
  height: auto;
}

.op-reset-password-guid {
  margin-bottom: 20px;
}

/* Survey Container Style */
.op-container {
  position: relative;
  font-family: Lucida Grande, Tahoma, Arial, sans-serif;
}
.op-container * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.op-container h1 {
  font-size: 32px !important;
  text-align: center;
  font-family: Lucida Grande, Tahoma, Arial, sans-serif !important;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.op-container .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 680px;
  border: 2px solid #cccccc;
  background: #ffffff;
  color: #000000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
}
.op-container form label {
  font-weight: bold;
}
.op-container .sponsore-text {
  text-align: center;
  color: orange;
  font-size: 20px;
  font-weight: bold;
}
.op-container input,
.op-container button,
.op-container select,
.op-container optgroup,
.op-container textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.op-container ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.op-container label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.op-container .text-right {
  text-align: right !important;
}
.op-container .btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  /* font-size: 1rem; */
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
.op-container .btn-success.disabled,
.op-container .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.op-container .btn.disabled,
.op-container .btn:disabled {
  opacity: 0.65;
}

.op-container .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.op-container .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.op-container .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.op-container .btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* Grid System */
.op-container .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.op-container .col-1,
.op-container .col-2,
.op-container .col-3,
.op-container .col-4,
.op-container .col-5,
.op-container .col-6,
.op-container .col-7,
.op-container .col-8,
.op-container .col-9,
.op-container .col-10,
.op-container .col-11,
.op-container .col-12,
.op-container .col,
.op-container .col-auto,
.op-container .col-sm-1,
.op-container .col-sm-2,
.op-container .col-sm-3,
.op-container .col-sm-4,
.op-container .col-sm-5,
.op-container .col-sm-6,
.op-container .col-sm-7,
.op-container .col-sm-8,
.op-container .col-sm-9,
.op-container .col-sm-10,
.op-container .col-sm-11,
.op-container .col-sm-12,
.op-container .col-sm,
.op-container .col-sm-auto,
.op-container .col-md-1,
.op-container .col-md-2,
.op-container .col-md-3,
.op-container .col-md-4,
.op-container .col-md-5,
.op-container .col-md-6,
.op-container .col-md-7,
.op-container .col-md-8,
.op-container .col-md-9,
.op-container .col-md-10,
.op-container .col-md-11,
.op-container .col-md-12,
.op-container .col-md,
.op-container .col-md-auto,
.op-container .col-lg-1,
.op-container .col-lg-2,
.op-container .col-lg-3,
.op-container .col-lg-4,
.op-container .col-lg-5,
.op-container .col-lg-6,
.op-container .col-lg-7,
.op-container .col-lg-8,
.op-container .col-lg-9,
.op-container .col-lg-10,
.op-container .col-lg-11,
.op-container .col-lg-12,
.op-container .col-lg,
.op-container .col-lg-auto,
.op-container .col-xl-1,
.op-container .col-xl-2,
.op-container .col-xl-3,
.op-container .col-xl-4,
.op-container .col-xl-5,
.op-container .col-xl-6,
.op-container .col-xl-7,
.op-container .col-xl-8,
.op-container .col-xl-9,
.op-container .col-xl-10,
.op-container .col-xl-11,
.op-container .col-xl-12,
.op-container .col-xl,
.op-container .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.op-container .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.op-container .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.op-container .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.op-container .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.op-container .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.op-container .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.op-container .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.op-container .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.op-container .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.op-container .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.op-container .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.op-container .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.op-container .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.op-container .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .op-container .col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }
  .op-container .col-sm-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
  }
  .op-container .col-sm-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
  }
  .op-container .col-sm-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  .op-container .col-sm-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  .op-container .col-sm-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  .op-container .col-sm-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }
  .op-container .col-sm-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  .op-container .col-sm-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
  }
  .op-container .col-sm-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
  }
  .op-container .col-sm-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }
  .op-container .col-sm-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
  }
  .op-container .col-sm-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
  }
  .op-container .col-sm-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
}
@media (min-width: 768px) {
  .op-container .col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }
  .op-container .col-md-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
  }
  .op-container .col-md-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
  }
  .op-container .col-md-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  .op-container .col-md-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  .op-container .col-md-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  .op-container .col-md-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }
  .op-container .col-md-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  .op-container .col-md-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
  }
  .op-container .col-md-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
  }
  .op-container .col-md-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }
  .op-container .col-md-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
  }
  .op-container .col-md-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
  }
  .op-container .col-md-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
}

@media (min-width: 992px) {
  .op-container .col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }
  .op-container .col-lg-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
  }
  .op-container .col-lg-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
  }
  .op-container .col-lg-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  .op-container .col-lg-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  .op-container .col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  .op-container .col-lg-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }
  .op-container .col-lg-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  .op-container .col-lg-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
  }
  .op-container .col-lg-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
  }
  .op-container .col-lg-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }
  .op-container .col-lg-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
  }
  .op-container .col-lg-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
  }
  .op-container .col-lg-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .op-container .col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }
  .op-container .col-xl-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
  }
  .op-container .col-xl-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
  }
  .op-container .col-xl-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  .op-container .col-xl-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  .op-container .col-xl-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  .op-container .col-xl-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }
  .op-container .col-xl-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  .op-container .col-xl-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
  }
  .op-container .col-xl-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
  }
  .op-container .col-xl-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }
  .op-container .col-xl-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
  }
  .op-container .col-xl-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
  }
  .op-container .col-xl-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
}

/* Checkout Page Style */
.pmpro_level_cost h3 {
  font-weight: 600;
}

/* Choose plan page */
.eso-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.eso-tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #fff2ab;
  color: #333;
  text-align: center;
  padding: 10px 12px;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(100% + 10px);
  text-align: left;
  transform: translateY(-50%);
}

.eso-tooltip:hover .tooltiptext {
  visibility: visible;
}

.eso-tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #fff2ab transparent transparent;
}

.eso-tooltip .tooltiptext.tooltip-left {
  left: -190px;
}
.eso-tooltip .tooltiptext.tooltip-left:after {
  border-color: transparent transparent transparent #fff2ab;
  right: -10px;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}
.ribbon {
  font: bold 15px sans-serif;
  color: #333;
  text-align: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  top: 15px;
  left: -30px;
  width: 120px;
  background-color: #ebb134;
  color: #fff;
}
.op-image-box {
  display: flex;
}
.op-image-box__image {
  flex: 0 0 150px;
  text-align: center;
  margin-right: 20px;
}
.op-image-box__image img {
  max-height: 150px;
  width: auto;
}

/* Survey frontend global css */
.op-survey-container {
  position: relative;
  margin-top: 60px;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}
.op-survey-container .container {
  max-width: 800px;
}
.op-survey-container .survey-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: center;
}
.op-survey-container .slide-section {
  margin: 20px;
}
.op-survey-container .slide-title {
  padding-top: 0;
}
.op-survey-container .margin-block {
  margin-bottom: 20px;
}
.op-survey-container .input-block {
  margin-bottom: 10px;
}
.op-survey-container .carry-over-txt {
  font-style: italic;
  font-weight: bold;
}
.op-survey-container .op-label {
  font-weight: 600;
  user-select: none;
  margin-bottom: 0;
}
.op-survey-container .op-textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.op-survey-container .mb-3 {
  margin-bottom: 1rem !important;
}
.op-survey-container .mb-4 {
  margin-bottom: 1.5rem !important;
}
.op-survey-container .btn {
  cursor: pointer;
}
.op-survey-container .op-input {
  color: #000;
}
.op-survey-body input[type="text"], .op-survey-body textarea, .op-survey-body select {
  padding-left: 10px !important;
  padding-right: 10px !important;
  color: #333;
}
.op-container input[type=number] {
  padding: 0 2px;
}

.case-study-logo__row {
  display: flex;
  justify-content: center;
  column-gap: 5%;
  width: 100%;
}
.case-study-logo__row a {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  height: 0;
  padding-block: 7%;
}
.case-study-logo__wrapper2 .case-study-logo__row {
	margin-bottom: 80px;
}
.case-study-logo__wrapper2 .case-study-logo__row a {
	flex: 0 0 40%;
	position: relative;
}
.case-study-logo__wrapper2 a div {
	width: 100%;
	text-align: center;
}
.case-study-logo__wrapper2 a span {
	display: block;
	position: absolute;
	top: 90%;
	color: var(--body_typography-color);
	width: 100%;
}
div[class*="space-"] {
  clear: both;
}
.space-narrow {
  margin-bottom: 8px;
}
.space-small {
  margin-bottom: 12px;
}
.space-medium {
  margin-bottom: 18px;
}
.space-big {
  margin-bottom: 27px;
}
.space-huge {
  margin-bottom: 40px;
}

.woocommerce-additional-fields h3 {
  display: none;
}

.woocommerce form .form-row abbr.required {
  text-decoration: none;
}

.op-tooltip {
  position: relative;
  border-bottom: 4px solid #fff2ab;
}

.op-tooltip__description {
  display: inline-block;
  position: absolute;
  left: -9999px;
  top: 32px;
  width: 352px;
  transform: translateX(-50%);
  padding: 15px;
  background: #f3f3f3;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 1000;
}
.op-tooltip__description:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 0 9px 7px 9px;
  border-color: transparent transparent #f3f3f3 transparent;
  border-style: solid;
}

.op-tooltip__description ul {
  margin-block: 0;
	padding-left: 32px;
}

.op-tooltip__description a {
  color: #F7941D;
	text-decoration: none !important;
}

.op-tooltip:hover .op-tooltip__description {
  left: 50%;
	opacity: 1;
}

/* Fix Create AI Summary / Create Manually button sizing (OKR, Company Core, KPI) */
#app .summary-generator-wrapper__btn {
  align-items: stretch;
  column-gap: 1em;
}
#app .summary-generator-wrapper__btn button {
  flex: 1;
}
