/* Start custom CSS for html, class: .elementor-element-2b8cd7b *//* VERSION MINI - ULTRA VISIBLE MAIS COMPACTE */
.lilo-pro-category-banner {
  background: linear-gradient(135deg, #cf6d7c 0%, #686a95 100%);
  border-radius: 18px;
  padding: 10px 14px;
  margin: 14px 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 14px rgba(104,106,149,.16);
}

.lilo-pro-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.lilo-pro-text {
  flex: 1;
  min-width: 0;
}

.lilo-pro-text strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 2px;
}

.lilo-pro-text span {
  display: block;
  color: rgba(255,255,255,.95);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.lilo-pro-btn {
  background: #fff;
  color: #686a95 !important;
  text-decoration: none !important;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  flex-shrink: 0;
}

/* MOBILE */
@media (max-width:768px){

  .lilo-pro-category-banner {
    padding: 10px 12px;
    gap: 8px;
  }

  .lilo-pro-text strong {
    font-size: 15px;
  }

  .lilo-pro-text span {
    font-size: 10px;
  }

  .lilo-pro-btn {
    font-size: 10px;
    padding: 7px 10px;
  }
}/* End custom CSS */