.cwshp-wrap {
  margin: 0 auto;
  max-width: 800px;
}

.cwshp-form-wrap {
  background: #f2f2f2;
  text-align: center;
  font-family: Verdana, sans-serif;
  border: 1px solid transparent;
  font-size: 20px;
  padding: 10px 0 1px;
}

.cwshp-form label {
  display: inline-block;
  margin-bottom: 8px;
}

.cwshp-price-input-wrap {
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 4px 8px;
}

.cwshp-pound {
  text-align: center;
  margin: 0;
}

.cwshp-cashprice {
  margin: 0;
  padding: 3px;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 20px;
  border-width: 0 1px;
  background-color: #fff;
  border-style: solid;
  border-color: #ccc;
  height: 36px;
  max-width: 140px;
}

.cwshp-calculate {
  text-align: center;
  vertical-align: middle;
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #fff;
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  border-radius: 5px;
  padding: 4px 10px;
  cursor: pointer;
}

.cwshp-plugin {
  margin: 10px auto;
  max-width: 800px;
}

.cwshp-disclaimer {
  margin: 16px 0;
  font-size: 13px;
  line-height: 1.5;
}

.cwshp-disclaimer a,
.cwshp-footer-disclaimer a {
  text-decoration: underline;
  cursor: pointer;
}

.cwshp-videos {
  margin-top: 24px;
  display: grid;
  gap: 16px;
}

.cwshp-video-item h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
}

.cwshp-videos iframe {
  width: 100%;
  min-height: 281px;
  display: block;
  margin-bottom: 0;
}

.cwshp-videos.cwshp-videos-cols-1 {
  grid-template-columns: 1fr;
}

.cwshp-videos.cwshp-videos-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cwshp-videos.cwshp-videos-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cwshp-videos.cwshp-videos-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cwshp-from-pm {
  font-weight: 600;
}

.cwshp-view-finance-link {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
}

.cwshp-view-finance-link:hover,
.cwshp-view-finance-link:focus {
  text-decoration: none;
}

.cwshp-spec-finance-btn-wrap {
  width: 100%;
  text-align: right;
  margin-bottom: 12px;
}

.cwshp-listing-monthly {
  margin-top: 6px;
  font-weight: 700;
  color: #c7081b;
  font-size: 14px;
}

.cwshp-representative-example {
  margin: 12px 0 20px;
  padding: 10px 12px;
  border-left: 4px solid #c7081b;
  background: #f7f7f7;
  font-size: 13px;
  line-height: 1.5;
}

.cwshp-apply-journey {
  margin: 12px 0;
}

.cwshp-footer-disclaimer {
  margin: 24px auto 0;
  max-width: 1200px;
  padding: 14px 16px;
  font-size: 12px;
  line-height: 1.5;
  border-top: 1px solid #ddd;
}

@media (max-width: 1199px) {
  .cwshp-videos.cwshp-videos-cols-4,
  .cwshp-videos.cwshp-videos-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cwshp-videos.cwshp-videos-cols-4,
  .cwshp-videos.cwshp-videos-cols-3,
  .cwshp-videos.cwshp-videos-cols-2 {
    grid-template-columns: 1fr;
  }
}
