.award-grid-container-6730469d {
    display: grid;
    width: 100%;
}

.award-grid-item-6730469d {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.award-grid-logo-wrap-6730469d {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
}

/* Ensure absolute uniformity for all logo shapes (square, wide, or tall) */
.award-grid-logo-wrap-6730469d img {
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.award-grid-caption-6730469d {
    width: 100%;
    word-wrap: break-word;
    box-sizing: border-box;
}

/* Hover Effects */
.award-grid-logo-wrap-6730469d.hover-scale:hover img {
    transform: scale(1.08);
}

.award-grid-logo-wrap-6730469d.hover-lift:hover {
    transform: translateY(-6px);
}

.award-grid-logo-wrap-6730469d.hover-opacity {
    opacity: 0.85;
}
.award-grid-logo-wrap-6730469d.hover-opacity:hover {
    opacity: 1;
}
