.sc-widget-container-0c360cf8 {
  background: #B8EEF3;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
}
.sc-widget-inner-0c360cf8 {
  background: white;
  border-radius: 14px;
  padding: 24px;
  width: 100%;
  max-width: 380px;
}
.sc-title-0c360cf8 {
  font-size: 15px;
  font-weight: 700;
  color: #1F2A4E;
  margin-bottom: 18px;
}
.sc-option-0c360cf8 {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #E5E7EB;
  border-radius: 10px;
  padding: 13px 14px;
  margin-bottom: 10px;
  cursor: pointer;
  background: white;
  transition: all 0.2s;
}
.sc-option-0c360cf8.sc-active-0c360cf8 {
  border-color: #25D366;
  background: #F0FDF6;
}
.sc-radio-0c360cf8 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #E5E7EB;
  background: white;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s;
}
.sc-active-0c360cf8 .sc-radio-0c360cf8 {
  border-color: #25D366;
  background: #25D366;
}
.sc-active-0c360cf8 .sc-radio-0c360cf8 span {
  position: absolute;
  width: 7px;
  height: 7px;
  background: white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sc-icon-0c360cf8 {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.sc-details-0c360cf8 {
  flex: 1;
}
.sc-opt-title-0c360cf8 {
  font-size: 13px;
  font-weight: 700;
  color: #1F2A4E;
}
.sc-opt-desc-0c360cf8 {
  font-size: 11px;
  color: #A8A8A8;
}
.sc-price-col-0c360cf8 {
  text-align: right;
}
.sc-opt-price-0c360cf8 {
  font-size: 14px;
  font-weight: 700;
  color: #1F2A4E;
}
.sc-opt-price-0c360cf8.sc-free-0c360cf8 {
  color: #25D366;
}
.sc-opt-date-0c360cf8 {
  font-size: 10px;
  color: #A8A8A8;
}
.sc-badge-0c360cf8 {
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 20px;
  margin-top: 3px;
  display: inline-block;
}
.sc-divider-0c360cf8 {
  height: 1px;
  background: #E5E7EB;
  margin: 12px 0;
}
.sc-note-0c360cf8 {
  font-size: 10px;
  color: #A8A8A8;
  text-align: center;
  margin-bottom: 14px;
}
.sc-btn-0c360cf8 {
  width: 100%;
  background: #1F2A4E;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 13px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
}
.sc-btn-0c360cf8.sc-completed-0c360cf8 {
  background: #25D366;
  color: #1F2A4E;
}
.sc-footer-0c360cf8 {
  font-size: 10px;
  color: #A8A8A8;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .sc-widget-container-0c360cf8 {
    padding: 16px;
  }
  .sc-widget-inner-0c360cf8 {
    padding: 16px;
  }
  .sc-option-0c360cf8 {
    flex-direction: column;
    align-items: flex-start;
  }
  .sc-price-col-0c360cf8 {
    text-align: left;
    margin-top: 8px;
    margin-left: 30px;
  }
  .sc-details-0c360cf8 {
    margin-left: 30px;
  }
}