.subcategory__link {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--sr-white-color);
    background-clip: border-box;
    border: 2px solid #d19602;
    border-radius: 0.5rem; /* szép lekerekítés, kb. 8px */
    height: 100%;
}
.subcategory__link {
    font-weight: 700;
}
.announcement-bar-title {
    color: white;
}