.elementor-20569 .elementor-element.elementor-element-1f668399{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-693ed172 *//* ============================================
   GASMIX CUSTOMER SATISFACTION — WPForms CSS
   Style: AIOLOS III — light, clean, purple/navy
   Paste into: WPForms > Settings > Custom CSS
   OR Elementor HTML widget as <style> block
   ============================================ */

/* --- Form container --- */
.wpforms-container {
  background: #ffffff !important;
  border: 1px solid rgba(123, 47, 190, 0.15) !important;
  border-radius: 16px !important;
  padding: 44px 48px !important;
  box-shadow: 0 8px 40px rgba(15, 30, 60, 0.08) !important;
  max-width: 700px !important;
  margin: 0 auto !important;
}

/* --- Form title (if shown) --- */
.wpforms-head-container .wpforms-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #0F1E3C !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.3px !important;
}

/* --- Form description --- */
.wpforms-head-container .wpforms-description {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  color: #5A6478 !important;
  line-height: 1.65 !important;
  border-left: 3px solid #7B2FBE !important;
  padding-left: 16px !important;
  margin-bottom: 32px !important;
}

/* --- Field labels --- */
.wpforms-field-label {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #0F1E3C !important;
  margin-bottom: 8px !important;
  letter-spacing: 0.2px !important;
}

/* --- Sub-labels --- */
.wpforms-field-sublabel {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12px !important;
  color: #8A94A8 !important;
  font-style: italic !important;
}

/* --- Text / Email inputs --- */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="tel"],
.wpforms-field input[type="number"] {
  background: #F8F7FC !important;
  border: 1.5px solid #E2DAF0 !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  color: #0F1E3C !important;
  width: 100% !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  box-shadow: none !important;
}

.wpforms-field input[type="text"]::placeholder,
.wpforms-field input[type="email"]::placeholder {
  color: #B0B8CC !important;
}

.wpforms-field input[type="text"]:focus,
.wpforms-field input[type="email"]:focus {
  border-color: #7B2FBE !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(123, 47, 190, 0.1) !important;
  outline: none !important;
}

/* --- Textarea --- */
.wpforms-field textarea {
  background: #F8F7FC !important;
  border: 1.5px solid #E2DAF0 !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  color: #0F1E3C !important;
  min-height: 90px !important;
  line-height: 1.6 !important;
  resize: vertical !important;
  width: 100% !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}

.wpforms-field textarea::placeholder {
  color: #B0B8CC !important;
}

.wpforms-field textarea:focus {
  border-color: #7B2FBE !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(123, 47, 190, 0.1) !important;
  outline: none !important;
}

/* --- Select dropdown (NPS) --- */
.wpforms-field select {
  background: #F8F7FC !important;
  border: 1.5px solid #E2DAF0 !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  color: #0F1E3C !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.wpforms-field select:focus {
  border-color: #7B2FBE !important;
  box-shadow: 0 0 0 3px rgba(123, 47, 190, 0.1) !important;
  outline: none !important;
}

/* --- Radio pills — text only, no icons, no bullets --- */
.wpforms-field-radio ul,
.wpforms-field-radio ol {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.wpforms-field-radio li {
  list-style: none !important;
  background: #F8F7FC !important;
  border: 1.5px solid #E2DAF0 !important;
  border-radius: 50px !important;
  padding: 12px 28px !important;
  margin-bottom: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

.wpforms-field-radio li::before,
.wpforms-field-radio li::marker {
  display: none !important;
  content: none !important;
}

/* Hide the radio dot */
.wpforms-field-radio li input[type="radio"] {
  display: none !important;
}

.wpforms-field-radio li:hover {
  background: #F0EBF9 !important;
  border-color: #7B2FBE !important;
}

.wpforms-field-radio li label {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1A2F52 !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

/* Selected pill */
.wpforms-field-radio li:has(input:checked) {
  background: #7B2FBE !important;
  border-color: #7B2FBE !important;
  box-shadow: 0 4px 16px rgba(123, 47, 190, 0.25) !important;
}

.wpforms-field-radio li input[type="radio"]:checked + label {
  color: #ffffff !important;
  font-weight: 600 !important;
}

/* --- NPS scale — more space between numbers --- */
.wpforms-field-likert table,
.wpforms-field-net-promoter table,
.wpforms-field-rating-scale table {
  border-spacing: 8px !important;
  border-collapse: separate !important;
  width: 100% !important;
}

.wpforms-field-likert td,
.wpforms-field-net-promoter td,
.wpforms-field-rating-scale td {
  padding: 6px 10px !important;
  text-align: center !important;
}

/* NPS number labels */
.wpforms-field-net-promoter .wpforms-net-promoter-score label,
.wpforms-field-likert .wpforms-likert-row td label {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1A2F52 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
  cursor: pointer !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  border: 1.5px solid #E2DAF0 !important;
  background: #F8F7FC !important;
  transition: all 0.2s ease !important;
  min-width: 44px !important;
}

.wpforms-field-net-promoter .wpforms-net-promoter-score label:hover,
.wpforms-field-likert .wpforms-likert-row td label:hover {
  border-color: #7B2FBE !important;
  background: #F0EBF9 !important;
  color: #7B2FBE !important;
}

.wpforms-field-net-promoter input[type="radio"]:checked + label,
.wpforms-field-likert input[type="radio"]:checked + label {
  background: #7B2FBE !important;
  border-color: #7B2FBE !important;
  color: #ffffff !important;
}

.wpforms-field-radio li:hover {
  background: #F0EBF9 !important;
  border-color: #7B2FBE !important;
}

.wpforms-field-radio li label {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  color: #1A2F52 !important;
  cursor: pointer !important;
  font-weight: 400 !important;
}

/* Selected radio */
.wpforms-field-radio li:has(input:checked) {
  background: #F0EBF9 !important;
  border-color: #7B2FBE !important;
  box-shadow: 0 0 0 2px rgba(123, 47, 190, 0.15) !important;
}

.wpforms-field-radio li input[type="radio"]:checked + label {
  color: #7B2FBE !important;
  font-weight: 600 !important;
}

/* Radio dot color */
.wpforms-field-radio li input[type="radio"] {
  accent-color: #7B2FBE !important;
}

/* --- Rating stars --- */
.wpforms-field-rating .wpforms-rating-item label {
  color: #7B2FBE !important;
  font-size: 28px !important;
  transition: transform 0.15s !important;
}

.wpforms-field-rating .wpforms-rating-item label:hover {
  transform: scale(1.2) !important;
}

/* --- Section dividers / headings --- */
.wpforms-field-divider label {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #7B2FBE !important;
  padding-bottom: 8px !important;
  border-bottom: 1.5px solid #E2DAF0 !important;
  display: block !important;
  margin-bottom: 4px !important;
}

/* --- Submit button (navy filled — like "Request a Quote") --- */
.wpforms-submit,
.wpforms-form .wpforms-submit {
  background: #0F1E3C !important;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  padding: 14px 44px !important;
  border: 2px solid #0F1E3C !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  box-shadow: none !important;
}

.wpforms-submit:hover,
.wpforms-form .wpforms-submit:hover {
  background: #7B2FBE !important;
  border-color: #7B2FBE !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(123, 47, 190, 0.25) !important;
}

/* --- Success message --- */
.wpforms-confirmation-container-full {
  background: #F0EBF9 !important;
  border: 1.5px solid #7B2FBE !important;
  border-radius: 12px !important;
  color: #1A2F52 !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  padding: 20px 24px !important;
}

/* --- Error messages --- */
.wpforms-error-container,
.wpforms-field .wpforms-error {
  background: #FFF0F0 !important;
  border: 1px solid rgba(190, 47, 47, 0.3) !important;
  border-radius: 8px !important;
  color: #BE2F2F !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12px !important;
  padding: 8px 12px !important;
  margin-top: 4px !important;
}

/* --- Required asterisk --- */
.wpforms-required-label {
  color: #7B2FBE !important;
}

/* --- Field spacing --- */
.wpforms-field {
  margin-bottom: 20px !important;
}

/* --- Responsive --- */
@media (max-width: 580px) {
  .wpforms-container {
    padding: 28px 20px !important;
  }
}/* End custom CSS */