#link-custom-page-reklamuj-sie-w-myjkicom-4 {
    background: linear-gradient(to bottom, #78c806, #37c706);
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px; 
    padding-right: 35px;
    position: relative; 
}

#link-custom-page-reklamuj-sie-w-myjkicom-4::after {
    content: "";
    background-image: url('/img/megaphone.svg');
    background-size: 100% auto; 
    background-repeat: no-repeat; 
    background-position: center;  
    width: 20px;
    height: 20px; 
    position: absolute;
    top: 50%; 
    right: 10px; 
    transform: translateY(-50%); 
}

#link-custom-page-reklamuj-sie-w-myjkicom-4:hover {
    background: linear-gradient(to bottom, #69af05, #30ae05);
}

.ed_imagecategory__text-wrapper {
  text-align: center;
}
