.bic-fo-selector-option {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  padding: 24px 24px 18px;
  margin: 0;
  color: #0f1f35;
  background: #eef3fb;
  border-top: 1px solid rgba(15, 31, 53, .06);
  cursor: pointer;
  direction: rtl;
  text-align: right;
}

.bic-fo-selector-option * {
  box-sizing: border-box;
}

.bic-fo-selector-option:focus {
  outline: 2px solid #3b82f6;
  outline-offset: -2px;
}

.bic-fo-selector-radio {
  position: relative;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  background: #fff;
  border: 2px solid #cbd5e1;
  border-radius: 50%;
}

.bic-fo-selector-option.is-selected .bic-fo-selector-radio {
  border-color: #2f79ff;
}

.bic-fo-selector-option.is-selected .bic-fo-selector-radio::after {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background: #2f79ff;
  border-radius: 50%;
  content: "";
}

.bic-fo-selector-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}

.bic-fo-selector-label {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.bic-fo-selector-price {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  direction: ltr;
}

.bic-fo-regular-option {
  cursor: pointer;
}

.bic-fo-regular-muted {
  background: #fff;
}

.bic-fo-standalone-offer {
  box-sizing: border-box;
  width: 100%;
  margin: 12px 0 0;
  padding: 0;
  color: #0f1f35;
  background: transparent;
  border: 0;
  border-radius: 0;
  direction: rtl;
  text-align: right;
}

.bic-fo-standalone-offer * {
  box-sizing: border-box;
}

.bic-fo-standalone-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 6px;
}

.bic-fo-standalone-meta {
  color: #5b6b80;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.bic-fo-standalone-price {
  font-size: 22px;
  font-weight: 800;
  direction: ltr;
  margin-bottom: 12px;
}

.bic-fo-standalone-offer .bic-fo-standalone-button,
.masterstudy-single-course-sleek-sidebar .bic-fo-standalone-offer .bic-fo-standalone-button,
.masterstudy-single-course-sleek-sidebar__sticky-wrapper .bic-fo-standalone-offer .bic-fo-standalone-button {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 14px 22px !important;
  color: #fff !important;
  background: #3f7df4 !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.bic-fo-standalone-button-label,
.bic-fo-standalone-button-price {
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
}

.bic-fo-standalone-button-label {
  text-align: right !important;
}

.bic-fo-standalone-button-price {
  direction: ltr !important;
  flex: 0 0 auto !important;
  padding-right: 22px !important;
  border-right: 1px solid rgba(255, 255, 255, .18) !important;
  text-align: left !important;
}

.bic-fo-standalone-offer .bic-fo-standalone-button:hover,
.bic-fo-standalone-offer .bic-fo-standalone-button:focus {
  color: #fff !important;
  background: #2f6ff0 !important;
  text-decoration: none !important;
}

html[dir="ltr"] .bic-fo-selector-option,
html[dir="ltr"] .bic-fo-standalone-offer,
body.ltr .bic-fo-selector-option,
body.ltr .bic-fo-standalone-offer {
  direction: ltr;
  text-align: left;
}

html[dir="ltr"] .bic-fo-selector-option.is-selected .bic-fo-selector-radio::after,
body.ltr .bic-fo-selector-option.is-selected .bic-fo-selector-radio::after {
  right: auto;
  left: 5px;
}

@media (max-width: 767px) {
  .bic-fo-selector-option {
    padding: 20px 18px 16px;
  }

  .bic-fo-selector-label {
    font-size: 16px;
  }

  .bic-fo-selector-price {
    font-size: 20px;
  }
}
