.elementor-103311 .elementor-element.elementor-element-615df43{margin-top:50px;margin-bottom:50px;padding:0px 0px 0px 0px;}.elementor-103311 .elementor-element.elementor-element-7f03df2 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-4182bcb */#store-details-container a {
  background-color: #CF0A2C !important; /* Red background */
  color: #ffffff !important;            /* White text */
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #CF0A2C;             /* Light pink/red border */
  border-radius: 0px;                    /* Square corners */
  display: inline-block;
  text-decoration: none;                 /* No underline */
  transition: all 0.3s ease;             /* Smooth hover effect */
}

#store-details-container a:hover {
  background-color: #CF0A2C;             /* Slightly darker on hover */
  border-color: #CF0A2C;                 /* Border matches hover */
  color: #ffffff;
}

#hits .badge.hit-distance {
    background-color: #CF0A2C;
    color: #ffffff; /* White text */
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 500;
}

#hits .hit-name {
    color: #000 !important;
}/* End custom CSS */