.fls-header {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 0 0 0 15px;
  background: #fff;
}

.fls-header__logo-link {
  display: inline-flex;
  width: 109px;
  min-height: 36px;
  align-items: center;
}

.fls-header__logo {
  width: 109px;
  height: 36px;
  object-fit: contain;
}

.fls-breadcrumb {
  padding: 11px 15px 8px;
  background: #fff;
  color: #24307b;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.fls-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fls-breadcrumb__item {
  min-width: 0;
}

.fls-breadcrumb__item + .fls-breadcrumb__item::before {
  content: ">";
  margin: 0 2px;
}

.fls-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.fls-hero {
  position: relative;
  background: #d9edf9;
}

.fls-hero__title {
  margin: 0;
  padding: 0;
}

.fls-hero__image {
  display: block;
  width: 100%;
  height: auto;
}

.fls-hero__updated {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 11px;
  padding: 7px 22px 0;
  background: #f3f9ff;
  color: #24307b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.fls-intro {
  padding: 55px 23px 55px;
}

.fls-intro p {
  margin: 0;
  color: #1a276b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.63;
}

.fls-start-card {
  margin: 0 22px 22px;
  padding: 27px 18px 24px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.fls-start-card__lead {
  margin: 0 0 7px;
  color: #1d2873;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.fls-start-card__mascot {
  width: 132px;
  height: 58px;
  margin: 0 auto -4px;
  object-fit: cover;
  object-position: center top;
}

.fls-main-button {
  display: inline-flex;
  width: min(100%, 323px);
  min-height: 66px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 33px;
  background: linear-gradient(100deg, #7374ee 5%, #99dff9 95%);
  box-shadow: 0 5px 0 rgba(35, 40, 120, 0.18), 0 12px 18px rgba(41, 73, 125, 0.18);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
}

.fls-main-button:disabled {
  cursor: default;
  opacity: 1;
}

.fls-main-button:focus-visible,
.fls-reset-button:focus-visible,
.fls-feature__link:focus-visible,
.fls-header__logo-link:focus-visible,
.fls-unknown input:focus-visible,
.fls-money-input input:focus-visible,
.fls-select-wrap select:focus-visible {
  outline: 3px solid #75d6f5;
  outline-offset: 3px;
}

.fls-form {
  margin: 0 14px 28px;
  padding: 0 0 1px;
  border-radius: 8px;
  background: #fff;
}

.fls-form-section {
  margin: 0;
  padding: 18px 10px 21px;
  border: 1px solid #e8edf8;
  border-radius: 8px;
  background: #fff;
}

.fls-form-section + .fls-form-section {
  margin-top: 18px;
}

.fls-section-heading {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 22px;
  padding: 0 0 7px;
  border-bottom: 2px solid #252c7d;
  color: #1f2a72;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.fls-section-heading__icon {
  width: 22px;
  height: 22px;
  color: #263079;
  flex: 0 0 22px;
}

.fls-section-heading__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.fls-section-heading__note {
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}

.fls-field {
  margin: 0 22px 22px;
  scroll-margin-top: 18px;
}

.fls-field:last-child {
  margin-bottom: 0;
}

.fls-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px;
  color: #253078;
  font-size: 13px;
  font-weight: 900;
}

.fls-badge {
  display: inline-flex;
  min-width: 29px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.fls-badge--required {
  background: #ffe8eb;
  color: #ff7182;
}

.fls-badge--optional {
  background: #eeeeee;
  color: #8d8d8d;
}

.fls-select-wrap,
.fls-money-input {
  position: relative;
  display: flex;
  align-items: center;
}

.fls-select-wrap select,
.fls-money-input input {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  border: 1px solid #d5dbea;
  border-radius: 9px;
  background: #fff;
  color: #253078;
  font-size: 14px;
  font-weight: 700;
}

.fls-select-wrap select {
  appearance: none;
  padding: 0 38px 0 17px;
}

.fls-select-wrap::after {
  position: absolute;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333b86;
  border-bottom: 2px solid #333b86;
  content: "";
  pointer-events: none;
  transform: rotate(45deg) translateY(-3px);
}

.fls-money-input input {
  padding: 0 14px;
}

.fls-money-input input::placeholder {
  color: #9ca7c8;
  opacity: 1;
}

.fls-money-input input:disabled {
  border-color: #dce2ef;
  background: #f5f7ff;
  color: #2e377d;
  -webkit-text-fill-color: #2e377d;
}

.fls-money-input__unit {
  width: 26px;
  margin-left: 8px;
  color: #263079;
  flex: 0 0 26px;
  font-size: 13px;
  font-weight: 900;
}

.fls-unknown {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 16px;
  margin-top: 7px;
  padding: 1px 9px;
  border: 1px solid #dce2f3;
  border-radius: 3px;
  background: #f5f7ff;
  color: #7b84a8;
  font-size: 10px;
  font-weight: 800;
}

.fls-unknown input {
  width: 11px;
  height: 11px;
  margin: 0;
  accent-color: #6870e9;
}

.fls-error {
  margin: 7px 0 0;
  color: #d9435a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.fls-field.fls-has-error .fls-select-wrap select,
.fls-field.fls-has-error .fls-money-input input {
  border-color: #ff7e8e;
  background: #fff7f8;
}

.fls-submit-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 10px 25px;
  text-align: center;
}

.fls-submit-area__heading {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 9px;
  color: #1e2871;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.fls-submit-area__heading::before,
.fls-submit-area__heading::after {
  display: block;
  width: 2px;
  height: 33px;
  background: #1e2871;
  content: "";
}

.fls-submit-area__heading::before {
  transform: rotate(-28deg);
}

.fls-submit-area__heading::after {
  transform: rotate(28deg);
}

.fls-results {
  margin: 0 11px 28px;
}

.fls-results__heading {
  margin: 0 0 10px;
  color: #1e2871;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.fls-result-card {
  margin: 0 0 12px;
  padding: 15px 13px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(28, 43, 96, 0.06);
}

.fls-result-card--summary {
  padding-bottom: 14px;
}

.fls-result-title {
  margin: 0 0 12px;
  color: #1f2a72;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.fls-balance {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 11px;
  align-items: center;
}

.fls-donut {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: conic-gradient(#84d474 0deg 120deg, #ffc86d 120deg 240deg, #76cdf3 240deg 360deg);
}

.fls-donut::after {
  position: absolute;
  inset: 27px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.fls-donut__center {
  position: absolute;
  inset: 27px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #24307b;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.fls-donut__center strong {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.fls-legend {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fls-legend li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 2px 6px;
  align-items: center;
  color: #24307b;
  font-size: 10px;
  font-weight: 800;
}

.fls-legend__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.fls-legend__dot--rent {
  background: #84d474;
}

.fls-legend__dot--fixed {
  background: #ffc86d;
}

.fls-legend__dot--variable {
  background: #76cdf3;
}

.fls-legend strong,
.fls-legend em {
  grid-column: 2;
  color: #24307b;
  font-style: normal;
  line-height: 1.15;
}

.fls-legend li.fls-legend__total {
  display: flex;
  gap: 4px;
  margin-top: 2px;
  color: #24307b;
  font-size: 11px;
  font-weight: 900;
}

.fls-legend__total strong {
  grid-column: auto;
}

.fls-stat-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.fls-stat-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #edf1f8;
}

.fls-stat-list > div:first-child {
  border-top: 0;
  padding-top: 0;
}

.fls-stat-list > div:last-child {
  padding-bottom: 0;
}

.fls-stat-list dt {
  margin: 0;
  color: #253078;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
}

.fls-stat-list dd {
  margin: 0;
  color: #253078;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.fls-stat-list__item--negative dd {
  color: #d13a58;
}

.fls-stat-list .fls-goal-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  gap: 4px;
  margin: 4px 0;
  padding: 9px 6px;
  border-top: 0;
  border-radius: 6px;
}

.fls-goal-result--achieved {
  background: #e9faef;
}

.fls-goal-result--short,
.fls-goal-result--difficult {
  background: #fff0f3;
}

.fls-savings-status__left {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 4px;
  min-width: 0;
  margin: 0;
}

.fls-savings-status__icon {
  width: 18px;
  height: 18px;
  color: #263079;
  flex: 0 0 18px;
}

.fls-savings-status__icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.fls-savings-status__label,
.fls-savings-status__result {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.fls-stat-list .fls-savings-status__difference {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: normal;
  text-align: right;
  white-space: nowrap;
}

.fls-goal-result--achieved .fls-savings-status__result,
.fls-goal-result--achieved .fls-savings-status__difference {
  color: #15874f;
}

.fls-goal-result--short .fls-savings-status__result,
.fls-goal-result--short .fls-savings-status__difference,
.fls-goal-result--difficult .fls-savings-status__result,
.fls-goal-result--difficult .fls-savings-status__difference {
  color: #d13a58;
}

.fls-amount--negative {
  color: #d13a58 !important;
}

.fls-ideal-rent {
  position: relative;
  display: block;
  min-width: 0;
  width: 100%;
  min-height: 29px;
  margin-bottom: 12px;
  text-align: center;
}

.fls-ideal-rent strong {
  display: block;
  min-width: 0;
  color: #24307b;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.fls-ideal-rent--centered {
  display: block;
}

.fls-ideal-rent.fls-ideal-rent--centered strong {
  display: block;
  text-align: center;
}

.fls-ideal-rent__diff-badge {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  min-width: 0;
  margin-left: 0;
  padding: 5px 7px;
  border-radius: 14px;
  font-size: 8.5px;
  font-weight: 900;
  white-space: nowrap;
}

.fls-ideal-rent__diff-badge--plus {
  background: #e6f8ee;
  color: #17834f;
}

.fls-ideal-rent__diff-badge--minus {
  background: #ffe9ef;
  color: #d13a58;
}

.fls-rent-judgement {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 8px;
  padding: 9px 11px;
  border-radius: 7px;
  background: #f6f9ff;
  color: #253078;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-align: left;
  white-space: nowrap;
}

.fls-rent-judgement__lead {
  display: inline;
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
}

.fls-rent-judgement__title {
  display: inline;
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
}

.fls-rent-judgement--danger {
  background: #ffedf2;
  color: #d13a58;
}

.fls-rent-judgement--caution {
  background: #fff4d8;
  color: #b36b00;
}

.fls-rent-judgement--safe {
  background: #e9faef;
  color: #187646;
}

.fls-rent-judgement--excellent {
  background: #eaf8ff;
  color: #2569a5;
}

@media (max-width: 360px) {
  .fls-rent-judgement,
  .fls-rent-judgement__lead,
  .fls-rent-judgement__title {
    font-size: 11px;
  }
}

.fls-compare-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: start;
  margin-bottom: 8px;
}

.fls-compare-head .fls-result-title {
  margin: 0;
  text-align: left;
}

.fls-compare-legend {
  display: grid;
  gap: 3px;
  margin: 0;
  color: #1f2a72;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
}

.fls-compare-legend div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.fls-compare-legend dt,
.fls-compare-legend dd {
  margin: 0;
}

.fls-compare-legend__bar {
  width: 12px;
  height: 7px;
  background: #ffe0d2;
}

.fls-compare-legend__line {
  width: 12px;
  height: 2px;
  background: #253078;
}

.fls-chart {
  min-height: 190px;
  overflow: hidden;
}

.fls-chart svg {
  width: 100%;
  height: auto;
}

.fls-chart text {
  fill: #24307b;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
}

.fls-chart-note {
  margin: 4px 0 0;
  color: #737890;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.fls-reset-button {
  display: flex;
  width: min(100%, 286px);
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
  padding: 8px 18px;
  border: 2px solid #7077e8;
  border-radius: 24px;
  background: #fff;
  color: #253078;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.fls-feature {
  padding: 18px 18px 22px;
  border-top: 3px solid #20266f;
  border-bottom: 3px solid #20266f;
  background: #fff;
  text-align: center;
}

.fls-feature__title {
  margin: 0 0 11px;
  color: #1f2a72;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.fls-feature__link {
  position: relative;
  display: inline-flex;
  width: min(100%, 285px);
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 8px 16px;
  border: 4px solid transparent;
  border-radius: 28px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(100deg, #7175eb 0%, #90d9f4 100%) border-box;
  box-shadow: 0 4px 0 rgba(38, 46, 126, 0.12);
  color: #1f2a72;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
}

.fls-feature__icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
  flex: 0 0 auto;
}

@media (max-width: 360px) {
  .fls-header {
    min-height: 60px;
  }

  .fls-intro {
    padding-inline: 19px;
  }

  .fls-start-card {
    margin-inline: 15px;
  }

  .fls-main-button {
    font-size: 18px;
  }

  .fls-field {
    margin-inline: 14px;
  }

  .fls-balance {
    grid-template-columns: 105px 1fr;
  }

  .fls-donut {
    width: 102px;
    height: 102px;
  }

  .fls-stat-list dd {
    font-size: 20px;
  }

  .fls-ideal-rent strong {
    font-size: 26px;
  }
}

@media (max-width: 380px) {
  .fls-stat-list .fls-goal-result {
    gap: 3px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .fls-savings-status__left {
    gap: 3px;
  }

  .fls-stat-list .fls-savings-status__difference {
    font-size: 8.5px;
  }

  .fls-ideal-rent__diff-badge {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 8px;
  }
}

@media (min-width: 768px) {
  .fls-page {
    max-width: 760px;
    padding-bottom: 72px;
  }

  .fls-header {
    min-height: 72px;
    padding: 18px 0 0 32px;
  }

  .fls-breadcrumb {
    padding: 16px 48px 12px;
    background: #f3f9ff;
    color: #5d689e;
    font-size: 11px;
    font-weight: 700;
  }

  .fls-hero {
    background: #f3f9ff;
  }

  .fls-hero__updated {
    padding: 10px 48px 0;
  }

  .fls-intro {
    padding: 58px 72px 52px;
  }

  .fls-intro p {
    font-size: 16px;
    line-height: 1.75;
  }

  .fls-start-card,
  .fls-form,
  .fls-results {
    max-width: 640px;
    margin-inline: auto;
  }

  .fls-start-card {
    margin-bottom: 30px;
    padding: 34px 52px 32px;
  }

  .fls-start-card__lead {
    margin-bottom: 9px;
    font-size: 15px;
  }

  .fls-start-card__mascot {
    width: 150px;
    height: 66px;
    margin: 0 auto -8px;
  }

  .fls-main-button {
    width: min(100%, 380px);
    min-height: 64px;
    border-radius: 32px;
    font-size: 22px;
  }

  .fls-form {
    margin-bottom: 38px;
  }

  .fls-form-section {
    padding: 26px 48px 30px;
  }

  .fls-form-section + .fls-form-section {
    margin-top: 24px;
  }

  .fls-section-heading {
    gap: 8px;
    margin-bottom: 26px;
    padding-bottom: 9px;
    font-size: 17px;
  }

  .fls-section-heading__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .fls-section-heading__icon svg {
    width: 24px;
    height: 24px;
  }

  .fls-section-heading__note {
    font-size: 11px;
  }

  .fls-field {
    max-width: 492px;
    margin-inline: auto;
    margin-bottom: 25px;
  }

  .fls-label {
    margin-bottom: 9px;
    font-size: 14px;
  }

  .fls-badge {
    min-width: 32px;
    height: 17px;
    font-size: 10px;
  }

  .fls-select-wrap select,
  .fls-money-input input {
    min-height: 42px;
    border-radius: 10px;
    font-size: 15px;
  }

  .fls-money-input__unit {
    width: 30px;
    margin-left: 10px;
    flex: 0 0 30px;
    font-size: 14px;
  }

  .fls-unknown {
    min-height: 18px;
    margin-top: 8px;
    font-size: 11px;
  }

  .fls-submit-area {
    padding: 36px 20px 34px;
  }

  .fls-submit-area__heading {
    margin-bottom: 13px;
    font-size: 23px;
  }

  .fls-submit-area__heading::before,
  .fls-submit-area__heading::after {
    height: 38px;
  }

  .fls-results {
    margin-bottom: 42px;
  }

  .fls-results__heading {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .fls-result-card {
    margin-bottom: 16px;
    padding: 24px 32px;
  }

  .fls-result-card--summary {
    padding-bottom: 22px;
  }

  .fls-result-title {
    margin-bottom: 18px;
    font-size: 15px;
  }

  .fls-balance {
    max-width: 480px;
    grid-template-columns: 170px 1fr;
    gap: 32px;
    margin: 0 auto;
  }

  .fls-donut {
    width: 152px;
    height: 152px;
  }

  .fls-donut::after,
  .fls-donut__center {
    inset: 38px;
  }

  .fls-donut__center {
    font-size: 11px;
  }

  .fls-donut__center strong {
    font-size: 13px;
  }

  .fls-legend {
    gap: 8px;
  }

  .fls-legend li {
    grid-template-columns: 12px 1fr;
    gap: 3px 8px;
    font-size: 12px;
  }

  .fls-legend__dot {
    width: 10px;
    height: 10px;
  }

  .fls-legend li.fls-legend__total {
    margin-top: 5px;
    font-size: 13px;
  }

  .fls-stat-list > div {
    padding: 16px 0;
  }

  .fls-stat-list dt {
    font-size: 13px;
  }

  .fls-stat-list dd {
    font-size: 30px;
  }

  .fls-stat-list .fls-goal-result {
    gap: 6px;
    margin: 6px 0;
    padding: 11px 8px;
  }

  .fls-savings-status__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .fls-savings-status__label,
  .fls-savings-status__result {
    font-size: 13px;
  }

  .fls-stat-list .fls-savings-status__difference {
    font-size: 10px;
  }

  .fls-ideal-rent {
    min-height: 34px;
    margin-bottom: 16px;
  }

  .fls-ideal-rent strong {
    font-size: 37px;
  }

  .fls-ideal-rent__diff-badge {
    padding: 6px 9px;
    font-size: 10px;
  }

  .fls-rent-judgement {
    margin-top: 12px;
    padding: 13px 16px;
  }

  .fls-rent-judgement__lead,
  .fls-rent-judgement__title {
    font-size: 14px;
  }

  .fls-compare-head {
    margin-bottom: 12px;
  }

  .fls-compare-legend {
    font-size: 10px;
  }

  .fls-chart {
    max-width: 540px;
    min-height: 0;
    margin: 0 auto;
  }

  .fls-chart-note {
    margin-top: 8px;
    font-size: 10px;
  }

  .fls-reset-button {
    width: min(100%, 360px);
    min-height: 48px;
    margin-top: 22px;
    border-radius: 26px;
    font-size: 13px;
  }

  .fls-feature {
    padding: 26px 48px 44px;
  }

  .fls-feature__title {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .fls-feature__link {
    width: min(100%, 360px);
    min-height: 52px;
    padding-inline: 22px;
    font-size: 13px;
  }
}
