.comparatore-btn {
  font-size: 11px;
  font-weight: 600;
  padding: 8px 18px;
  background-color: transparent;
  border-color: transparent;
  color: green;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.comparatore-btn:hover {
  color: green;
  text-decoration: underline;
}
.comparatore-btn:before {
  content: attr(data-comparable-label);
}

.comparatore-checkbox:checked + article.soggiorno-item:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  left: -6px;
  top: -6px;
  border: solid 6px green;
  border-radius: 3px;
}
.comparatore-checkbox:checked + article.soggiorno-item .comparatore-btn:before {
  content: attr(data-not-comparable-label);
}

#comparatore-modal .modal-backdrop.in {
  position: fixed;
}
#comparatore-modal .data-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
#comparatore-modal .data-loader:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: solid 6px #f2a614;
  border-radius: 50%;
  border-left-color: transparent;
  animation: spin 0.6s infinite linear;
}

.comparatore-template .flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .comparatore-template .flex-row {
    margin-bottom: 0;
  }
}
.comparatore-template .flex-row > .column {
  flex-grow: 1;
  width: 50%;
}
@media screen and (min-width: 992px) {
  .comparatore-template .flex-row > .column {
    width: 33.3333333333%;
  }
}
.comparatore-template .column {
  padding-bottom: 1.75rem;
}
.comparatore-template .column.labels-column {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1rem;
  color: #666;
  max-width: none;
  width: 100%;
  text-align: center;
}
.comparatore-template .column.labels-column span {
  line-height: 1;
  display: inline-block;
  background-color: #f1f1f1;
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}
@media screen and (min-width: 992px) {
  .comparatore-template .column.labels-column {
    text-align: left;
    padding-right: 2rem;
    width: 33.3333333333%;
  }
}
.comparatore-template .column.data-column-1 {
  padding-right: 1rem;
}
.comparatore-template .column.data-column-2 {
  padding-left: 1rem;
}
.comparatore-template .image-thumbnail {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
  border: solid 1px #f1f1f1;
}
.comparatore-template .image-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comparatore-template .item-heading {
  font-weight: 700;
  color: #f2a614;
  line-height: 1.3;
}
.comparatore-template .badge {
  font-weight: 400;
  background-color: #eaeaea;
  color: #333;
}
.comparatore-template .badges-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.comparatore-template ul.list-turni {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comparatore-template ul.list-turni li {
  margin: 0;
  font-size: 100%;
  padding-left: 1rem;
  border-left: solid 3px #eaeaea;
  line-height: 1.2;
}
.comparatore-template ul.list-turni li + li {
  margin-top: 1rem;
}
.comparatore-template .list-locations {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 80%;
}
.comparatore-template .list-locations li {
  margin: 0;
  font-size: 100%;
}
.comparatore-template .list-locations li + li {
  margin-top: 1rem;
}
.comparatore-template .btn-compare-cta {
  border-color: #f2a613;
  background-color: #f2a613;
  border-radius: 100px;
  border-radius: 7px;
  padding: 8px 18px;
}
.comparatore-template a.btn-compare-cta {
  color: #fff !important;
}
.comparatore-template .frame-wrapper {
  position: relative;
}
.comparatore-template .frame-wrapper:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.comparatore-template .frame-wrapper iframe,
.comparatore-template .frame-wrapper .no-video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.comparatore-template .frame-wrapper .no-video {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
}
.comparatore-template .frame-wrapper .no-video .no-play-btn {
  width: 68px;
  height: 48px;
}/*# sourceMappingURL=comparatore.css.map */