#atomizer-option {
  width: 100%;
}

.atomizer-block {
  padding: 10px 12px;
  border: 1px solid #eee;
  width: fit-content;
}

.atomizer-block label {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

#atomizer-option input {
  margin-right: 0 !important;
}

.atomizer-price {
  color: #2e7d32;
  font-size: 17px;
}
