.bh-warranty-options {
  display: block;
  margin-top: 10px;
  padding: 9px 10px;
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #f8f8f8;
  color: #30373e;
  text-align: left;
}

.bh-warranty-options__title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 800;
}

.bh-warranty-options__title .material-icons {
  color: #159447;
  font-size: 16px;
}

.bh-warranty-options__choices {
  display: grid;
  gap: 5px;
}

.bh-warranty-choice {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  margin: 0;
  padding: 5px 7px;
  border: 1px solid #dedede;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.3;
}

.bh-warranty-choice:hover {
  border-color: #b6b6b6;
}

.bh-warranty-choice input {
  width: 26px;
  height: 16px;
  margin: 0;
}

.bh-warranty-choice strong {
  color: #30373e;
  font-size: 11px;
  white-space: nowrap;
}

.bh-warranty-options.is-loading {
  opacity: .65;
}

.bh-warranty-feedback {
  min-height: 0;
  margin-top: 6px;
  color: #b42318;
  font-size: 12px;
}

.bh-warranty-feedback:empty {
  display: none;
}

.bh-v2-cart .bh-warranty-service-cart-line {
  display: none !important;
}

@media (max-width: 575px) {
  .bh-warranty-choice {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .bh-warranty-choice strong {
    grid-column: 2;
  }
}
