body {
  --main-color: #f6e05e;
  --header-bg: #f6e05e;
  --accent-color: #3939d0;
}

.transit__heading,
.transit-card__text {
  font-family: sans-serif;
}

.transit-card__text__time {
  color: var(--accent-color) !important;
}

.transit-card__progress {
  background: var(--accent-color) !important;
}

.btn {
  font-family: sans-serif;
  background-color: var(--accent-color);
}

.faq {
  display: none;
}

.questions-section {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto !important;
  max-width: 40rem !important;
}

.if-rejected__first-part {
  width: 100% !important;
}

.if-rejected__tips__line,
.if-rejected__tip__marker {
  display: none !important;
}

.if-rejected__tip {
  flex-direction: column !important;
  gap: 10px !important;
  padding-bottom: 20px !important;
}

.if-rejected,
.not-rejected {
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.not-rejected__text,
.not-rejected__question {
  width: auto !important;
}

@media (max-width: 500px) {
  .questions-section {
    padding: 1rem 1rem !important;
  }
  .not-rejected__pic {
    left: 0 !important;
    bottom: 0 !important;
  }
}

@media (min-width: 500px) and (max-width: 900px) {
  .questions-section {
    padding: 1rem 1rem !important;
  }
  .not-rejected__pic {
    left: 0 !important;
    bottom: 0 !important;
  }
}

.t-header {
  max-width: 40rem;
  padding: 1.2rem 0;
  margin: 0 auto;
  background-color: #3939d0;
  display: flex;
  justify-content: center;
}

.t-header__brand {
  color: #fff;
  font-weight: 500;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva,
    Verdana, sans-serif;
}

.t-offer {
  border-radius: 1rem;
  padding: 1.25rem 1rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: transparent;
  border: 1px solid #e5e7eb;
  outline: 0;
  cursor: pointer;
  flex-grow: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: inherit;
  position: relative;
  background-color: #a0aec0;
}

.t-offer:first-of-type {
  background-color: #3939d0;
}

/* ------------------- */
/* CARD SECTION START */
/* ----------------- */
.t-offer__header {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 1.2rem;
}

.t-offer__logo {
  height: 2.4rem;
  width: auto;
  max-width: 90%;
}

.t-offer__button {
  justify-self: flex-end;
  background-color: #f6e05e;
  font-family: sans-serif;
  padding: 0.8rem 0;
  border-radius: 30rem;
  color: #3939d0;
  border: 1px solid transparent;
  transition: all 0.1s ease-in;
}

.t-offer__button:hover {
  transition: all 0.1s ease-in;
  background-color: #e0c31b;
}

.t-offer__bullet {
  font-family: sans-serif;
  font-size: 17px;
  letter-spacing: 0.9px;
  color: #fff;
}

.t-offer__bullet:not(:last-of-type) {
  font-weight: 900;
}
/* ----------------- */
/* CARD SECTION END */
/* --------------- */

/* ------------------- */
/* FEED SECTION START */
/* ----------------- */
.t-offers {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  grid-gap: 1.2rem;
  max-width: 40rem;
  padding: 1rem 1rem;
}
/* ----------------- */
/* FEED SECTION END */
/* --------------- */

/* -------------- */
/* LENDERS INFO */
/* ----------- */
.t-lenders-info {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 40rem;
}

.t-lenders-info__title {
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    'Noto Sans',
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  font-weight: 300 !important;
}

.t-lenders-info__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.t-lenders-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0.3rem;
  padding-left: 0;
  margin: 0;
}

.t-lenders-card__body {
  list-style: none;
}

.t-lenders-card__row {
  text-align: left;
  margin: 0;
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    'Noto Sans',
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  font-size: 14px;
}

@media (max-width: 500px) {
  .t-lenders-info {
    padding: 1rem 1rem;
  }
}

@media (min-width: 500px) and (max-width: 900px) {
  .t-lenders-info {
    padding: 1rem 4rem !important;
  }
}
/* ----------------- */
/* LENDERS INFO END */
/* --------------- */
