/** ================================
 *  CUSTOM RYBREVANT STYLES
 *  ================================ */
main .tile-body-container {
  margin: 0 0.8rem;
}
@media (max-width: 1350px) {
  main .tile-body-container {
    margin: 0 27px;
  }
}

#other-links {
  margin-bottom: 1rem;
}

/** ================================
 *  QUESTION SECTION STYLES
 *  ================================ */
.content-block--callout:has(.bi-chat-right-text) p:has(i.bi-chat-right-text) {
  margin-bottom: 1rem;
}
.content-block--callout:has(.bi-chat-right-text) p:has(button) {
  margin-bottom: 0;
  display: flow-root;
}
.content-block--callout:has(.bi-chat-right-text) p:has(button) .btn {
  float: right;
}

/** ================================
 *  FAQ SECTION STYLES
 *  ================================ */
.grid-container--faq-grid-container .content-block__content div:has(#frequently-asked-questions) {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  color: #be0028;
  font-weight: 400;
  font-size: 30px;
}
.grid-container--faq-grid-container .content-block__content div:has(#frequently-asked-questions) a {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 480px) {
  .grid-container--faq-grid-container .content-block__content div:has(#frequently-asked-questions) a {
    display: none;
  }
}

.stepped-form .stepped-form__indicators {
  display: none !important;
}

.stepped-form {
  margin-top: 0;
}

/* Target all radio buttons or be more specific */
input[type=radio][name=ConfirmApp] {
  appearance: none;
  vertical-align: middle;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #666;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

/* Hover state */
input[type=radio][name=ConfirmApp]:hover {
  border-width: 3px;
  border-color: #333;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

/* Checked state - WHITE CENTER DOT */
input[type=radio][name=ConfirmApp]:checked {
  background-color: black;
  /* Blue background when checked */
  border-width: 3px;
  border-color: black;
}

/* Create the WHITE center dot */
input[type=radio][name=ConfirmApp]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
  /* WHITE dot */
}

/* Focus state */
input[type=radio][name=ConfirmApp]:focus {
  outline: none;
  box-shadow: 0;
}

/* Active/pressed state */
input[type=radio][name=ConfirmApp]:active {
  transform: scale(0.95);
}

.form-row p {
  font-size: 1.25rem;
  font-weight: 600;
}

.option-label {
  font-size: 1rem;
}

div[data-service-embed=TestApp] .stepped-form__controls button[type=submit],
div[data-service-embed=TestApp] .stepped-form__controls button[type=submit]:hover {
  background-color: #01c76a;
  border-color: #01c76a;
}

.stepped-form__control--next {
  width: 100%;
}

/*# sourceMappingURL=rybrevant.css.map */
