.elementor-widget-stock .boats {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .elementor-widget-stock .boats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 960px) {
  .elementor-widget-stock .boats {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.elementor-widget-stock .boats {
  gap: 1rem;
}
.elementor-widget-stock .boat {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "title" "year" "details";
  align-content: start;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  background-color: #fff;
  overflow: hidden;
}
.elementor-widget-stock .boat:hover, .elementor-widget-stock .boat:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.elementor-widget-stock .boat-title {
  grid-area: title;
  margin: 0;
  padding: 0.5rem 1rem 0.15rem 1rem;
  font-size: 1.15rem;
  font-weight: 500;
}
.elementor-widget-stock .boat-image {
  grid-area: image;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.elementor-widget-stock .boat-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.elementor-widget-stock .boat-model-year {
  grid-area: year;
  padding: 0 1rem 0.25rem 1rem;
}
@media (min-width: 992px) {
  .elementor-widget-stock .boat-model-year {
    font-size: 80%;
  }
}
.elementor-widget-stock .boat-details {
  grid-area: details;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  align-content: start;
  border-top: 1px solid #ddd;
  padding: 0.5rem 1rem 1rem 1rem;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .elementor-widget-stock .boat-details {
    font-size: 0.9rem;
  }
}
.elementor-widget-stock .boat-details {
  color: #555;
}
.elementor-widget-stock .boat-details .price,
.elementor-widget-stock .boat-details .lease,
.elementor-widget-stock .boat-details .loan {
  display: grid;
  gap: 0.2rem;
  line-height: 1.4;
}
.elementor-widget-stock .boat-details .price .label,
.elementor-widget-stock .boat-details .lease .label,
.elementor-widget-stock .boat-details .loan .label {
  display: block;
}
@media (min-width: 992px) {
  .elementor-widget-stock .boat-details .price .label,
  .elementor-widget-stock .boat-details .lease .label,
  .elementor-widget-stock .boat-details .loan .label {
    font-size: 80%;
  }
}
.elementor-widget-stock .boat-details .price-campaign,
.elementor-widget-stock .boat-details .lease-campaign,
.elementor-widget-stock .boat-details .loan-campaign {
  text-decoration: none;
}
.elementor-widget-stock .boat-details .price-campaign .amount,
.elementor-widget-stock .boat-details .lease-campaign .amount,
.elementor-widget-stock .boat-details .loan-campaign .amount {
  position: relative;
  isolation: isolate;
  font-weight: 700;
}
.elementor-widget-stock .boat-details .price-campaign .amount::after,
.elementor-widget-stock .boat-details .lease-campaign .amount::after,
.elementor-widget-stock .boat-details .loan-campaign .amount::after {
  content: "";
  display: block;
  position: absolute;
  top: -20%;
  left: -8%;
  z-index: -1;
  width: 120%;
  height: 140%;
  background-color: rgb(255, 210, 218);
  clip-path: polygon(0 15%, 98% 0, 100% 85%, 2% 100%);
}
.elementor-widget-stock .boat-details .price-ordinary,
.elementor-widget-stock .boat-details .lease-ordinary,
.elementor-widget-stock .boat-details .loan-ordinary {
  text-decoration: none;
}
@media (min-width: 992px) {
  .elementor-widget-stock .boat-details .price-ordinary,
  .elementor-widget-stock .boat-details .lease-ordinary,
  .elementor-widget-stock .boat-details .loan-ordinary {
    font-size: 80%;
  }
}
.elementor-widget-stock .boat.sold .sold-message {
  grid-area: image;
  align-self: end;
  z-index: 1;
  padding: 0.8rem 1rem;
  background-color: #9c163e;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
}
.elementor-widget-stock .boat.sold .boat-image img {
  filter: grayscale(1);
}

/*# sourceMappingURL=stock.css.map */
