.cc-51f495a5-grid {
    display: grid;
    width: 100%;
}

.cc-51f495a5-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), 
                background-color 0.3s ease, 
                border-color 0.3s ease, 
                box-shadow 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.cc-51f495a5-media-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cc-51f495a5-media {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.cc-51f495a5-media img {
    max-width: 100%;
    height: auto;
}

/* Icon wrapper circular container styling */
.cc-51f495a5-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.cc-51f495a5-icon-wrap i,
.cc-51f495a5-icon-wrap svg {
    transition: color 0.3s ease, fill 0.3s ease;
}

.cc-51f495a5-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.cc-51f495a5-desc {
    font-size: 15px;
    line-height: 1.5;
    transition: color 0.3s ease;
}
