.elementor-22126 .elementor-element.elementor-element-e29db15{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:none;--border-style:none;--border-radius:50px 50px 50px 50px;}.elementor-22126 .elementor-element.elementor-element-e29db15:not(.elementor-motion-effects-element-type-background), .elementor-22126 .elementor-element.elementor-element-e29db15 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-22126 .elementor-element.elementor-element-f7730f2 > .elementor-widget-container{border-style:none;border-radius:50px 50px 50px 50px;}#elementor-popup-modal-22126{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-22126 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-22126 .dialog-close-button{display:flex;}#elementor-popup-modal-22126 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-f7730f2 *//* Celi popup stil */
.country-.elementor-22126 .elementor-element.elementor-element-f7730f2-popup {
  padding: 30px;
  background: white;
  border-radius: 20px;
  text-align: center;
}

/* Chakra Petch naslov */
.chakra-title {
  font-family: 'Chakra Petch', sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center !important;
  text-transform: none !important;
 
}

/* Open Sans za podnaslov */
.open-text {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center !important;
}

/* Mreža dugmića */
.country-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

/* Dugmad za zemlje */
.country-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif !important;
  color: #000 !important;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 12px;
  background-color: #f8f8f8;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

/* Veće zastavice */
.country-link span {
  font-size: 26px;
  line-height: 1;
}

/* Hover efekat */
.country-link:hover {
  background-color: #ff5200;
  color: #fff !important;
}/* End custom CSS */