.elementor-296 .elementor-element.elementor-element-23a65ea{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-296 .elementor-element.elementor-element-23a65ea:not(.elementor-motion-effects-element-type-background), .elementor-296 .elementor-element.elementor-element-23a65ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at center center, #DEE3EBE6 0%, #F7F7F7F5 75%);}.elementor-296 .elementor-element.elementor-element-b6b84a3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:767px){.elementor-296 .elementor-element.elementor-element-b6b84a3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-b6b84a3 */.beurs-bar {
  display: flex;
  overflow-x: auto;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  font-family: 'Inter', 'Noto Sans', sans-serif;
  gap: 24px;
  white-space: nowrap;
  scrollbar-width: none;
}

.beurs-bar::-webkit-scrollbar {
  display: none;
}

.item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s ease;
  cursor: default;
  position: relative;
}

.item:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.label {
  font-size: 12px;
  color: #636d6d;
  font-weight: 500;
  margin-bottom: 2px;
}

.value {
  font-size: 14px;
  font-weight: 600;
  transition: color 0.4s ease;
}

.value.up {
  color: #16c784;
  animation: pulseUp 1.5s infinite ease-in-out;
}

.value.down {
  color: #ee444e;
  animation: pulseDown 1.5s infinite ease-in-out;
}

@keyframes pulseUp {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.85; }
}

@keyframes pulseDown {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.75; }
}/* End custom CSS */