.elementor-49868 .elementor-element.elementor-element-321b6d6{--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 html, class: .elementor-element-c72d174 */.tag-buttons-wrap.centered {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 1px auto;
  flex-wrap: wrap;
}

.tag-btn-rounded {
  background-color: #ed096f; /* Fuxia Tavolartegusto */
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
}

.tag-btn-rounded:hover {
  background-color: #c70860;
}/* End custom CSS */