/** Shopify CDN: Minification failed

Line 71:4 Unexpected "{"
Line 71:5 Expected identifier but found "%"
Line 71:40 Unexpected "{"
Line 71:41 Expected identifier but found "%"
Line 150:2 Unexpected "{"
Line 150:3 Expected identifier but found "%"
Line 150:35 Unexpected "{"
Line 150:36 Expected identifier but found "%"
Line 195:2 Unexpected "{"
Line 195:3 Expected identifier but found "%"
... and 2 more hidden warnings

**/
header, .shopify-section--announcement-bar, .footer, .shopify-section-group-footer-group{
  display:none !important;
}
.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
  display:none!important;
}

body, html, .shopify-section, .liva-flow-section, #MainContent, main {
  background: #FBF5EC;
  background-color: #FBF5EC;
}
.liva-flow-section, .shopify-section {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}


*, *::before, *::after { box-sizing: border-box; }
html, body {
  min-height: 100vh;
  background: #FBF5EC;
  font-family: "Baloo 2", sans-serif;
  color: #000;
  overflow-x: hidden;
}


.liva-shell {
  max-width: 600px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  overflow-x: hidden;
}


.liva-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
.liva-brand img {
    width: 70px;
    height: auto;
    transform: scale(1.5);
}
.liva-topline {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    {% comment %} padding: 18px 0 12px; {% endcomment %}
    margin: 30px 0;
}


.liva-track {
  width: 100%;
  height: 5px;
  background: #0E1C2540;
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
}
.liva-track__fill {
  height: 100%;
  display: block !important;
  background: #0E1C25;
  border-radius: 3px;
  transition: width 0.5s ease;
}


.liva-return {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #000000;
    font-size: 28px;
    cursor: pointer;
}
.liva-return:hover { opacity: 0.7; }


.liva-stage {
  display: none;
  width: 100%;
  flex-direction: column;
  margin-bottom: 100px;
  align-items: center;
  animation: fadeIn 0.35s ease;
}

.liva-stage.liva-active,
.liva-stage.liva-active::before,
.liva-stage.liva-active::after,
.liva-stage.liva-active .liva-choice-stack,
.liva-stage.liva-active .liva-choice-stack::before,
.liva-stage.liva-active .liva-choice-stack::after {
  border: none !important;
  box-shadow: none !important;
}


.liva-stage.liva-active {
  display: flex;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}


.liva-stage__title {
  font-family: "Baloo 2", sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  {% comment %} line-height: 48px; {% endcomment %}
  color: #000000;
}

.liva-stage__note {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5;
}


.liva-age-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
  max-width: 460px;
  margin-top: 30px;
}
.liva-age-card {
  background: #000000;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: 1px solid #D0D0D0;
}
.liva-age-card:hover {
  transform: translateY(-2px);
}
.liva-age-card.liva-selected {
  border-color: #C9DE80;
  background: #C9DE80;
  color: #000000;
}
.liva-age-card img {
  height: 200px;
  display: block;
  {% comment %} transform: scale(1.5); {% endcomment %}
  transform-origin: center top;
  object-fit: cover;
  object-position: center top;
}
.liva-age-card__copy {
  background: #FFFFFF;
  padding: 18px 16px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  flex-shrink: 0;
}


.liva-choice-stack {
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 55px;
}

.liva-choice-row {
  background: #FFFFFF;
  -webkit-tap-highlight-color: transparent;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 14px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: 600;
}
.liva-choice-row:hover {
  border-color: #000000;
}
.liva-choice-row.liva-selected {
  background: #000000;
  color: #FFFFFF!important;
}
.liva-choice-row img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}
.liva-choice-row.liva-selected img {
  filter: brightness(0) invert(1)!important;
}


.liva-main-cta {
  width: 100%;
  max-width: 460px;
  background: #C9DE80;
  color: #000000;
  border: none;
  border-radius: 6px;
  padding: 16px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 16px;
  font-family: "Baloo 2", sans-serif;
  transition: opacity 0.2s;
  display: none;
  text-align: center !important;
}
.liva-main-cta:hover { opacity: 0.9; }
.liva-main-cta.liva-ready { 
  display: block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.liva-main-cta.liva-ready svg { 
  margin-left: 10px;
}


.liva-note-card {
  width: 100%;
  max-width: 460px;
  border: 1px solid #C9DE80; 
  border-radius: 10px;
  padding: 18px 20px;
  margin-top: 20px;
}
.liva-note-card__heading {
  color: #C9DE80;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  display: flex;
  gap: 8px;
}
.liva-note-card__icon {
  display: flex;
  align-items: center;
}
.liva-note-card__body {
  font-size: 13px;
  line-height: 1.6;
  color: #000000;
}

/* Dropdown */
.liva-choice-dropdown {
  background: #FFEBEB;
  display: none;
  padding: 20px 24px;
  border-radius: 8px;
  border: 1.5px dashed #F43F3F;
}
.liva-choice-dropdown__attention {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-family: "Baloo 2", sans-serif;
}
.liva-choice-dropdown__attention span {
  padding-left: 7px;
  font-size: 18px;
  font-weight: 600;
  color: #541919;
  font-family: 'Baloo 2', sans-serif;
}
.liva-choice-dropdown__description {
  display: flex;
}
.liva-choice-dropdown__description-text {
  margin-left: 20px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.liva-choice-dropdown__description-text-p {
  margin: 0;
}
.liva-choice-dropdown__description-img img {
  width: 96px;
  height: 96px;
}
.liva-choice-dropdown__description-text-ul {
  margin: 0;
  padding: 0 0 0 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
}
.liva-choice-dropdown__description-text-li p {
  margin: 0;
  color: #541919;
  font-weight: 400;
}
.liva-choice-dropdown__description-text-orange {
  margin: 0;
  color: #FF9A00;
}
.liva-choice-dropdown__description-text-red-orange {
  margin: 0;
  color: #FF5E00;
}
.liva-choice-dropdown__description-text-red {
  margin: 0;
  color: #FF1E00;
}
.liva-choice-dropdown__description-text-red-strong {
  margin: 0;
  color: #FF0000;
}




.liva-proof {
  width: 100%;
  text-align: center;
}

/* Separate mobile and desktop layouts */

.liva-proof--desktop {
  display: none;
}

.liva-proof--mobile {
  display: block;
}

.liva-proof__title {
  margin: 0 0 50px 0;
  color: #000000;
  font-family: "Baloo 2", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.22;
}

.liva-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 42px;
}

.liva-proof-photo {
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #000000;
}

.liva-proof-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.liva-proof-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.liva-proof-card {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 14px 18px;
  height: 120px;
  text-align: left;
}

.liva-proof-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 8px;
}

.liva-proof-rating svg {
  flex-shrink: 0;
}

.liva-proof-quote {
  margin: 0;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.35;
}

.liva-proof-author {
  margin: 5px 0 0;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.liva-proof .liva-main-cta {
  width: 100%;
  max-width: 500px;
  margin: 32px auto 0;
}


.liva-insight {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.liva-insight__title {
  margin: 0;
  color: #000000;
  font-family: "Baloo 2", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.22;
}
.liva-insight__copy {
  font-size: 20px;
  color: #000000BF;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 16px;
  background: #F6FFEB;
  border-radius: 8px;
  border: 1.5px dashed #00C807;
  padding: 24px;
}
.liva-insight__image {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  display: block;
}
.liva-insight .liva-main-cta {
  max-width: 400px;
}


.liva-result-card {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
  margin-top: 30px;
  position: relative;
  border: 1px solid #D0D0D0;
  gap: 32px;
  display: flex;
}
.liva-result-card__head {
  margin-bottom: 12px;
}
.liva-result-card__body {
  width: 100%;
  text-align: center;
}
.liva-result-card__title {
  font-size: 26px;
  font-weight: 600;
  font-family: "Baloo 2", sans-serif !important;
  color: #000000;
}
.liva-status-pill {
  background: #fde8e8;
  color: #e53e3e;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
}
.liva-result-card__image {
  width: 177px;
  height: 177px;
  display: block;
  border-radius: 24px;
  background: linear-gradient(to bottom, #FBF5EC 40%, #D55F5F);
}
.liva-level-tag {
  display: inline-block;
  background: #F43F3F;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-right: -7px;
}
.liva-level {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}
.liva-level-track {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(to right, #00B283, #B2AF00, #E5A800, #CC0000);
  position: relative;
}
.liva-level-pin {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 3.2px solid #F43F3F;
  border-radius: 50%;
  box-shadow: 0 1.68px 3.2px #E0735B26;
}
.liva-level-scale {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #00000066;
  margin-top: 4px;
}
.liva-level-scale__very-high {
  color: #D55F5F;
  font-weight: 700;
}
.liva-alert {
  background: #FFEBEB;
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  width: 100%;
  border: 1px solid #F43F3F;
}
.liva-alert__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.liva-alert__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #F43F3F;
}
.liva-alert__text {
  font-size: 16px;
  font-weight: 500;
  color: #541919;
  line-height: 1.5;
}
.liva-metric-grid {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-top: 14px;
}
.liva-metric {
  flex: 1;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 14px 16px;
  display: flex;
  border: 1px solid #D0D0D0;
  align-items: center;
  gap: 10px;
}
.liva-metric.liva-origin {
  border: 1px solid #00000026;
}
.liva-metric__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.liva-metric__label {
  font-size: 16px;
  font-weight: 500;
  color: #000000BF;
  font-family: "Lato", sans-serif;
}
.liva-metric.liva-origin .liva-metric__label {
  color: #000000BF;
}
.liva-metric__value {
  font-size: 17px;
  font-weight: 600;
  color: #33A719;
}
#liva-primary-source {
  color: #CC6D00 !important;
}
.liva-metric-cta {
  max-width: 400px;
}


.liva-projection {
  width: 100%;
  margin-top: 45px;
  max-width: 460px;
}
.liva-projection__panel {
  border-radius: 8px;
  padding: 50px 24px 24px 24px;
  margin-bottom: 16px;
  background: #ffffff;
}
.liva-projection__bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 180px;
  gap: 8px;
}
.liva-projection__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  height: 100%;
  justify-content: flex-end;
}
.liva-projection__bar {
  width: 100%;
  display: flex !important;
  border-radius: 8px 8px 4px 4px;
  position: relative;
  justify-content: center;
  align-items: flex-end;
}
.liva-projection__bar.liva-bar-one { height: 25%; background: #DF2E2E; }
.liva-projection__bar.liva-bar-two { height: 35%; background: #EA5F34; }
.liva-projection__bar.liva-bar-three { height: 55%; background: #F49D3F; }
.liva-projection__bar.liva-bar-four { height: 65%; background: #E9DD35; }
.liva-projection__bar.liva-bar-five { height: 100%; background: #92C932; }
.liva-projection__label {
  font-size: 11px;
  color: #000000BF;
  margin-top: 8px;
  text-align: center;
  white-space: nowrap;
}
.liva-projection__bar.liva-bar-one .liva-projection__percent {
  top: 20%;
}
.liva-projection__bar.liva-bar-two .liva-projection__percent {
  top: 30%;
}
.liva-projection__percent {
  position: absolute;
  left: 50%;
  bottom: 18px;
  top: 40%;
  transform: translateX(-50%);
  font-size: 28px;
  font-weight: 700;
  color: #00000066;
  line-height: 1;
  pointer-events: none;
}
.liva-projection__badge {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #92C932;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 15px;
  white-space: nowrap;
}
.liva-projection__badge-start {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #DF2E2E;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 15px;
  white-space: nowrap;
}
.liva-projection__check {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  background: #000000;
  border: 2px solid #4caf50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4caf50;
  font-size: 12px;
}
.liva-projection__copy {
  font-size: 13px;
  color: #000000BF;
  text-align: center;
  line-height: 1.6;
}
.liva-projection-cta {
  max-width: 400px;
}


.liva-build {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.liva-build__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Baloo 2", sans-serif;
  color: #000000;
}
.liva-build-progress {
  width: 100%;
  height: 15px;
  background: #3794093D;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 30px;
}
.liva-build-progress__fill {
  height: 100%;
  background: #379409;
  border-radius: 6px;
  transition: width 1.5s ease;
  width: 0%;
  display: block !important;
}
.liva-build-list {
  text-align: left;
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
}
.liva-build-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 15px;
  color: #555;
  border-bottom: 1px solid #00000040;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.liva-build-list__name {
  color: #000000;
  font-weight: 700;
}
.liva-build-list__item.liva-ready { opacity: 1; }
.liva-build-list__check {
  color: #4caf50;
  font-size: 18px;
  font-weight: 700;
}
.liva-build-list__check {
  display: flex;
}
.liva-build-list__percent {
  color: #888;
  font-size: 14px;
}
.liva-build .liva-main-cta {
  max-width: 400px;
}


.liva-dialog {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.liva-dialog.liva-active { 
  display: flex !important; 
  visibility: visible; 
  opacity: 1; 
}
.liva-dialog__box {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 48px;
  max-width: 550px;
  width: 90%;
  text-align: center;
  animation: modalIn 0.3s ease;
}
@keyframes modalIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
.liva-dialog__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0000008C;
  font-family: "Lato", sans-serif;
}
.liva-dialog__copy {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}
.liva-dialog__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.liva-dialog__button {
  padding: 20px 32px;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  transition: opacity 0.2s;
}
.liva-dialog__button:hover {
  opacity: 0.75;
}
.liva-dialog__button.liva-dialog__button--secondary { 
  background: #FFFFFF; 
  color: #000000;
  border: 1px solid #C9DE80;
}
.liva-dialog__button.liva-dialog__button--primary { 
  background: #C9DE80; 
  color: #000000;
  border: 1px solid #C9DE80;
}

.liva-choice-row.liva-selected svg,
.liva-choice-row.liva-selected svg path {
  fill: #fff !important;
  stroke: #fff !important;
}

@media (min-width: 481px) {
  #liva-stage-7 {
    align-items: center;
  }

  #liva-stage-7 .liva-proof--mobile {
    display: none;
  }

  #liva-stage-7 .liva-proof--desktop {
    width: 100%;
    display: block;
    text-align: center;
  }

  .liva-proof__title {
    padding: 0 50px 0 50px;
  }

  .liva-proof-desktop__reviews {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .liva-proof-desktop__review {
    width: 100%;
    min-height: 170px;
    display: grid;
    grid-template-columns: 175px minmax(0, 1fr);
    overflow: hidden;
    background: #ffffff;
    border-radius: 12px;
    text-align: left;
  }

  .liva-proof-desktop__photo {
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: #eeeeee;
  }

  .liva-proof-desktop__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .liva-proof-desktop__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 22px;
  }

  .liva-proof-desktop__stars {
    margin-bottom: 10px;
    color: #f59e0b;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
  }

  .liva-proof-desktop__quote {
    margin: 0;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.45;
  }

  .liva-proof-desktop__author {
    margin: 10px 0 0;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
  }

  .liva-proof-desktop__button {
    width: calc(100% - 96px);
    max-width: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 48px auto 0 !important;
    padding: 18px 24px;
  }

  .liva-proof-desktop__button span {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .liva-stage__title { 
    font-size: 18px; 
  }
  .liva-insight__title { 
    font-size: 18px; 
  }
  .liva-build__title { 
    font-size: 18px; 
  }
  .liva-age-grid { gap: 8px; }
  .liva-age-card__copy { 
    font-size: 13px; padding: 8px 6px; 
  }
  .liva-choice-row { 
    padding: 12px 14px; font-size: 14px; 
  }
  .liva-metric-grid { 
    flex-direction: column; 
  }
  .liva-projection__bars { 
    height: 150px; 
  }
  .liva-proof {
    max-width: 100%;
  }
  .liva-projection__percent {
    font-size: 24px;
  }
  .liva-proof__title {
    line-height: 1.25;
  }

  .liva-proof-grid {
    gap: 6px;
    margin-top: 28px;
  }

  .liva-proof-stack {
    gap: 8px;
    margin-top: 10px;
  }

  .liva-proof-card {
    padding: 10px 12px;
    border-radius: 7px;
  }

  .liva-proof-rating {
    margin-bottom: 6px;
  }

  .liva-proof .liva-main-cta {
    margin-top: 20px;
  }
  .liva-result-card {
    flex-direction: column;
    align-items: center;
  }
  .liva-insight__copy {
    font-size: 14px;
  }
  .liva-choice-dropdown__description-text-ul {
    display: block;
  }
  .liva-choice-dropdown__description-text {
    font-size: 13px;
  }
}
