 button.search-submit {
 
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; 
}


.search-box input.search-field {
    outline: none !important;
}

.force-container {

  max-width: 1200px !important;

  margin-left: auto !important;

  margin-right: auto !important;

  padding-left: 40px !important;

  padding-right: 40px !important;

  width: 100% !important;

  box-sizing: border-box !important;

}
 .center-icons {
  display: flex;
  justify-content: center;
	 text-align: center;
}

.hubspot-form-container {
  max-width: 600px;   /* controls the width */
  margin: 0 auto;     /* centers it horizontally */
  padding: 20px;      /* optional padding */
  background: #ffffff; /* optional background */
  border-radius: 8px;  /* optional rounded corners */
}

/* MOBILE: show only magnifying glass icon */
@media (max-width: 768px) {
  /* Hide the search input */
  .search-header .search-field {
    width: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }

  /* Keep the icon visible and centered */
  .search-header .search-form {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
  }

  /* Ensure the icon is visible and clickable */
  .search-header .search-form::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("<?php echo get_template_directory_uri(); ?>/assets/images/search-grey.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* Optional: make the button round and blend with your header */
  .search-header {
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  }
}

img {
    border-radius: 25px; /* Adjust this value for desired roundness */
}

/* EXCEPTION: remove border radius from logo */
header img,
.site-header img,
.custom-logo,
.logo img {
  border-radius: 0 !important;
}

/* Completely remove competitor columns 2 and 3 */
.comparison-table-row-2,
.comparison-table-row-3 {
  display: none !important;
}

/* Make sure the remaining column stretches properly */
.comparison-table-row-1 {
  flex: 1 1 auto;
  max-width: 100%;
}

/* Constrain overall table width and center it */
.comparison-table-card-body {
  max-width: 500px;   /* adjust: 700–900 sweet spot */
  margin: 0 auto;
  width: 100%;
}/* Reduce QBS column width */
