/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      1.0
Text Domain:  voxel-child
*/

.bayesian-score {
	cursor: pointer;
}

.wpform-lead-dealership {
    margin-top: -20px !important;
}

.wpform-submit-btn {
    float: right !important;
}

.google-review-heading {
  display: inline-flex;
  align-items: center;
  white-space: nowrap; /* Prevent text from wrapping */
}

.google-review-heading::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 20px;
  background-image: url('https://firebrick-locust-565762.hostingersite.com/wp-content/uploads/2025/04/google-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: -15px;
}

.trustpilot-review-heading {
  display: inline-flex;
  align-items: center;
  white-space: nowrap; /* Prevent text from wrapping */
}

.trustpilot-review-heading::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 27px;
  background-image: url('https://firebrick-locust-565762.hostingersite.com/wp-content/uploads/2025/04/trustpilot-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: -15px;
}

.home-cars-section>a:first-child:before {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.home-cars-section>a:last-child:before {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}