.sg-06f041be-grid {
    display: grid;
    gap: 24px;
    width: 100%;
}

.sg-06f041be-card {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.sg-06f041be-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

.sg-06f041be-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 16px;
}

.sg-06f041be-title {
    flex-grow: 1;
    margin-right: 16px;
    font-weight: 500;
}

.sg-06f041be-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
}
