/* Full-service oil change details — loaded only by services.html. */
body.services-page .mobil-services-format .full-service-summary{
  margin:24px 24px 0 !important;
  overflow:hidden !important;
  border:2px solid var(--mobil-theme-red, #d81f26) !important;
  border-radius:16px !important;
  background:#ffffff !important;
  box-shadow:0 10px 24px rgba(7,59,128,.12) !important;
}
body.services-page .mobil-services-format .full-service-intro{
  padding:24px 26px 20px !important;
  text-align:center !important;
}
body.services-page .mobil-services-format .full-service-eyebrow{
  margin:0 0 7px !important;
  color:var(--mobil-theme-red, #d81f26) !important;
  -webkit-text-fill-color:var(--mobil-theme-red, #d81f26) !important;
  font-size:.78rem !important;
  font-weight:900 !important;
  line-height:1.2 !important;
  letter-spacing:.13em !important;
  text-transform:uppercase !important;
}
body.services-page .mobil-services-format .full-service-intro h4{
  margin:0 0 10px !important;
  color:#073b80 !important;
  -webkit-text-fill-color:#073b80 !important;
  font-family:"Bebas Neue",sans-serif !important;
  font-size:clamp(1.85rem,3vw,2.35rem) !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:.02em !important;
}
body.services-page .mobil-services-format .full-service-intro > p:last-child{
  max-width:720px !important;
  margin:0 auto !important;
  color:#405571 !important;
  -webkit-text-fill-color:#405571 !important;
  font-size:1rem !important;
  line-height:1.6 !important;
}
body.services-page .mobil-services-format .full-service-checklist{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  column-gap:30px !important;
  margin:0 !important;
  padding:0 26px !important;
  list-style:none !important;
  border-top:1px solid #d9e4f5 !important;
  background:#f8fbff !important;
}
body.services-page .mobil-services-format .full-service-checklist li{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  min-height:58px !important;
  padding:14px 0 14px 44px !important;
  border-bottom:1px solid #d9e4f5 !important;
  color:#18375f !important;
  -webkit-text-fill-color:#18375f !important;
  font-size:.96rem !important;
  font-weight:700 !important;
  line-height:1.45 !important;
}
body.services-page .mobil-services-format .full-service-checklist li::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:50% !important;
  display:block !important;
  width:34px !important;
  height:24px !important;
  transform:translateY(-50%) !important;
  border-radius:0 !important;
  background-color:transparent !important;
  background-image:url('assets/pennzoil-logo.png'),url('assets/pennzoil-logo.png'),url('assets/pennzoil-logo.png') !important;
  background-repeat:no-repeat,no-repeat,no-repeat !important;
  background-position:center,center,center !important;
  background-size:contain,contain,contain !important;
  filter:brightness(.9) saturate(1.2) !important;
}
body.services-page .mobil-services-format .full-service-checklist li:last-child:nth-child(odd){
  grid-column:1 / -1 !important;
}
body.services-page .mobil-services-format .full-service-notes{
  padding:17px 26px 19px !important;
  background:#eef4ff !important;
}
body.services-page .mobil-services-format .full-service-notes strong{
  display:block !important;
  margin:0 0 5px !important;
  color:#073b80 !important;
  -webkit-text-fill-color:#073b80 !important;
  font-size:.98rem !important;
  font-weight:900 !important;
}
body.services-page .mobil-services-format .full-service-notes p{
  margin:0 !important;
  color:#405571 !important;
  -webkit-text-fill-color:#405571 !important;
  font-size:.9rem !important;
  line-height:1.55 !important;
}
body.services-page .mobil-services-format .lubricant-choice-prompt{
  margin:22px 24px 0 !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  font-size:1.04rem !important;
  font-weight:800 !important;
  line-height:1.45 !important;
  text-align:center !important;
}
@media(max-width:760px){
  body.services-page .mobil-services-format .full-service-summary{
    margin:18px 18px 0 !important;
  }
  body.services-page .mobil-services-format .full-service-intro{
    padding:21px 18px 18px !important;
  }
  body.services-page .mobil-services-format .full-service-checklist{
    grid-template-columns:1fr !important;
    padding:0 18px !important;
  }
  body.services-page .mobil-services-format .full-service-checklist li:last-child:nth-child(odd){
    grid-column:auto !important;
  }
  body.services-page .mobil-services-format .full-service-notes{
    padding:16px 18px 18px !important;
  }
  body.services-page .mobil-services-format .lubricant-choice-prompt{
    margin:20px 18px 0 !important;
  }
}
