.service-addons {
  min-width: 0;
  margin: 0;
  padding: 14px 18px 18px;
  border: 0;
  border-top: 1px solid #dce8e3;
  background: #f8fbf9;
}
.service-addons legend { padding: 0 4px; font-size: .88rem; font-weight: 700; }
.service-addons .addon-help { margin: 0 0 10px; color: #52665b; font-size: .8rem; line-height: 1.45; }
.service-addons .addon-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  min-height: 44px;
  cursor: pointer;
  text-align: left;
}
.service-addons .addon-option + .addon-option { border-top: 1px solid #e1eae5; }
.service-addons .addon-option input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 3px 0 0;
  padding: 0;
  accent-color: #087759;
}
.service-addons .addon-option input:focus-visible { outline: 2px solid #087759; outline-offset: 3px; }
.service-addons .addon-option b { display: block; color: #173b2c; font-size: .88rem; line-height: 1.4; }
.service-addons .addon-option small { display: block; margin-top: 3px; color: #52665b; font-size: .78rem; line-height: 1.45; }
.service-addons:disabled .addon-option { cursor: default; opacity: .65; }
.manual-service-option .service-addons { grid-column: 1 / -1; width: 100%; box-sizing: border-box; }
