/* Extracted legacy C-component and site-header rules from template.css */

.sfc-site-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  border: none !important;
  padding: 4px 25px 6px 0;
  background: transparent !important;
  color: #707070 !important;
}

.sfc-site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff;
  border: 1px solid #e9e9e9;
  min-width: 114px;
}

.sfc-site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
  border-bottom: 1px solid #e9e9e9;
  padding: 9px 10px;
}

.sfc-site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
  border: none !important;
  background: transparent !important;
  padding: 0;
  color: var(--boxcar-link-color);
}

.sfc-site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover,
.sfc-site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:focus {
  color: var(--boxcar-link-hover-color);
}

.sfc-site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
  border: none;
}

.sfc-site-header .wpml-ls-legacy-dropdown {
  width: auto;
}

.sfc-site-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
.sfc-site-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 0;
  border: none;
  background: transparent;
}

.sfc-site-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 5px 10px;
  border-bottom: 1px solid #e9e9e9;
}

.sfc-site-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency:last-child {
  border: none;
}

.sfc-site-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
  font-weight: 400;
  color: #707070;
}

.sfc-site-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover,
.sfc-site-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.active a {
  font-weight: 400;
  color: var(--boxcar-theme-color);
}

.sfc-site-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
  min-width: 80px;
  text-align: inherit;
  z-index: 99;
}

.sfc-site-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency::after {
  font-size: 11px;
}

.sfc-site-header .apus-topbar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  min-width: 155px;
}

.c-footer-brands {
  border-radius: 0 0 80px 80px;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 80px;
}

.sfc-site-header {
  position: relative;
  z-index: 5;
  font-size: 0.9375rem;
  font-weight: 400;
}

.sfc-site-header .wrapper-topmenu:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
  z-index: 9;
}

.sfc-site-header .wrapper-topmenu .dropdown-menu-right {
  top: calc(100% + 10px);
}

.c-listing-card__label--new {
  background: #d62626;
}

.c-listing-archive-search {
  border-bottom: 3px solid #0ab467;
  border-radius: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.c-single-listing-description__tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  row-gap: 8px;
  margin: 0 0 18px;
  border-bottom: 1px solid #e2e8f0;
}

.c-single-listing-description__tab-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: #64748b;
  line-height: 1.2;
  padding: 0 0 12px;
  margin: 0 0 -1px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.c-single-listing-description__tab-btn.is-active {
  color: #0f172a;
  border-bottom-color: #0ab467;
}

.c-single-listing-author {
  margin-top: 24px;
  border: 1px solid #169455;
  border-radius: 16px;
  padding: 20px;
  background: linear-gradient(160deg, #0ab467 0%, #07824b 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(4, 60, 35, 0.28);
}

.c-single-listing-author a {
  color: #fff;
}

.c-single-listing-author a:hover,
.c-single-listing-author a:focus {
  color: #fff;
  opacity: 0.92;
}

.c-single-listing-author__wrap {
  display: block;
}

.c-single-listing-author__avatar {
  float: right;
  margin-left: 10px;
  margin-bottom: 4px;
}

.c-single-listing-author__avatar img {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 8px rgba(4, 60, 35, 0.25);
}

.c-single-listing-author__eyebrow {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
}

.c-single-listing-author__name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-single-listing-author__lead {
  margin: 8px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
}

.c-single-listing-author__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
}

.c-single-listing-author__badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.c-single-listing-author__address {
  margin-top: 8px;
  font-size: 14px;
}

.c-single-listing-author__phone {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.c-single-listing-author__actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.c-single-listing-author__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.c-single-listing-author__btn--primary {
  background: #003893;
}

.c-single-listing-author__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  background: transparent;
}
