.elementor-7672 .elementor-element.elementor-element-6b0b30d{--display:flex;--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-7672 .elementor-element.elementor-element-5bdc8e6{--display:flex;}.elementor-7672 .elementor-element.elementor-element-af636bc{--display:flex;}.elementor-7672 .elementor-element.elementor-element-0af60d8{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--flex-wrap:wrap;--align-content:flex-start;}@media(max-width:1024px){.elementor-7672 .elementor-element.elementor-element-0af60d8.e-con{--align-self:flex-start;--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}}/* Start custom CSS for container, class: .elementor-element-6b0b30d *//* Wrapper full width */
.undiscovered-wrapper {
  width: 100%;
  overflow: hidden;
}

/* Grid layout */
.undiscovered-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* or use 'flex-start' for left alignment */
  gap: 20px;
  padding: 10px;
  box-sizing: border-box;
}

/* Each flag box */
.country-entry {
  width: 140px;
  text-align: center;
  box-sizing: border-box;
}

/* Flag image style */
.flag-link img {
  width: 100%;
  max-width: 60px;
  height: auto;
  border-radius: 8px;
}

/* Country text */
.country-info a {
  text-decoration: none;
  color: black;
  display: inline-block;
  margin-top: 6px;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
  .country-entry {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .country-entry {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0af60d8 */<style>
.undiscovered-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  max-width: 900px;
  margin: 0 auto;
}

.country-entry {
  width: 30%;
  min-width: 140px;
  text-align: center;
}

@media (max-width: 768px) {
  .country-entry {
    width: 45%;
  }
}
</style>/* End custom CSS */
/* Start custom CSS *//* Wrapper fix */
.undiscovered-wrapper {
  width: 100%;
  overflow: visible;
}

/* Grid layout */
.undiscovered-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

/* Each country box */
.country-entry {
  width: 23%;
  min-width: 140px;
  box-sizing: border-box;
  text-align: center;
}

/* Responsive fix for mobile */
@media (max-width: 768px) {
  .country-entry {
    width: 100%;
  }

  .undiscovered-grid {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */