/**
 * Quote form SMS block — loaded after main CSS.
 */
#quote .jobber-embed .contact-form .qf-sms{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 16px 0 0;
  padding: 8px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#quote .jobber-embed .contact-form .qf-sms__rule{
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0 0 14px;
  box-sizing: border-box;
}
#quote .jobber-embed .contact-form .qf-sms__line{
  flex: 1 1 0;
  min-width: 0;
  height: 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.18);
}
#quote .jobber-embed .contact-form .qf-sms__title{
  flex: 0 0 auto;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(15,23,32,.78);
  background: var(--section-alt-bg, #fafbfa);
}
#quote .jobber-embed .contact-form .qf-sms__stack{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
#quote .jobber-embed .contact-form label.qf-sms__consent{
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 auto !important;
  padding: 0 8px !important;
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: rgba(15,23,32,.78) !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  max-width: 100%;
  box-sizing: border-box;
}
#quote .jobber-embed .contact-form label.qf-sms__consent input[type="checkbox"]{
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 2px !important;
  border: 1px solid rgba(0,0,0,.28) !important;
  flex-shrink: 0 !important;
  box-shadow: none !important;
  accent-color: var(--green, #2f8f3a) !important;
  cursor: pointer !important;
  align-self: center !important;
}
#quote .jobber-embed .contact-form label.qf-sms__consent .qf-sms__label{
  display: block !important;
  font-weight: 400 !important;
  font-size: inherit !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  opacity: 1 !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  color: inherit !important;
  text-align: left !important;
  white-space: nowrap !important;
  max-width: none !important;
}
#quote .jobber-embed .contact-form .qf-sms__legal{
  margin: 10px auto 0;
  padding: 0 16px;
  max-width: min(100%, 520px);
  font-size: 9px;
  line-height: 1.5;
  color: rgba(15,23,32,.45);
  text-align: center;
  box-sizing: border-box;
}
#quote .jobber-embed .contact-form .qf-sms__links{
  margin: 8px auto 0;
  padding: 0 16px;
  max-width: min(100%, 520px);
  font-size: 11px;
  line-height: 1.4;
  color: rgba(15,23,32,.55);
  text-align: center;
  box-sizing: border-box;
}
#quote .jobber-embed .contact-form .qf-sms__links a{
  color: var(--green, #2f8f3a);
  font-weight: 700;
  text-decoration: none;
}
#quote .jobber-embed .contact-form .qf-sms__links a:hover{
  text-decoration: underline;
}
#quote .jobber-embed .contact-form .qf-sms__links-sep{
  color: rgba(15,23,32,.4);
  font-weight: 400;
}

@media (max-width: 920px){
  #quote .jobber-embed .contact-form label.qf-sms__consent input[type="checkbox"]{
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 2px !important;
    border: 1px solid rgba(0,0,0,.28) !important;
    flex-shrink: 0 !important;
    box-shadow: none !important;
  }
  #quote .jobber-embed .contact-form .qf-sms__title{
    font-size: 13px !important;
    padding: 0 8px !important;
  }
  #quote .jobber-embed .contact-form label.qf-sms__consent{
    font-size: 10px !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
  }
  #quote .jobber-embed .contact-form label.qf-sms__consent .qf-sms__label{
    white-space: nowrap !important;
    max-width: none !important;
  }
}
