.candle {
  width: 200px;
  height: auto;
}

.app-section-title {
  font-size: 2rem;
  font-family: 'Fira Sans', sans-serif;
  letter-spacing: 0.05em;
  font-weight: 800 !important;
  color: #b1c800;
  padding-bottom: 2rem;
}

.candle-on-feed {
  width: 100px;
  height: auto;
  margin-bottom: 2rem;
}

.candle-form input[type='text'],
.candle-form input[type='email'],
.candle-form textarea,
.candle-form select {
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.candle-form textarea {
  height: calc(6.75rem + 2px);
}

.share-widget {
  text-align: center !important;
}

#c8335 header h2 {
  display: none !important;
}

/* HIDE RADIO */
.candleimagecontainer [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.candleimagecontainer [type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
.candleimagecontainer [type=radio]:checked + img {
  outline: 7px solid #f39200;
  border-radius: 100px;
}

.candleimagecontainer {
  display:flex;
  flex-direction: row;
  column-gap: 10px;
}

.lit-candle .candle-on-feed{
  width: 200px !important;
}

.candle-selection-label {
  margin-bottom: 2rem !important;
  text-align: center !important;
}