/* Fix for award tags clickability issue */
.awards-list {
    position: relative;
    z-index: 100;
}

.award-tag {
    position: relative;
    z-index: 100;
    pointer-events: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.award-tag:hover {
    z-index: 101;
}

/* Ensure all award tags have equal height */
.awards-list .award-tag {
    min-height: 44px;
    line-height: 1.4;
}
