.elementor-22474 .elementor-element.elementor-element-e969a98{--display:flex;}.elementor-22474 .elementor-element.elementor-element-515c478{text-align:center;}.elementor-22474 .elementor-element.elementor-element-4ceceb4{--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;}/* Start custom CSS for text-editor, class: .elementor-element-6485108 */.pomagalo-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pomagalo-list .item {
  background: #f7f9fc;
  border: 1px solid #e3e8f0;
  border-radius: 6px;
  padding: 12px 16px;
  display: flex;
  flex-wrap: wrap;
}

.pomagalo-list .label {
  width: 35%;
  font-weight: 600;
  color: #2c3e50;
}

.pomagalo-list .value {
  width: 65%;
  color: #000;
}

.pomagalo-list .highlight {
  background: #eef5ff;
  border-color: #cfe0ff;
}
.pomagalo-list .item:hover {
  background: #eef4ff;
  transition: background 0.2s ease;
}/* End custom CSS */