    
    .t228__list_item:last-child a {
	    color: red !important;
	    font-weight: bold !important;
    }
    
    .t228__list_item:nth-last-child(2) a {
	    color: #FFFF64 !important;
	    font-weight: bold !important;
    }


/* AB102 CTA button gradient */
#rec2289042821 a[href="/nyanya-cena"] {
  background-color: transparent !important;
  background-image: linear-gradient(45deg, #BAF099 0%, #23E4F0 100%) !important;
  color: #ffffff !important;
  border: none !important;
  transition: transform .15s ease, box-shadow .15s ease !important;
}
#rec2289042821 a[href="/nyanya-cena"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(35, 228, 240, 0.32) !important;
  opacity: 1 !important;
}
