* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

p {
  color: grey;
}

.bg-blue-light {
  background-color: #f2f9fd;
}

#heading {
  text-transform: uppercase;
  color: #673ab7;
  font-weight: normal;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

/*#msform .action-button {*/
/*    width: 150px;*/
/*    background: #673AB7;*/
/*    font-weight: bold;*/
/*    color: white;*/
/*    border: 0 none;*/
/*    border-radius: 0px;*/
/*    cursor: pointer;*/
/*    padding: 10px 5px;*/
/*    margin: 10px 0px 10px 5px;*/
/*    float: right*/
/*}*/

/*#msform .action-button:hover,*/
/*#msform .action-button:focus {*/
/*    background-color: #311B92*/
/*}*/

#msform .action-button-previous {
  width: 150px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.purple-text {
  color: #673ab7;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

/* variabels*/

:root {
  --spacing: 40px;
}

/* Material Icon Font */

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* Progress */
.w-full:empty {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.max-w-\[1188px\] {
  max-width: 1188px;
}

.max-w-\[550px\] {
  max-width: 550px;
}

.mx-auto {
  margin-inline: auto;
}

.inline-flex {
  display: inline-flex;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.gap-4 {
  gap: 1rem;
}

.relative {
  position: relative;
}

.text-black {
  color: #171717;
}

.text-blue {
  color: #072b4f;
}

.text-red {
  color: #ed2820;
}

.text-green {
  color: #339900;
}

.text-blue-light {
  color: #0095da;
}

.border-blue {
  border: 3px solid #9dd3eb;
}

.rounded {
  border-radius: 8px;
}

.rounded-lg {
  border-radius: 8px;
}

.font-bold {
  font-weight: bold;
}

.font-extrabold {
  font-weight: 900;
}

.font-medium {
  font-weight: 500;
}

.text-sm {
  font-size: 14px;
  line-height: 22px;
}

.text-base {
  font-size: 16px;
  line-height: 32px;
}

.text-lg {
  font-size: 16px;
  line-height: 24px;
}

.text-xl {
  font-size: 20px;
  line-height: 32px;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[12px\] {
  padding-bottom: 12px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[35px\] {
  padding-bottom: 35px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[12px\] {
  padding-top: 12px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pl-\[10px\] {
  padding-left: 10px;
}

.pr-\[10px\] {
  padding-right: 10px;
}

.pl-\[15px\] {
  padding-left: 15px;
}

.pr-\[15px\] {
  padding-right: 15px;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pr-\[20px\] {
  padding-right: 20px;
}

.pl-\[30px\] {
  padding-left: 30px;
}

.pr-\[30px\] {
  padding-right: 30px;
}

.pl-\[35px\] {
  padding-left: 35px;
}

.pr-\[35px\] {
  padding-right: 35px;
}

.pl-\[40px\] {
  padding-left: 40px;
}

.pr-\[40px\] {
  padding-right: 40px;
}

/**************/

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[35px\] {
  margin-top: 35px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

/**************/

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[35px\] {
  margin-bottom: 35px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-x-\[12px\] {
  column-gap: 12px;
}

.gap-y-\[12px\] {
  row-gap: 12px;
}
.gap-y-\[5px\] {
  row-gap: 5px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-x-\[24px\] {
  column-gap: 24px;
}

.gap-y-\[24px\] {
  row-gap: 24px;
}

.w-1\/2 {
  width: calc(1 / 2 * 100%);
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.inline-flex {
  display: inline-flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.flex-1 {
  flex: 1 auto;
}

.rounded-full {
  border-radius: 9999px;
}

/* Elements */

.hr {
  height: 1px;
  background: rgba(0, 149, 218, 0.5);
  margin: 0px 0 0px;
}

.calator {
}

.calator .calator-header {
  background-color: #0095da;
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100%;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.sub_calator {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(0, 149, 218, 0.5);
}

.fs-title {
  font-size: 20px;
  line-height: 32px;
  color: #072b4f;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}



.action-button {
  background-color: #0095da;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  border: none;
  padding: 12px 28px;
  display: inline-block;
  border-radius: 10px;
  transition: 0.2s all ease-in-out;
}
.action-button.secondary {
  background-color: #616161;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  border: none;
  padding: 12px 28px;
  display: inline-block;
  border-radius: 10px;
  transition: 0.2s all ease-in-out;
}

.action-button.secondary:hover {
  background-color: #5cad33;
  color: white;
}

.action-button-with-icon{
  outline:none;
  background: transparent;
  box-shadow: none;
  display:inline-flex;
  align-items: center;
  gap:10px;
  font-weight: 700;
  color:#072b4f;
  border:none;
  text-transform: uppercase;
}

.action-button:hover {
  background-color: #5cad33;
  color: white;
}

.action-icon-button {
  background-color: #f1f1f1;
  color: #0095da;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1;
  text-align: center;
  border: none;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.2s all ease-in-out;
}

.previous.action-icon-button .material-symbols-outlined {
  font-size: 36px;
  line-height: 1;
}

.action-icon-button:hover {
  background-color: #5cad33;
  color: white;
}

a.action-button-outline,
.action-button-outline {
  background-color: #fff;
  border-radius: 32px !important;
  border: 3px solid #0095da !important;
  color: #0095da;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  border: none;
  padding: 8px 28px;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  border-radius: 10px;
  transition: 0.2s all ease-in-out;
}

a.action-button-outline .material-symbols-outlined,
.action-button-outline .material-symbols-outlined {
  font-size: 30px;
  color: #0095da;
  transition: 0.2s all ease-in-out;
}

a.action-button-outline:hover,
.action-button-outline:hover {
  border-color: #5cad33 !important;
  color: #5cad33;
}

a.action-button-outline:hover .material-symbols-outlined,
.action-button-outline:hover .material-symbols-outlined {
  color: #5cad33;
}

a.action-button-outline.delete,
.action-button-outline.delete {
  border-color: #ed2820 !important;
  color: #ed2820;
}

a.action-button-outline.delete .material-symbols-outlined,
.action-button-outline.delete .material-symbols-outlined {
  color: #ed2820;
}

/* Progress bar*/

.progress-bar__block {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  margin-top: calc(2 * var(--spacing));
  margin-bottom: var(--spacing);
}

.progress-bar__step {
  position: relative;
  display: flex;
  width: 25%;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.progress-bar__label {
  flex: 1 auto;
  color: #072b4f;
  font-size: 12px;
}

.progress-bar__icon-wrapper {
  position: relative; /* necesar pentru ::after */
}

.progress-bar__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #e6f5fc;
  padding: 4px 12px;
  color: #485e88;
  z-index: 1;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease, width 0.3s ease;
}

/* linia de progres */
.progress-bar__icon-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #e6f5fc, #e6f5fc);
  z-index: 0;
  transition: background 0.4s ease;
}

.progress-bar__step {
  position: relative;
  z-index: 1;
}

.progress-bar__step:last-child .progress-bar__icon-wrapper::after {
  display: none;
}

/* gradient între active și următorul */
.progress-bar__step.active .progress-bar__icon-wrapper::after {
  background: linear-gradient(
    90deg,
    rgba(0, 149, 218, 1) 0%,
    rgba(0, 149, 218, 1) 20%,
    rgba(230, 245, 252, 1) 100%
  );
}

/* linie completă pentru pași finalizați */
.progress-bar__step.completed .progress-bar__icon-wrapper::after {
  /*  background: linear-gradient(90deg, rgba(51,153,0,1) 0%, rgba(0,149,218,1) 50%, rgba(0,149,218,1) 100%);*/
  background: #339900;
}

.progress-bar__step.completed .progress-bar__icon {
  background: #339900;
  color: #fff;
}

.progress-bar__step.active .progress-bar__label {
  font-weight: bold;
}

.progress-bar__step.active .progress-bar__icon {
  width: 100%;
  background: #0095da;
  color: #fff;
}

/* Form */

.form-card {
  margin: 0 auto;
  max-width: 550px;
  background: #fff;
  box-shadow: 3px 5px 24px rgba(0, 0, 0, 0.06);
  padding: 30px 15px;
}

.form-card .form-label , .form-card .form-label span{
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.form-card .form-card__box {
  border-radius: 8px;
  background: #f2f9fd;
  padding: 15px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.form-card input.form-control,
.form-card textarea.form-control {
  padding: 16px;
  border: 1px solid #a3aec3;
  border-radius: 8px;
  margin-bottom: 35px;
  width: 100%;
  box-sizing: border-box;
  color: #0081c5;
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

.form-card input.form-control {
  height: calc(24px + 32px + 2px);
}

.form-card input.form-control.w-1\/2,
.form-card textarea.form-control.w-1\/2 {
  width: calc(1 / 2 * 100%);
}

.form-card input:focus,
.form-card textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #4fb84f;
  outline-width: 0;
}

.form-card select.form-control {
  border-color: #a3aec3;
  height: calc(24px + 32px + 2px);
  font-size: 14px;
  line-height: 24px;
  color: #0081c5;
  border-radius: 8px;
}

/* 🔧 Reset default appearance */
.form-card input[type="radio"],
.form-card input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  margin-right: 16px;
  cursor: pointer;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  flex-shrink: 0;
}

/* 🟢 RADIO: default state */
.form-card input[type="radio"] {
  border: 1px solid rgba(72, 94, 136, 0.5);
  border-radius: 50%;
  background-color: white;
}

.form-card input[type="radio"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #4fb84f;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out;
}

.form-card input[type="radio"]:checked {
  border-color: #4fb84f;
  background-color: white;
}

.checkbox-parent:has(input[type="radio"]) {
  border: 1px solid  #A4AFC4;
}

.checkbox-parent:has(input[type="radio"]:checked) {
  border: 1px solid #4fb84f;
  outline: 2px solid #4fb84f;
}

.form-card input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}

/* 🔲 CHECKBOX: default state */
.form-card input[type="checkbox"] {
  border: 1px solid rgba(72, 94, 136, 0.5);
  border-radius: 4px;
  background-color: white;
}

.form-card input[type="checkbox"]::before {
  content: "✔";
  position: absolute;
  font-size: 16px;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out;
}

.form-card input[type="checkbox"]:checked {
  background-color: #4fb84f;
  border-color: #4fb84f;
}

.form-card input[type="checkbox"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}

/* 🚫 DISABLED STATE (both types) */
.form-card input[type="radio"]:disabled,
.form-card input[type="checkbox"]:disabled {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  cursor: not-allowed;
}

.form-card input[type="radio"]:disabled::before,
.form-card input[type="checkbox"]:disabled::before {
  background-color: #f1f1f1 !important;
  color: #ccc;
}

/*******************************/

.form-card .form-tabed-control {
  display: flex;
  justify-content: stretch;
}

.form-card .form-tabed-control.form-tabed-header {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}

.form-card .form-tabed-control input[type="radio"],
.form-card .form-tabed-control input[type="checkbox"] {
  display: none;
}

.form-card .form-tabed-control label {
  display: block;
  background-color: #d3e4ee;
  padding: 15px;
  color: #072b4f;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  cursor: pointer;
  height: 100%;
}

.form-card .form-tabed-control input:checked ~ label {
  background-color: #f2f9fd;
}

/*Step 4*/
/* Results */
.results-card {
  margin: 0 auto;
  max-width: 1188px;
  background: #fff;
  box-shadow: 3px 5px 24px rgba(0, 0, 0, 0.06);
  padding: 30px 15px;
  position: relative;
}

.comparison-wrapper {
  display: flex;
  width: 100%;

  --swiper-pagination-bullet-width: 20px;
  --swiper-pagination-color: #0095da;
  --swiper-pagination-bullet-border-radius: 4px;
  --swiper-pagination-bullet-height: 6px;
  --swiper-pagination-bullet-inactive-color: #9dd3eb;
  --swiper-pagination-bullet-inactive-opacity: 0.8;
  --swiper-pagination-bottom: 15px;

  --swiper-scrollbar-drag-bg-color: #0095da;
  --swiper-scrollbar-size: 8px;
}

.label-column {
  width: 180px;
  flex-shrink: 0;
  background: #fff;
  z-index: 10;
  /*position: sticky;*/
  /*left: 0;*/
}

.label-column .label-row {
  padding: 15px 0px;
  border-bottom: 2px solid #d9d9d9;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;

  min-height: 65px;
  display: flex;
  gap: 12px;
  color: #0095da;
  align-items: center;
  text-align: left;
}

.label-column .label-row-date {
  color: #171717;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  font-weight: 500;
  min-height: 65px;
}

.label-column .label-row.label-row-placeholder {
  height: 380px;
}

.label-column .label-row:first-child {
  border: none;
}

.offers-scroll {
  /*overflow-x: auto;*/
  width: 100%;
  flex: 1 auto;
}

.offer-table {
  display: flex;
  min-width: max-content;
}

.offer-column {
  /*width: 190px;*/
  /*min-width: 130px;*/
  flex-shrink: 0;
}

.offer-cell {
  padding: 15px;
  border-bottom: 2px solid #d9d9d9;
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}

.offer-cell:last-child {
  /*border: none;*/
}

.offer-header {
  background: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 380px;
  overflow: hidden;
}

.offer-header .offer-logo {
  height: 90px;
  padding: 0 15px;
}

.offer-header .offer-price {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  color: #0095da;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 3px solid #9dd3eb;
}

.offer-header .offer-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.offer-header .offer-cell {
  border-bottom: none;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 0;
}

/* remove the old overflow-x */
.offers-scroll {
  /*overflow:hidden ;*/
  position: relative; /* needed for pagination */
  width: calc(100% - 180px);
  /* no more overflow-x */
}

.offers-scroll .swiper-wrapper {
  display: flex; /* Swiper does this already */
  justify-content: flex-start;
}

/* give every slide a baseline width */
.swiper-slide {
  width: 185px; /* desktop / tablet width */
  flex-shrink: 0; /* don’t let flex shrink it */
}

.results-card .swiper-pagination-wrapper {
  position: relative;
  padding-top: 10px;
}
.results-card .swiper-pagination-wrapper .swiper-pagination {
  margin: 0 auto;
}



.comparison-wrapper-mobile{
    display:none;
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
}

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}


@media screen and (max-width: 768px) {

.comparison-wrapper-mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.card-offer {
  background: #fff;
  box-shadow: 3px 5px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding:10px;
}

.card-offer .card-offer_logo {
    height: 50px;
    padding: 0 15px;
}

.card-offer .card-offer_logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.card-offer .card-offer_name {
    min-height: 65px;
    text-align: center;
    color:#171717;
    font-size:12px;
}

.card-offer .card-offer_price {
    font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  color: #0095da;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 3px solid #9dd3eb;
}

.card-offer .card-offer_link {
    width:100%;
    display: flex;
  justify-content: center;
}

.card-offer .card-offer_link a{
  color:#171717;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
}

.card-offer .card-offer_insured {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  font-weight: 900;
  color:#0095DA;
}

.card-offer .card-offer_available {
  background-color: rgba(229,236,237,0.4);
  border-radius: 4px;
  padding:5px;
  gap:5px;
  text-align: center;
  display:flex;
  width:100%;
  flex-direction: column;
  color:#339900;

}
.card-offer .card-offer_available span{
    font-size:12px ;
    line-height: 1.2;
}
.card-offer .card-offer_unavailable {
  background-color: rgba(229,236,237,0.4);
  border-radius: 4px;
  padding:5px;
  gap:5px;
  text-align: center;
  display:flex;
  width:100%;
  flex-direction: column;
  color:#ED2820;
  font-size:12px !important;
  line-height: 1.2;
  text-decoration: line-through;
}

.card-offer .card-offer_unavailable span{
    font-size:12px ;
    line-height: 1.2;
}

  .card-offer .card-offer_available span{
    font-size:12px ;
    line-height: 1.2;
  }

.card-offer .card-offer_cta {
    width:100%;
    display: flex;
  justify-content: center;
}

.card-offer .card-offer_date {
    width:100%;
    display: flex;
  justify-content: center;

    color:#171717;
    font-size:14px ;
    line-height: 32px;
}

  .card-offer .card-offer_date .text{
    font-size:12px ;
    line-height: 1.2;
    text-align: center;
  }
  .extra-info-content {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 9999;
    max-width: 200px;
  }
/**************************************/

.form-card .form-tabed-control label{
    font-size: 16px;
    line-height: 22px;
}
  .progress-bar__block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .progress-bar__block .progress-bar__step .progress-bar__label {
    display: none;
  }

  .comparison-wrapper {
    display: none;
    width: 100%;

    --swiper-pagination-bullet-width: 15px;
    --swiper-pagination-color: #0095da;
    --swiper-pagination-bullet-border-radius: 2px;
    --swiper-pagination-bullet-height: 5px;
    --swiper-pagination-bullet-inactive-color: #9dd3eb;
    --swiper-pagination-bullet-inactive-opacity: 0.8;
    --swiper-pagination-bottom: 15px;
  }

  .results-card {
    padding: 30px 0px;
    box-shadow: none;
  }

  .results-card .label-column {
    width: 140px;
  }

  .results-card .label-column .label-row-date {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 55px;
  }

  .results-card .label-column .label-row {
    font-size: 14px;
    line-height: 18px;
    min-height: 55px;
    padding: 8px 0px;
    gap: 5px;
  }

  .results-card .offer-header {
    height: 284px;
    overflow: hidden;
  }

  .results-card .label-column .label-row.label-row-placeholder {
    height: 284px;
  }

  .results-card .offer-header .offer-logo {
    height: 60px;
    padding: 0 5px;
  }

  .results-card .offer-cell {
    padding: 5px;
    min-height: 55px;
    font-size: 14px;
    line-height: 18px;
  }

  .offer-header .offer-price {
    font-size: 14px;
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 380px) {

    .comparison-wrapper-mobile {
            grid-template-columns: 1fr;
    }
}


/* smaller screens: override in JS via slidesPerView */
