select,
.elementor-field select,
.elementor-select-wrapper select {
  height: 46px;
  min-height: 46px;
  padding: 0 44px 0 16px;
  font-size: 16px;
  line-height: 46px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  border-radius: 999px;
  vertical-align: middle;
}

.elementor-select-wrapper::before,
.elementor-select-wrapper::after {
  display: none !important;
}

/* Beginner lifting  mobile lesson headers */@media (max-width:619px){#thq-lift .lesson{padding:16px}#thq-lift .lhead{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:start;column-gap:12px;row-gap:10px}#thq-lift .ltext{min-width:0}#thq-lift .tick{grid-column:2;justify-self:start;margin:0}#thq-lift .lesson h3{font-size:17px;line-height:1.32;overflow-wrap:normal;word-break:normal;hyphens:none}}
@media (max-width:619px){#thq-lift .lesson{padding:16px!important}#thq-lift .lhead{display:grid!important}#thq-lift .tick{margin:0!important;order:initial!important}}

/* ===== THQ Transformation Score quiz - make it stand out ===== */
.thqts-quiz { max-width: 720px; }

.thqts-quiz .thqts-card:has(.thqts-intro:not([hidden])) {
	background: #111111;
	border-color: #111111;
	border-top: 6px solid #e11d2e;
	box-shadow: 0 14px 34px rgba(17, 17, 17, 0.22);
	text-align: center;
}

.thqts-quiz .thqts-intro .thqts-eyebrow {
	color: #ff4d5a;
	font-size: 12px;
	letter-spacing: 0.16em;
}

.thqts-quiz .thqts-intro .thqts-title {
	color: #ffffff;
}

.thqts-quiz .thqts-intro .thqts-subtitle {
	color: rgba(255, 255, 255, 0.85);
	margin-left: auto;
	margin-right: auto;
}

.thqts-quiz .thqts-intro .thqts-intro-points {
	display: inline-block;
	text-align: left;
	margin-bottom: 24px;
}

.thqts-quiz .thqts-intro .thqts-intro-points li {
	color: #ffffff;
}

.thqts-quiz .thqts-intro .thqts-btn-primary {
	font-size: 18px;
	min-height: 58px;
	box-shadow: 0 6px 18px rgba(225, 29, 46, 0.38);
}

.thqts-quiz .thqts-intro .thqts-intro-note {
	color: rgba(255, 255, 255, 0.62);
}

@media (min-width: 700px) {
	.thqts-quiz .thqts-intro .thqts-title { font-size: 34px; }
	.thqts-quiz .thqts-intro .thqts-subtitle { font-size: 17px; }
}