 #job_site_confirmation_field {
  font-size: 1.5em;
  padding: .5em;
  line-height: 1;
  display: inline-block;
  margin-bottom: .5em;
  margin-top: .5em;
  width: auto;
  border: 2px solid transparent;
}

.job-site-contact-info-job-sites:not(.multiple-job-sites) #job_site_confirmation_field.woocommerce-invalid {
  border-color: rgb(170, 0, 0);
}

.job-site-contact-info-job-sites-inner {
  display: flex;
  gap: .25em;
}
.selected-job-site {
  display: flex;
  align-items: center;
  gap: .25em;
}
.all-job-sites {
  position: relative;
}
.job-site-contact-info-job-sites[class*="job-site-contact-info-job-sites"] .job-site-label[class*="job-site-label"] {
  font-weight: 500;
  line-height: inherit;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: .25em;
  line-height: inherit;
  color: inherit;
  border: 2px solid transparent;
}

/*   Job Site Notice and Tooltip   */
.job-site-switch-notice {
  font-size: .75em;
  margin-top: .5em;
  font-weight: normal;
}
.job-site-contact-info-job-sites.multiple-job-sites .job-site-label {
  max-width: 6.8em;
}
.tooltip-wrapper .tooltip {
  opacity: 1;
  position: absolute;
  left: 100%;
  line-height: 1.15;
  top: 0;
  background: rgba(255, 255, 255, 0.87);
  color: var(--dark-color);
  padding: .25em;
  box-shadow: 0 .25em .25em rgba(0, 0, 0, 0.35);
  margin-left: .5em;
  backdrop-filter: blur(2px);
  border: 1px solid white;
  height: 0;
  width: 0;
  line-height: 0;
  padding: 0;
  z-index: -1;
  pointer-events: none;
}
.tooltip-wrapper:hover .tooltip {
  height: auto;
  width: 12em;
  line-height: 1;
  padding: .5em;
  z-index: 1;
}
.tooltip-wrapper {
  position: relative;
  float: left;
  margin-right: .25em;
}
.tooltip-icon {
  font-size: .75em;
  vertical-align: super;
}
/*   /Job Site Notice and Tooltip   */

.other-job-sites-list {
  height: 0;
  width: 0;
  margin: 0;
  list-style: none;
  padding-left: 0;
  line-height: 0;
  opacity: 0;
  z-index: -1;
  position: relative;
  pointer-events: none;
  font-size: .85em;

}
.all-job-sites:hover .other-job-sites-list {
  height: 100%;
  width: 100%;
  margin-top: .5em;
  line-height: 1;
  opacity: 1;
  z-index: inherit;
  pointer-events: all;
}
.all-job-sites .ion-chevron-down {
  transition: all .25s ease-in-out;
}
.all-job-sites:hover .ion-chevron-down {
  transform: scaleY(-1);

}
.listed-job-site,
.listed-job-site a {
  transition: none !important;
}
.all-job-sites:hover .listed-job-site {
  padding: .25em;
}
.other-job-sites-list .listed-job-site:not(:first-child) {
  border-top: 1px solid rgb(185, 185, 185);
}