.wcu-wrapper-4288cf4c {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wcu-title-4288cf4c {
    margin: 0;
    text-align: center;
}

.wcu-desc-4288cf4c {
    margin: 0;
    text-align: center;
    max-width: 600px;
    align-self: center;
}

.wcu-grid-4288cf4c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin-top: 20px;
}

.wcu-item-4288cf4c {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px;
    background: #f9f9f9;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.wcu-item-4288cf4c:hover {
    transform: translateY(-5px);
}

.wcu-icon-4288cf4c {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333; /* Default fallback */
}
.wcu-icon-4288cf4c svg {
    fill: currentColor;
    width: 32px;
    height: 32px;
}
.wcu-icon-4288cf4c i {
    font-size: 32px;
}

.wcu-item-content-4288cf4c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wcu-item-title-4288cf4c {
    margin: 0;
    font-size: 1.25rem;
}

.wcu-item-desc-4288cf4c {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
}