.dic-90025509-grid {
    display: grid;
    width: 100%;
}

.dic-90025509-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.dic-90025509-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: visible;
}

.dic-90025509-image-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 25px; /* space to accommodate the overlapping badge */
    border-radius: 12px;
}

.dic-90025509-main-img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.dic-90025509-icon-badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    overflow: hidden;
}

.dic-90025509-icon-img {
    display: block;
    object-fit: contain;
}

.dic-90025509-title {
    text-align: center;
    margin: 15px 0 10px 0;
    width: 100%;
    word-break: break-word;
}
