:root {
  --primary: #e83434;
  --secondary: #263238;
  --bg-primary: #ed325c;
  --font-family: poppins;
  --black-color: #000000;
}
.primary {
  color: var(--primary);
}
.hero-section {
  background-image: url("/assets/img/Rectangle 161125914.png");
  background-size: cover;
  /* height: 100vh; */
  background-repeat: no-repeat;
}
.hero-section .container {
  padding-top: 20px;
}

.header-heading {
  font-family: var(--font-family);
  font-weight: 800;
  font-style: Extra Bold;
  font-size: 55px;
  word-break: break-all;
  line-height: 80px;
  margin-bottom: 28px;
}
.subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 43px;
}

.search-container {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  position: relative;
  border: 1px solid #afafaf8c;
  max-width: 600px;
  width: 100%;
  height: auto;
  min-height: 62px;
}
.partner-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 68px;
}
.partner-list li {
  text-align: center;
  align-items: center;
  display: flex;
  border-radius: 10px;
}
.partner-list li {
  list-style: none;
}
.partner-list a {
  text-decoration: none;
  align-items: center;
  display: flex;
}
.partner-list li a img {
  width: 100%;
  height: 64px;
}
.dropdown {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  padding: 6px 10px;
  border-right: 1px solid #ddd;
  position: unset !important;
  user-select: none;
  flex: 1; /* Take remaining space */
  min-width: 0; /* Allow shrinking */
}

.dropdown i {
  color: #e63950;
  font-size: 16px;
}

.dropdown-menu {
  position: absolute;
  top: 61px;
  left: 0;
  right: 0; /* Stretch to full width */
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 100;
}

.dropdown-search {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-bottom: 1px solid #eee;
  outline: none;
  font-size: 14px;
  border-radius: 10px 10px 0 0;
}

.dropdown-search::placeholder {
  color: #999;
}

.dropdown-options {
  max-height: 200px;
  overflow-y: auto;
  padding: 5px 0;
}

.dropdown-menu li {
  padding: 8px 0px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  transition: background 0.2s;
}

.dropdown-menu li:hover {
  background: var(--bg-primary);
  color: white;
}
#dropdown-menu li {
  padding: 10px 16px;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 16px;
  color: #263238;
  width: 90%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.dropdown-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #263238;
  width: 71%;
}
.search-input::placeholder {
  color: #aaa;
}

.search-btn {
  background: #e63950;
  border: none;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-btn:hover {
  background: var(--bg-primary);
}
.hero-section-wrapper {
  padding: 68px 80px 147px 80px;
}
/* the right side styles */
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.hero-card {
  padding: 31px 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  width: 235px;
  transition: transform 0.3s ease;
  border-radius: 12px;
  background: #fffffff7;
  box-shadow: 0px 2px 4px 0px #bdbdbd40;
}

.hero-card:hover {
  transform: translateY(-5px);
}

.icon {
  border-radius: 50%;
  background: linear-gradient(180deg, #ffcbd7 0%, #f8f7fa 100%);
  margin-bottom: 12px;
  width: 46px;
  height: 46px;
  padding: 13px;
}

.hero-card-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  color: var(--black-color);
}

.hero-card-subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--black-color);
  text-align: center;
}
/* ------------------Start insights section----------------------------- */
.insights-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 132px;
  padding: 60px 0;
  flex-wrap: wrap;
}
.insights-box-title {
  font-weight: 700;
  font-family: var(--font-family);
  font-size: 28px;
  color: #231f20;
  margin-bottom: 16px;
}
.insights-box-subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #505050;
  text-align: center;
}
.insights-section {
  background: #f9fafb;
}
/* ------------------Explore Region section----------------------------- */

.explore-regions {
  padding: 149px 140px;
}
.explore-regions-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 38px;
  line-height: 1.6;
  margin-bottom: 80px;
}
/* Ranking Section */
.ranking__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
}
.primary-hashtag {
  color: #ff7070;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
}
.ranking__item {
  display: flex;
  align-items: center;
  background: #ffffff;

  border-radius: 12px;
  padding: 12px;
  box-shadow: 0px 1px 4px 0px #00000040;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.ranking__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ranking__badge {
  flex-shrink: 0;
  background: #f3f3f3;
  color: #263238;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 32px;
  margin-right: 17px;
  width: 68px;
  height: 68px;
  border-radius: 12px;
  padding: 14px 15px;
}
.gray-hashtag {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  color: #8080808c;
}
.ranking__item--highlight .ranking__badge {
  background: #e63950;
  color: #fff;
}

.ranking__content {
  flex: 1;
}
.map {
  height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ranking__title {
  font-family: var(--font-family);
  text-transform: uppercase;
  color: #263238;
  font-weight: 700;
  font-size: 20px;
}
.ranking__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #505050;
  margin-bottom: 0;
}
.ranking__arrow {
  font-size: 1.4rem;
  color: #666;
}

/* Loading and Error States */
.ranking__loading {
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
}

.ranking__error {
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
  background: #ffeaea;
  border: 1px solid #ffcccb;
}

.ranking__error .ranking__title {
  color: #d32f2f;
  margin-bottom: 8px;
}

.ranking__error .ranking__subtitle {
  color: #666;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #e63950;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 16px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Dropdown loading animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Location Search Dropdown Styles */
.location-search-wrapper {
  position: relative;
  flex: 1;
  width: 50%;
}

.location-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 4px;
  list-style: none;
  padding: 0;
}

.location-dropdown-options {
  padding: 0;
}

.location-dropdown-options li {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  font-family: var(--font-family);
  font-size: 14px;
  color: #263238;
  transition: background-color 0.2s ease;
}

.location-dropdown-options li:hover {
  background-color: #f9f9f9;
}

.location-dropdown-options li:last-child {
  border-bottom: none;
}

.location-loading {
  padding: 12px 16px;
  text-align: center;
  color: #e83434;
  font-weight: 500;
  font-family: var(--font-family);
  font-size: 14px;
}

/* Error and no results states for location dropdown */
.location-error {
  padding: 12px 16px;
  text-align: center;
  color: #d32f2f;
  font-weight: 500;
  font-family: var(--font-family);
  font-size: 14px;
}

.location-no-results {
  padding: 12px 16px;
  text-align: center;
  color: #d32f2f;
  font-weight: 500;
  font-family: var(--font-family);
  font-size: 14px;
}

/* Interactive Map Styles */
.interactive-map {
  height: 100%;
  min-height: 400px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 1px 4px 0px #00000040;
}

/* Custom map marker styles */
.custom-marker {
  background-color: #e63950;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(230, 57, 80, 0.3);
}

/* Map popup styles */
.leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.leaflet-popup-content {
  margin: 16px;
  font-family: var(--font-family);
}

.popup-title {
  font-weight: 700;
  font-size: 18px;
  color: #263238;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.popup-subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #505050;
  margin: 0;
}

/* Responsive map adjustments */
@media (max-width: 768px) {
  .interactive-map {
    min-height: 300px;
  }
}

/* ------------------Real-Time Market Intelligence----------------------------- */
.Real-Time-Market {
  padding: 100px 140px;
  background: #f9fafb;
}
.Real-Time-Market-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 38px;
  color: #231f20;
  margin-bottom: 28px;
  line-height: 1.6;
}
.Real-Time-Market-subtitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #263238;
  margin-bottom: 50px;
}
.Real-Time-Market-box-wrapper {
  /* display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap; */
}
.Real-Time-Market-box {
  box-shadow: 0px 0px 2.5px 0px #67676740;
  background: #ffffff;
  border-radius: 12px;
  padding: 34px 16px;
}
.Real-Time-Market-box-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  color: #e83434;
  word-break: break-all;
}
.Real-Time-Market-box-subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #505050;
}
.real-market-place-wrapper {
  gap: 16px;
}
.Real-Time-Market-text {
  margin-bottom: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
/* ------------------Built for Decision-Makers----------------------------- */

.Built-for-Decision-Makers {
  padding: 140px 140px;
}
.Built-for-Decision-Makers-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 38px;
  color: #231f20;
  margin-bottom: 95px;
}
.Built-for-Decision-Makers-content {
  background: #f9fafb;
  border-radius: 12px;
  box-shadow: 0px 0px 2.5px 0px #67676740;
  border-radius: 12px;
  padding: 24px;
}
.Built-for-Decision-Makers-content-icon {
  margin-bottom: 35px;
}
.Built-for-Decision-Makers-content-title {
  color: #263238;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--font-family);
  margin-bottom: 8px;
}
.Built-for-Decision-Makers-content-subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #505050;
  margin-bottom: 20px;
}
.Built-for-Decision-Makers-content-link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #e83434;
}
.mb-30 {
  margin-bottom: 30px;
}
/* -----------------Trusted By The Best Brands----------------------------- */
.Trusted-By-The-Best-Brands {
  /* padding: 0px 140px 154px 0; */
  padding-bottom: 154px;
  padding: 140px 0 154px 0;
}
.Trusted-By-The-Best-Brands-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 38px;
  line-height: 1.6;
  margin-bottom: 52px;
}

/* ---------------------------FOOTER---------------------------------- */
.footer-logo-area a img {
  max-width: 160px;
  height: 32px;
}
.footer-logo-area {
  margin-bottom: 0px;
}
.footer-social-icon ul li a {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  margin-left: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 6px;
}
.footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 59px;
}
.footer-menu li {
  margin-right: 0;
}
.footer-menu li a {
  font-family: poppins;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #231f20 !important;
}
.footer-menu li a:hover {
  color: var(--primary);
}
.footer-area {
  padding: 47px 0 0 0;
  background: #f9fafb;
}
.footer-copy-right-area {
  border-top: 1px solid #e7e7e7;
  padding-top: 11px;
  margin-top: 47px;
}
.footer-copy-right-area p {
  font-family: poppins;
  font-weight: 400;
  font-size: 12px;
  color: #646464;
}
.navbar-wrapper {
  max-width: 1160px;
  width: 100%;
  margin: auto;
  border: 1px solid #e8e8e88c;
  background: #d4d3ff;
  box-shadow: 0px 1px 1.1px 0px #99999940;
  border-radius: 120px;
  padding: 23px 40px;
  position: relative;
}
.navbar-menu {
  max-height: 30px;
  height: 100%;
}
.navbar-menu {
  box-shadow: none;
}
.facebook {
  color: #1877f2 !important;
}
.instagram {
  color: #e7486e !important;
}
.navbar-menu-item {
  height: fit-content;
}
.navbar-menu-item > a {
  font-family: poppins;
  font-weight: 400;
  font-size: 18px;
  color: #231f20;
}
.navbar-menu {
  display: flex;
  justify-content: center; /* centers menu items */
  align-items: center;
  list-style: none;
  gap: 2rem; /* spacing between links */
  padding: 0;
  margin: 0;
  position: relative;
}

.navbar-menu-item a {
  text-decoration: none;
  color: #263238;
  font-family: poppins;
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Menu (desktop view) */
.navbar-menu {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

/* Toggle button (hidden on desktop) */
.navbar-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  color: #231f20;
}

.navbar-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggle:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.building-svg {
  width: 24px;
  height: 24px;
}
/* Toggle button icon animation */
.navbar-toggle i {
  transition: transform 0.3s ease;
}

.navbar-toggle.active i {
  transform: rotate(90deg);
}
.ranking__item:first-child .ranking__badge {
  background-color: var(--bg-primary); /* example style */
  color: white;
}
/* Mobile styles */

/* Push only the last item (Contact us) to the right */
.navbar-menu-item--right {
  margin-left: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-cards {
    flex-direction: column;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-menu-icon-area {
    justify-content: center;
    flex-wrap: wrap;
  }

  ul.footer-menu {
    text-align: center;
    margin: 20px 0;
  }

  .footer-menu li {
    margin: 6px 15px;
  }

  .footer-copy-right-area {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-copy-right-area p {
    margin-top: 20px;
  }

  .footer-copy-right-area p:last-child {
    font-weight: 600;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  ul.footer-menu {
    margin-bottom: 15px;
  }

  .footer-menu li {
    margin: 0;
    margin-right: 22px;
  }
}
/* end right side styles */
@media (max-width: 992px) {
  .hero-information {
    margin-bottom: 40px;
  }
  .ranking {
    margin-top: 40px;
  }
  .hero-section-wrapper {
    padding: 68px 40px 147px 32px;
  }
  .navbar-toggle {
    display: block; /* show toggle on mobile */
  }
  .navbar-menu {
    display: none; /* hide menu by default */
    flex-direction: column;
    position: absolute;
    top: 100%; /* below navbar */
    left: 0;
    right: 0;
    width: calc(100% - 80px); /* account for navbar padding */
    background: #ffffff;
    padding: 0;
    margin: 0 40px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid #e8e8e8;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    max-height: 0;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .hero-section-wrapper,
  .explore-regions,
  .Real-Time-Market,
  .Built-for-Decision-Makers,
  .Trusted-By-The-Best-Brands {
    padding: 160px 0;
  }

  .navbar-menu.active {
    display: flex !important; /* show when active - use !important to override display: none */
    opacity: 1;
    transform: translateY(0);
    max-height: 300px; /* enough for all menu items */
    height: fit-content;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    gap: 0;
  }

  /* Mobile menu items styling */
  .navbar-menu.active .navbar-menu-item {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }

  .navbar-menu.active .navbar-menu-item:last-child {
    border-bottom: none;
  }

  .navbar-menu.active .navbar-menu-item a {
    display: block;
    padding: 16px 20px;
    color: #231f20;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    border-radius: 8px;
  }

  .navbar-menu.active .navbar-menu-item a:hover {
    background-color: #f8f9fa;
    color: var(--primary);
    transform: translateX(4px);
  }

  /* Reset the right alignment for mobile */
  .navbar-menu.active .navbar-menu-item--right {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cards {
    flex-direction: column;
  }
  ul.footer-menu {
    text-align: center;
    margin: 20px 0;
    flex-direction: column;
  }
  .footer-menu-icon-area {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer-menu {
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .dropdown-label {
    font-size: 12px;
  }
  .real-market-place-wrapper {
    flex-direction: column;
  }

  .search-btn {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .search-input {
    padding: 0 0px;
    font-size: 12px;

    width: 100%;
    padding-left: 5px;
  }
  .building-svg,
  .dropwodw-svg {
    height: 10px;
    width: 10px;
  }
}
/* Market Location Dropdown Styles */
.market-location-dropdown {
  position: relative;
  display: inline-block;
}

.market-location-dropdown .dropdown-toggle {
  background: #ffffff;
  border: 1px solid var(--Miscellaneous-Button---Disabeld-BG, #7676801f);
  box-shadow: 0px 4px 25px 0px #e6e6e640;
  width: fit-content;
  height: 54px;
  border-radius: 8px;
  padding: 10px 21px 10px 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  font-size: 14px;
  color: #768086;
  outline: none;
}

.market-location-dropdown .dropdown-toggle:hover {
  box-shadow: 0px 6px 30px 0px #e6e6e650;
  transform: translateY(-1px);
}

.market-location-dropdown .dropdown-toggle:focus {
  border-color: #007bff;
  box-shadow: 0px 4px 25px 0px #e6e6e640, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.market-location-dropdown .dropdown-icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
  flex-shrink: 0;
}

.market-location-dropdown .dropdown-text {
  flex: 1;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.market-location-dropdown .dropdown-arrow {
  display: flex;
  align-items: center;
  margin-left: 8px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.market-location-dropdown
  .dropdown-toggle[aria-expanded="true"]
  .dropdown-arrow {
  transform: rotate(180deg);
}

.market-location-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid var(--Miscellaneous-Button---Disabeld-BG, #7676801f);
  border-radius: 8px;
  box-shadow: 0px 8px 35px 0px #e6e6e650;
  z-index: 1000;
  margin-top: 4px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  list-style: none;
  min-width: 191px;
}

.market-location-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.market-location-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 21px;
  clear: both;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}

.market-location-dropdown .dropdown-item:hover,
.market-location-dropdown .dropdown-item:focus {
  background-color: var(--bg-primary);
  color: white;
}

.market-location-dropdown .dropdown-item.active {
  background-color: var(--bg-primary);
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .market-location-dropdown .dropdown-toggle {
    width: 160px;
    height: 48px;
    padding: 8px 16px;
    font-size: 13px;
  }

  .market-location-dropdown .dropdown-menu {
    min-width: 160px;
  }
}
