{% for item in module.zigzag_group %}
	{% if item.agregar_etiqueta %}
		<!-- HTML to show when checked -->
	{% endif %}
	{% for item2 in item.txt_etiqueta %}
		{% inline_text field="txt_etiqueta" value="" %}
	{% endfor %}
	{% if item.add_pill_bukai_before %}
		<!-- HTML to show when checked -->
	{% endif %}
	{% inline_text field="txt_pill_bukia" value="" %}
	{% inline_text field="title" value="" %}
	{% inline_rich_text field="body_text" value="" %}
	{% if item.add_pill_bukai_proximamente %}
		<!-- HTML to show when checked -->
	{% endif %}
	{% inline_text field="txt_prox_pill_bukia" value="" %}
	{% inline_text field="texto_bukai" value="" %}
	{% if item.add_ia %}
		<!-- HTML to show when checked -->
	{% endif %}
	{% inline_text field="texto_ai" value="" %}
	{% if item.image.src %}
		{% set sizeAttrs = 'width="" height=""' %}
		{% if item.image.size_type == 'auto' %}
			{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
		{% elif item.image.size_type == 'auto_custom_max' %}
			{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
		{% endif %}
		 {% set loadingAttr = item.image.loading != 'disabled' ? 'loading=""' : '' %}
		<img src="" alt=""  >
	{% endif %}
	{% if item.add_bloque_azul %}
		<!-- HTML to show when checked -->
	{% endif %}
	{% inline_text field="bloque_azul_cta.texto_bloque_azul" value="" %}
	{% cta guid="" %}
	
	{% if item.add_banner %}
		<!-- HTML to show when checked -->
	{% endif %}
	{% inline_text field="banner_app.texto_bannerApp" value="" %}
	{% if item.banner_app.imagen_1.src %}
		{% set sizeAttrs = 'width="" height=""' %}
		{% if item.banner_app.imagen_1.size_type == 'auto' %}
			{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
		{% elif item.banner_app.imagen_1.size_type == 'auto_custom_max' %}
			{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
		{% endif %}
		 {% set loadingAttr = item.banner_app.imagen_1.loading != 'disabled' ? 'loading=""' : '' %}
		<img src="" alt=""  >
	{% endif %}
	{% if item.banner_app.imagen_2.src %}
		{% set sizeAttrs = 'width="" height=""' %}
		{% if item.banner_app.imagen_2.size_type == 'auto' %}
			{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
		{% elif item.banner_app.imagen_2.size_type == 'auto_custom_max' %}
			{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
		{% endif %}
		 {% set loadingAttr = item.banner_app.imagen_2.loading != 'disabled' ? 'loading=""' : '' %}
		<img src="" alt=""  >
	{% endif %}
	{% if item.banner_app.imagen_3.src %}
		{% set sizeAttrs = 'width="" height=""' %}
		{% if item.banner_app.imagen_3.size_type == 'auto' %}
			{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
		{% elif item.banner_app.imagen_3.size_type == 'auto_custom_max' %}
			{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
		{% endif %}
		 {% set loadingAttr = item.banner_app.imagen_3.loading != 'disabled' ? 'loading=""' : '' %}
		<img src="" alt=""  >
	{% endif %}
	{% if item.agregar_quitar_psheet %}
		<!-- HTML to show when checked -->
	{% endif %}
	
	
	{% inline_text field="product_sheet.titulo_psheet" value="" %}
	{% inline_text field="product_sheet.txt_psheet" value="" %}
	{% inline_text field="product_sheet.texto_button_product_sheet" value="" %}
	{% if item.product_sheet.imagen_psheet.src %}
		{% set sizeAttrs = 'width="" height=""' %}
		{% if item.product_sheet.imagen_psheet.size_type == 'auto' %}
			{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
		{% elif item.product_sheet.imagen_psheet.size_type == 'auto_custom_max' %}
			{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
		{% endif %}
		 {% set loadingAttr = item.product_sheet.imagen_psheet.loading != 'disabled' ? 'loading=""' : '' %}
		<img src="" alt=""  >
	{% endif %}
	{% inline_text field="pop_up_formulario.texto_form" value="" %}
	{% form
		form_to_use=""
		response_response_type=""
		response_message=""
		response_redirect_id=""
		response_redirect_url=""
		gotowebinar_webinar_key=""
	%}
	{% if item.agregar_btn %}
		<!-- HTML to show when checked -->
	{% endif %}
	
	{% cta guid="" %}
	{% inline_text field="txt_btn" value="" %}
	{% if item.order_column_default %}
		<!-- HTML to show when checked -->
	{% endif %}

{% endfor %}

.label-zigzag {
  background-color: transparent; border: 1px solid var(--color-middle-blue-2); border-radius: 0.5rem;
  color: var(--color-middle-blue-2); font-family: var(--font-family-body); font-size: 1rem;
  font-weight: 400; padding: .5rem 0.75rem;/* margin-bottom: 0.5rem;*/ width: fit-content;
}

.zig-zag-narrow li {background:url(https://www.buk.cl/hubfs/2023/Buk-ui-kit/soluciones/seleccion/arrow-yellow.png); background-repeat: no-repeat;
                    padding-left: 38px; min-height: 23px; margin-bottom:1rem; font-size: 1.125rem;}

.conteiner-bannerApp {max-width:600px; margin:0 auto; }
.bg-img-bannerApp {background:url(https://www.buk.cl/hubfs/2025/Chile/web/plataforma/ranking.webp);background-size: cover; }

.txt-ia{background: linear-gradient(90deg, #0064FF 0%, #3C92F9 46%, #50C878 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;}

/* Pill Buk IA */
.pill-buk-ia {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
 /* padding: 4px 12px;*/
  border-radius: 18px;
  background: white;
  z-index: 0;
	box-shadow: 0 0 2px 2px rgba(114, 196, 128, 0.2);
}

/* Borde degradado REAL */
.pill-buk-ia::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;

  background: linear-gradient(
    53deg,
    #0064FF 0%,
    #3C92F9 41.06%,
    #50C878 88.63%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;

  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;

  pointer-events: none;
}

.pill-buk-ia img {
  display: block;
  flex-shrink: 0;
}