
/* .views-view-responsive-grid__item-inner {
    position: relative;
} */

/* Ensure the badge is placed correctly */

.parent-container-relative {
    position: relative; /* Ensure the badge is relative to this container */
}

.right-aligned-badge {
    position: absolute;
    top: 5px;
    left: 5px; /* Aligns to the right of the parent container */
    z-index: 10;
    font-weight: bold;
}




