#atomizer-option {
  width: 100%;
  margin-bottom: 15px;
}

.atomizer-block {
  padding: 15px 20px;
  border: 1px solid var(--rz-border-color-gray);
  width: fit-content;
}

@media (max-width: 768px) {
  .atomizer-block {
    width: 100%;
    padding: 15px 10px;
  }
}

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

.atomizer-block input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
}

.atomizer-block input:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--e-a-color-white);
  border: 1px solid var(--rz-border-color-gray);
}

.atomizer-block input:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
}

.atomizer-block input:checked:after {
  background-color: var(--rz-background-color-dark);
}

.atomizer-price {
  color: var(--e-a-color-danger);
}
