.artiklar-categories a {
    display: inline-block;
    background-color: #FFDFDC; /* Pink background */
    border-radius: 50px; /* Rounded edges */
    padding: 5px 15px; /* Padding inside the pills */
    margin: 2px; /* Space between pills */
    font-size: 14px; /* Text size */
    color: #EB5A51; /* Text color */
    text-decoration: none; /* No underline */
    transition: background-color 0.3s; /* Smooth background color transition on hover */
}
