/* iWater - Emne-knapper block */
.iw-ek{font-family:'Quicksand',var(--global-body-font-family,inherit);}
.iw-ek-list{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0;}
.iw-ek-item{margin:0;}
.iw-ek-pill{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:8px 20px 8px 10px;border-radius:999px;background:#fff;border:1.5px solid rgba(4,26,39,.16);color:var(--global-palette3,#041a27);text-decoration:none;font-size:15px;font-weight:600;line-height:1.2;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease;}
.iw-ek-pill:hover,.iw-ek-pill:focus-visible{border-color:var(--global-palette1,#041a27);color:var(--global-palette1,#041a27);background:rgba(4,26,39,.04);box-shadow:0 2px 10px rgba(4,26,39,.10);}
.iw-ek-icon{width:46px;height:46px;object-fit:contain;flex:0 0 auto;border-radius:99px;}
.iw-ek-empty{padding:12px 16px;border:1px dashed rgba(4,26,39,.3);border-radius:8px;color:#757575;font-style:italic;}
.iw-ek-align-center .iw-ek-list{justify-content:center;}
.iw-ek-align-right .iw-ek-list{justify-content:flex-end;}
@media (max-width:480px){
	.iw-ek-list{gap:8px;}
	.iw-ek-pill{min-height:44px;padding:7px 16px 7px 9px;font-size:14px;}
}
