.cetb-77a876a5-wrapper {
    width: 100%;
    box-sizing: border-box;
}

.cetb-77a876a5-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.cetb-77a876a5-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 16px;
    background-color: #FFFFFF;
    border-radius: 10px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.cetb-77a876a5-item:hover {
    box-shadow: 0 4px 16px rgba(46, 125, 50, 0.15);
    transform: translateY(-2px);
}

.cetb-77a876a5-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #E8F5E9;
    color: #2E7D32;
    font-size: 24px;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.cetb-77a876a5-icon svg {
    width: 24px;
    height: 24px;
    fill: #2E7D32;
}

.cetb-77a876a5-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cetb-77a876a5-label {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6B7280;
    line-height: 1.4;
}

.cetb-77a876a5-value {
    font-size: 14px;
    font-weight: 700;
    color: #1B5E20;
    line-height: 1.4;
}
